CVS commit by ossi:
put INBOX in Maildir
M +3 -1 config.c 1.8
--- isync/src/compat/config.c #1.7:1.8
@@ -251,4 +251,5 @@ write_imap_server( FILE *fp, config_t *c
hl = nfsnprintf( buf, sizeof(buf), "%s", cfg->host );
else {
+ /* XXX this does not avoid clashes. add port? */
p = strrchr( cfg->host, '.' );
if (!p)
@@ -376,5 +377,6 @@ write_config( int fd )
fprintf( fp, "SyncState *\n\n" );
if (local_home || o2o)
- fprintf( fp, "MaildirStore local\nPath \"%s/\"\nAltMap %s\n\n",
maildir, tb( altmap > 0 ) );
+ fprintf( fp, "MaildirStore local\nPath \"%s/\"\nInbox
\"%s/INBOX\"\nAltMap %s\n\n",
+ maildir, maildir, tb( altmap > 0 ) );
if (local_root)
fprintf( fp, "MaildirStore local_root\nPath /\nAltMap %s\n\n",
tb( altmap > 0 ) );
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel