dovecot-1.2: dump-capability: Previous change was done badly, re...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Fri Oct 31 18:35:47 EET 2008
    
    
  
details:   http://hg.dovecot.org/dovecot-1.2/rev/58afb62be4e0
changeset: 8364:58afb62be4e0
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 31 18:35:43 2008 +0200
description:
dump-capability: Previous change was done badly, retry.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/master/master-settings.c |    2 +-
diffs (14 lines):
diff -r 281ef8e9863f -r 58afb62be4e0 src/master/master-settings.c
--- a/src/master/master-settings.c	Fri Oct 31 18:03:39 2008 +0200
+++ b/src/master/master-settings.c	Fri Oct 31 18:35:43 2008 +0200
@@ -609,9 +609,9 @@ static bool get_imap_capability(struct s
 	   automatically */
 	static const char *generated_capability = NULL;
 	static const char *args[] = {
-		"home=/tmp",
 		"uid=65534",
 		"gid=65534",
+		"home=/tmp",
 		NULL
 	};
 	enum master_login_status login_status;
    
    
More information about the dovecot-cvs
mailing list