From 7e31f954701076fbaa9137c25c2d7c31e3f21e05 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 28 Mar 2005 10:32:17 +0000 Subject: [PATCH] re-gen --- ChangeLog | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/ChangeLog b/ChangeLog index c86d6a8..30bc2eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +2005-03-28 12:26 Oswald Buddenhagen + + * configure.in: + + bump version + +2005-03-28 12:26 Oswald Buddenhagen + + * src/drv_maildir.c: + + fix inverted condition leading to endless loop when message is changed + while isync is running. + +2004-11-13 10:19 Oswald Buddenhagen + + * src/sync.c: + + cope with out-of-disk-space halfways gracefully (that is, don't clobber + the sync state including the journal, but exit immediately). + +2004-10-17 18:31 Oswald Buddenhagen + + * AUTHORS: + + sf.net -> sourceforge.net. otherwise the list-post is different from the + actual address, which makes mutt add two to addresses on list-reply ... + +2004-10-17 17:34 Oswald Buddenhagen + + * src/drv_imap.c: + + ignore user-defined flags (for now). + also, split off the backslash from the "core" flag names. + +2004-10-17 11:00 Oswald Buddenhagen + + * src/drv_imap.c: + + fix segfault due to wrong pointer being passed to parse_response_code. + inspired by Raimar Döffinger + +2004-10-17 10:30 Oswald Buddenhagen + + * src/drv_imap.c: + + remove spurious crlf during cram auth. not sure that this instance of + socket_write should be (re)moved, but as long as the .cont callback is + used only for this ... + investigation & patch by Mike Delaney. + +2004-09-24 10:45 Oswald Buddenhagen + + * Makefile.am: + + install supplementary doc files. + REF: 38C5E3CF30C73C4984F41AE8786C852AB739@khyron.ads.cs.umass.edu + +2004-09-20 13:31 Oswald Buddenhagen + + * src/drv_maildir.c: + + use legacy flock() only on linux. at least on OS X flock aliases to + fcntl. + +2004-09-20 13:28 Oswald Buddenhagen + + * src/: drv_imap.c, isync.h, util.c, compat/main.c: + + stdarg.h at the right places + 2004-09-15 11:33 Oswald Buddenhagen * README: