CVS commit by ossi: 

quote user name in generated config.
fixes:
CCMAIL: [EMAIL PROTECTED]


  M +1 -1      config.c   1.9


--- isync/src/compat/config.c  #1.8:1.9
@@ -306,5 +306,5 @@ write_imap_server( FILE *fp, config_t *c
        }
        if (cfg->user)
-               fprintf( fp, "User %s\n", cfg->user );
+               fprintf( fp, "User \"%s\"\n", cfg->user );
        if (cfg->pass)
                fprintf( fp, "Pass \"%s\"\n", cfg->pass );



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to