log src/lib-storage/index/cydir/cydir-sync.c @ 9658:8ba4253adc9b HEAD tip

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Mon, 25 Feb 2008 21:38:58 +0200 Timo Sirainen Check and update sync_last_check in one common function. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Thu, 15 Nov 2007 14:45:27 +0200 Timo Sirainen Added MAIL_INDEX_SYNC_FLAG_REQUIRE_CHANGES flag and changed HEAD
Sat, 03 Nov 2007 21:56:05 +0200 Timo Sirainen Renamed mail_index_lookup_uid_range() to mail_index_lookup_seq_range(), made HEAD
Sat, 22 Sep 2007 13:45:14 +0300 Timo Sirainen Don't sync mailbox when committing transaction. It's not needed. HEAD
Sun, 16 Sep 2007 14:36:14 +0300 Timo Sirainen Copyright cleanup: 2007-2007 -> 2007 HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
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