log src/lib-storage/index/maildir/maildir-sync-index.c @ 9018:0bb192fe0abd HEAD

age author description
Mon, 04 May 2009 16:43:59 -0400 Timo Sirainen Maildir: More fixes to uidlist handling. HEAD
Mon, 30 Mar 2009 20:27:14 -0400 Timo Sirainen Added maildir_very_dirty_syncs setting. HEAD
Mon, 26 Jan 2009 14:13:23 -0500 Timo Sirainen maildir: Handling keywords was more or less broken because of a broken sort compare function. HEAD
Thu, 15 Jan 2009 16:23:59 -0500 Timo Sirainen Maildir: Fix to earlier >26 keywords handling change. HEAD
Wed, 14 Jan 2009 13:56:01 -0500 Timo Sirainen Cleaned up read-only mailbox handling. Fixes a bug with Maildir syncing. HEAD
Wed, 14 Jan 2009 11:48:20 -0500 Timo Sirainen maildir: Fixes to handling over 26 keywords. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 19 Dec 2008 09:37:13 +0200 Timo Sirainen Maildir: Avoid rename() when source and dest are identical, stat() instead. HEAD
Mon, 15 Dec 2008 10:58:02 +0200 Timo Sirainen maildir: Allow opening mailbox and expunging messages when uidlist couldn't be locked (e.g. out of quota). HEAD
Sat, 11 Oct 2008 13:26:46 +0300 Timo Sirainen Maildir/dbox: Try harder to assign unique UIDVALIDITY values to mailboxes. HEAD
Fri, 27 Jun 2008 14:32:19 +0300 Timo Sirainen Maildir: \Recent flags weren't set correctly if mail was saved externally. HEAD
Thu, 15 May 2008 07:01:26 +0300 Timo Sirainen Keep track of dovecot-uidlist mtime+size in index file. If it's up-to-date HEAD
Fri, 25 Apr 2008 02:10:36 +0300 Timo Sirainen Fixes to handling recent flags with UIDVALIDITY changing. HEAD
Fri, 25 Apr 2008 01:49:39 +0300 Timo Sirainen Reset cached \Recent flags if UIDVALIDITY changes, because we were using HEAD
Mon, 11 Feb 2008 23:52:09 +0200 Timo Sirainen Handle first_recent_uid=0 without crashing, even though it shouldn't happen.. HEAD
Sun, 06 Jan 2008 11:04:07 +0200 Timo Sirainen When syncing a mailbox, sync the view internally first completely and just HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 29 Dec 2007 21:12:56 +0200 Timo Sirainen Fixed handling \Recent flags. HEAD
Fri, 28 Dec 2007 00:00:07 +0200 Timo Sirainen Compiler warning fixes on 32bit systems. 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
Sun, 16 Sep 2007 11:45:24 +0300 Timo Sirainen Get rid of __ prefixes. HEAD
Sun, 16 Sep 2007 11:07:42 +0300 Timo Sirainen Changed *_deinit() APIs to take ** pointer and set it to NULL. HEAD
Sun, 02 Sep 2007 07:44:50 +0300 Timo Sirainen Changed mail_keywords creation APIs to take mailbox/index instead of 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 18:02:29 +0300 Timo Sirainen mail_index_lookup*() can't fail anymore. Changed several APIs not to return HEAD
Sun, 12 Aug 2007 16:43:05 +0300 Timo Sirainen Removed explicit locking from views and maps. They were already locked all HEAD
Tue, 07 Aug 2007 11:42:45 +0300 Timo Sirainen We didn't update flags to maildir filenames when maildir was fully synced. HEAD
Thu, 19 Jul 2007 03:59:39 +0300 Timo Sirainen Minor code cleanup HEAD
Thu, 19 Jul 2007 03:51:31 +0300 Timo Sirainen Don't update maildir sync header if only sync time has changed, and that HEAD
Wed, 18 Jul 2007 06:17:47 +0300 Timo Sirainen Moved mailbox list index sync stamp checking and updating to HEAD
Wed, 18 Jul 2007 00:42:56 +0300 Timo Sirainen Moved private_flags_mask to struct mailbox. HEAD
Mon, 16 Jul 2007 10:21:56 +0300 Timo Sirainen Fixes to recent handling. Now it should work properly. HEAD
Mon, 16 Jul 2007 09:48:02 +0300 Timo Sirainen Recent flag handling rewrite. Still not perfect with maildir. HEAD
Mon, 16 Jul 2007 01:22:49 +0300 Timo Sirainen Fixed reassigning new UIDs to more than one message. HEAD
Fri, 13 Jul 2007 05:29:51 +0300 Timo Sirainen compiler warning fixes HEAD
Mon, 09 Jul 2007 04:40:54 +0300 Timo Sirainen Handle next_uid changes better. HEAD
Mon, 09 Jul 2007 04:31:46 +0300 Timo Sirainen Removed outdated FIXME comment HEAD
Mon, 09 Jul 2007 01:46:48 +0300 Timo Sirainen minor cleanups HEAD
Mon, 09 Jul 2007 01:45:12 +0300 Timo Sirainen minor cleanups HEAD
Mon, 09 Jul 2007 01:33:30 +0300 Timo Sirainen Store syncing information to maildir extension header instead of kludging HEAD
Mon, 09 Jul 2007 00:14:34 +0300 Timo Sirainen If we see expunged messages coming back, log a warning and give them a new HEAD
Sun, 08 Jul 2007 23:28:22 +0300 Timo Sirainen Moved index syncing code to its own file. HEAD