On Mon, Oct 30, 2006 at 01:17:24AM +0100, Tino Keitel wrote:
> The new isync version looks for a maildir ~/Maildir where it expexts
> the INBOX folder. With the same setup, INBOX is saved as ~/<configured
> maildir>/INBOX when using isync 0.9.2.
>
the attached patch should fix this (without causing collateral damage
:}).
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.
Index: config.c
===================================================================
RCS file: /cvsroot/isync/isync/src/compat/config.c,v
retrieving revision 1.4
diff -U2 -r1.4 config.c
--- config.c 26 Apr 2004 14:48:48 -0000 1.4
+++ config.c 30 Oct 2006 06:04:39 -0000
@@ -351,5 +352,6 @@
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
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel