CVS commit by ossi:
accept empty SEARCH IMAP responses - reasonable servers omit them
alltogether, but this is allowed, too. patch by
CCMAIL: Alexander Gerasiov <[EMAIL PROTECTED]>
fixes debian bug #413336
fixed in HEAD a year ago - accidentally ...
M +3 -1 drv_imap.c 1.10.2.6
--- i
CVS commit by ossi:
update links section
M +6 -4 index.html 1.13
--- www/index.html #1.12:1.13
@@ -96,8 +96,10 @@
Other mailbox synchronizers
-http://mailsync.sourceforge.net/";>mailsync is another
-mail syncing application
-http://www.gnumonks.org/gnumonks/projects/project_detai
CVS commit by ossi:
#ifdef __linux__ for the crash handler. it compiles on other platforms,
but the functionality is bound to linux' /proc structure.
M +5 -1 main.c 1.64
--- isync/src/main.c #1.63:1.64
@@ -84,4 +84,5 @@ PACKAGE " " VERSION " - mailbox synchron
}
+#ifdef __linux__
CVS commit by ossi:
forward port (finally ...): add target for creating signed package
M +3 -0 Makefile.am 1.29
--- isync/Makefile.am #1.28:1.29
@@ -21,4 +21,7 @@
find $(distdir)/debian \( -name CVS -o -name .cvsignore -o -name .#\*#
-o -type l \) -print0 | xargs -0r rm -rf
CVS commit by ossi:
avoid crash in case of a rather weird (==misconfigured?) sync state
location.
M +5 -4 sync.c 1.43.2.3
--- isync/src/sync.c #1.43.2.2:1.43.2.3
@@ -712,8 +712,9 @@ sync_boxes( store_t *mctx, const char *m
}
- s = strrchr( dname, '/' );
+ if ((