log src/lib-storage/index/cydir/cydir-sync.c @ 6332:aa4a78b3c626 HEAD

age author description
Wed, 29 Aug 2007 22:58:27 +0300 Timo Sirainen Renamed mail_index_sync_begin() to mail_index_sync_begin_to() and added a HEAD
Sun, 12 Aug 2007 18:07:22 +0300 Timo Sirainen mail_index_sync_next() can't fail anymore. HEAD
Sun, 12 Aug 2007 16:43:05 +0300 Timo Sirainen Removed explicit locking from views and maps. They were already locked all HEAD
Sun, 12 Aug 2007 15:10:35 +0300 Timo Sirainen mailbox_transaction_commit_get_uids() now returns also UIDVALIDITY. It's the HEAD
Mon, 16 Jul 2007 09:48:02 +0300 Timo Sirainen Recent flag handling rewrite. Still not perfect with maildir. 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, 22 May 2007 18:33:43 +0300 Timo Sirainen mail_index_sync_begin() returns now transaction directly so the syncing code 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
Fri, 30 Mar 2007 15:08:59 +0300 Timo Sirainen Added a simple cydir mail storage backend. It trusts index files completely: HEAD