log src/lib-storage/index/maildir/maildir-sync.c @ 3447:96de02ea7482 HEAD

age author description
Thu, 30 Jun 2005 23:28:20 +0300 Timo Sirainen Keywords are stored in maildir filename and maildir-keywords file HEAD
Wed, 29 Jun 2005 01:32:38 +0300 Timo Sirainen Merge changes from multiple index sync records into one before actually HEAD
Thu, 16 Jun 2005 22:46:59 +0300 Timo Sirainen We didn't notice if messages were deleted directly from new/. HEAD
Thu, 16 Jun 2005 22:46:18 +0300 Timo Sirainen If we have rename()d more than 5 files from new/ to cur/, rescan the HEAD
Thu, 09 Jun 2005 17:31:43 +0300 Timo Sirainen Replaced ':' and ',' character usages with #defines, so they can be changed HEAD
Tue, 26 Apr 2005 17:45:46 +0300 Timo Sirainen Don't try to handle UIDVALIDITY changes nicely after all. It causes HEAD
Sat, 23 Apr 2005 18:18:21 +0300 Timo Sirainen If UIDVALIDITY changes, don't invalidate the whole index. Just expunge all HEAD
Fri, 08 Apr 2005 17:32:49 +0300 Timo Sirainen Created mbox_storage and maildir_storage. HEAD
Fri, 08 Apr 2005 16:13:45 +0300 Timo Sirainen Moved mbox/maildir-specific variables from struct index_mailbox to HEAD
Mon, 14 Mar 2005 22:48:25 +0200 Timo Sirainen mail_index_sync_next() now returns keyword updates (now only thing left to HEAD
Mon, 10 Jan 2005 18:14:41 +0200 Timo Sirainen don't allocate memory from data stack uselessly. HEAD
Sun, 26 Dec 2004 11:12:39 +0200 Timo Sirainen Initial support for keywords. Syncing to mbox/maildir doesn't work yet. HEAD
Sun, 05 Dec 2004 03:45:53 +0200 Timo Sirainen Renamed mail_index_refresh() to mail_index_reopen_if_needed(). Added public HEAD
Wed, 24 Nov 2004 22:40:39 +0200 Timo Sirainen mail_index_refresh() isn't public anymore, mail_index_view_open_locked() HEAD
Wed, 24 Nov 2004 20:39:57 +0200 Timo Sirainen Changed mail_index_get_header() to return the header as return value because HEAD
Fri, 12 Nov 2004 00:01:39 +0200 Timo Sirainen Allow specifying to transaction if it's external. Make mail saving HEAD
Mon, 25 Oct 2004 20:12:51 +0300 Timo Sirainen Always protect maildir syncing with uidlist lock. Before we only tried to HEAD
Sun, 24 Oct 2004 03:22:11 +0300 Timo Sirainen Don't crash to asserts HEAD
Mon, 04 Oct 2004 19:31:51 +0300 Timo Sirainen When we had dirty messages, we kept resyncing the whole mailbox constantly. HEAD
Mon, 06 Sep 2004 00:19:36 +0300 Timo Sirainen cleanup HEAD
Thu, 02 Sep 2004 19:53:36 +0300 Timo Sirainen Don't break if saving messages to maildir without index files. HEAD
Fri, 30 Jul 2004 08:08:35 +0300 Timo Sirainen Renamed mail_index_sync_end() to _commit() and added _rollback(). Fixed mbox HEAD
Mon, 26 Jul 2004 21:52:06 +0300 Timo Sirainen Fixed recent flags with mbox. HEAD
Mon, 12 Jul 2004 14:35:50 +0300 Timo Sirainen Broke mailbox_sync() into iterator. HEAD
Mon, 12 Jul 2004 11:07:03 +0300 Timo Sirainen Handle recent flags in index file correctly. Fixes recent flag losing when HEAD
Sat, 03 Jul 2004 20:21:26 +0300 Timo Sirainen mail_index_sync_sort_flags() now merges flag changes so mail storage HEAD
Wed, 30 Jun 2004 11:52:39 +0300 Timo Sirainen No maildir filename checking after all. HEAD
Tue, 29 Jun 2004 18:56:34 +0300 Timo Sirainen Require that filenames in maildir begin with a digit, otherwise complain. HEAD
Wed, 23 Jun 2004 23:10:34 +0300 Timo Sirainen assertfix HEAD
Wed, 23 Jun 2004 09:09:00 +0300 Timo Sirainen partial syncing fixes HEAD
Sat, 19 Jun 2004 21:43:19 +0300 Timo Sirainen Don't crash if we're syncing last commit to maildir, but some file was lost HEAD
Wed, 16 Jun 2004 03:53:37 +0300 Timo Sirainen "readonly sync" -> "forced sync" HEAD
Mon, 14 Jun 2004 08:48:23 +0300 Timo Sirainen locking fixes HEAD
Mon, 14 Jun 2004 08:22:51 +0300 Timo Sirainen Locking fixes. use less memory HEAD
Wed, 26 May 2004 05:56:34 +0300 Timo Sirainen Path was missing from Maildir sync-errors. HEAD
Wed, 26 May 2004 02:16:11 +0300 Timo Sirainen Don't use internal last_cur_mtime stamp - it's index-specific so always get HEAD
Mon, 24 May 2004 05:47:23 +0300 Timo Sirainen race condition fixes HEAD
Mon, 24 May 2004 05:29:43 +0300 Timo Sirainen Some more UIDVALIDITY issues fixed. HEAD
Mon, 24 May 2004 04:50:16 +0300 Timo Sirainen Index header changes now go through transaction log. Removed the kludgy HEAD
Sun, 23 May 2004 01:36:46 +0300 Timo Sirainen Added pop3_mails_keep_recent option. Fixed recent assert crash. HEAD
Sun, 23 May 2004 01:23:29 +0300 Timo Sirainen Recent flag fixes. Should work perfectly now with maildir. HEAD
Sun, 23 May 2004 00:30:42 +0300 Timo Sirainen Set dirty flags through transaction log, not directly. Some other flag HEAD
Sat, 22 May 2004 04:18:17 +0300 Timo Sirainen Fix bogus "UID inserted in the middle of mailbox" errors HEAD
Sat, 22 May 2004 03:48:45 +0300 Timo Sirainen Transaction log contains only UIDs now, no more sequences which just mess up HEAD
Tue, 11 May 2004 00:09:15 +0300 Timo Sirainen When committing with no changes, don't try to sync them later. HEAD
Mon, 10 May 2004 02:52:13 +0300 Timo Sirainen syncing fixes HEAD
Mon, 10 May 2004 02:06:27 +0300 Timo Sirainen syncing fixes HEAD
Thu, 06 May 2004 04:22:25 +0300 Timo Sirainen mbox code compiles again, but syncing is only partially implemented so HEAD
Mon, 03 May 2004 22:28:47 +0300 Timo Sirainen When moving mails to cur/, we must add the ":2," part to filename. HEAD
Mon, 03 May 2004 16:50:41 +0300 Timo Sirainen Syncing should be fixed now. HEAD
Sun, 02 May 2004 23:32:15 +0300 Timo Sirainen s/custom flags/keywords/ HEAD
Sun, 02 May 2004 22:24:35 +0300 Timo Sirainen Added support for setting dirty flags for messages (TODO: undirty..) HEAD
Sun, 02 May 2004 21:42:28 +0300 Timo Sirainen More syncing changes HEAD
Sun, 02 May 2004 21:07:24 +0300 Timo Sirainen Syncing optimizations. HEAD
Sat, 01 May 2004 21:30:52 +0300 Timo Sirainen Recent-flag should work now HEAD
Sat, 01 May 2004 19:30:58 +0300 Timo Sirainen remove mail_index_reset() completely HEAD
Sat, 01 May 2004 17:30:25 +0300 Timo Sirainen fixes HEAD
Wed, 28 Apr 2004 03:21:00 +0300 Timo Sirainen Forced locking to be right with mprotect()ing index file. Support for HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD