log src/lib-storage/index/maildir/maildir-sync.c @ 5850:f8caf3c6a5a7 HEAD

age author description
Sun, 01 Jul 2007 01:05:40 +0300 Timo Sirainen Handle UIDVALIDITY changes by resetting index. HEAD
Tue, 19 Jun 2007 16:33:05 +0300 Timo Sirainen mail_index_sync_begin() takes now flags parameter instead of two booleans. HEAD
Fri, 15 Jun 2007 18:09:09 +0300 Timo Sirainen Treat non-external expunges as requests for expunging messages. If it's HEAD
Tue, 12 Jun 2007 20:06:51 +0300 Timo Sirainen If new/ directory is lost when syncing, assume the mailbox was deleted and HEAD
Tue, 22 May 2007 18:33:43 +0300 Timo Sirainen mail_index_sync_begin() returns now transaction directly so the syncing code HEAD
Fri, 11 May 2007 16:14:10 +0300 Timo Sirainen Keyword characters weren't sorted in the maildir filename. HEAD
Wed, 09 May 2007 10:10:21 +0300 Timo Sirainen Updated error message. HEAD
Tue, 17 Apr 2007 18:09:10 +0300 Timo Sirainen Call sync_notify() once at the end of syncing. Allow accessing mails even HEAD
Tue, 17 Apr 2007 15:41:26 +0300 Timo Sirainen Added sync_notify() callback to struct mail_storage. It's now called for HEAD
Fri, 30 Mar 2007 15:44:01 +0300 Timo Sirainen Removed struct index_storage abstraction. It's pointless. HEAD
Wed, 28 Mar 2007 11:08:08 +0300 Timo Sirainen If we find duplicate hard links which haven't changed for 30 secs, unlink() HEAD
Sat, 24 Mar 2007 02:49:23 +0200 Timo Sirainen comment/duplicate link handling fixes. HEAD
Fri, 23 Mar 2007 19:20:24 +0200 Timo Sirainen If duplicate links are found, rename() one over the other to get rid of HEAD
Fri, 23 Mar 2007 18:38:56 +0200 Timo Sirainen Avoid infinite looping when buggy filesystems. HEAD
Fri, 23 Mar 2007 17:53:15 +0200 Timo Sirainen If saving to maildir causes flag/expunge syncs, don't crash. HEAD
Fri, 23 Mar 2007 05:07:08 +0200 Timo Sirainen Last fix broke creating new uidlists. HEAD
Wed, 21 Mar 2007 21:22:39 +0200 Timo Sirainen If uidlist is deleted and we set the uidvalidity from the index file, set HEAD
Wed, 21 Mar 2007 21:19:52 +0200 Timo Sirainen When copying/syncing a lot of mails, send "* OK Hang in there" replies to HEAD
Wed, 14 Mar 2007 18:17:49 +0200 Timo Sirainen Added casts to some enums to avoid compiler warnings. HEAD
Tue, 06 Mar 2007 22:36:45 +0200 Timo Sirainen Added assert. HEAD
Tue, 06 Mar 2007 17:39:04 +0200 Timo Sirainen When syncing huge maildirs check once in a while if we need to update HEAD
Thu, 25 Jan 2007 18:01:37 +0200 Timo Sirainen Error handling fixes HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sun, 10 Dec 2006 15:00:44 +0200 Timo Sirainen Make sure the mailbox is opened when transaction is started (fixes deliver). HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Tue, 07 Nov 2006 23:22:08 +0200 Timo Sirainen Saving mails could have skipped over transactions, which caused different HEAD
Sun, 17 Sep 2006 20:28:36 +0300 Timo Sirainen maildir_storage_sync_force() crashed if called from mail index sync/expunge HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD