log src/lib-storage/index/maildir/maildir-storage.c @ 6408:17ec931b51d7 HEAD

age author description
Sun, 16 Sep 2007 11:02:48 +0300 Timo Sirainen Added maildir_keywords_init_readonly() which can be used to read the HEAD
Sun, 09 Sep 2007 06:26:01 +0300 Timo Sirainen When creating mailboxes, set cur/new/tmp directories' group to HEAD
Sun, 12 Aug 2007 15:10:35 +0300 Timo Sirainen mailbox_transaction_commit_get_uids() now returns also UIDVALIDITY. It's the HEAD
Thu, 09 Aug 2007 22:25:14 +0300 Timo Sirainen Split mailbox_list_init() to _alloc() and _init(). _init() is called only HEAD
Thu, 19 Jul 2007 03:34:08 +0300 Timo Sirainen If mailbox is deleted while it's being created, don't log an error. HEAD
Wed, 18 Jul 2007 06:49:22 +0300 Timo Sirainen Handle multiple simultaneous DELETEs better. HEAD
Wed, 18 Jul 2007 06:33:00 +0300 Timo Sirainen Deleting a mailbox was supposed to rename it to ..DOVECOT-TRASHED, not 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 04:17:13 +0300 Timo Sirainen Added t_push/t_pops to avoid wasting memory. HEAD
Wed, 18 Jul 2007 00:42:56 +0300 Timo Sirainen Moved private_flags_mask to struct mailbox. HEAD
Mon, 16 Jul 2007 09:48:02 +0300 Timo Sirainen Recent flag handling rewrite. Still not perfect with maildir. HEAD
Sun, 15 Jul 2007 15:30:00 +0300 Timo Sirainen mail_storage.create() now returns error message string. Also fixed handling HEAD
Thu, 12 Jul 2007 05:50:10 +0300 Timo Sirainen When status is returned, make sure we return correct uidvalidity/nextuid 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
Tue, 03 Jul 2007 18:34:31 +0300 Timo Sirainen Don't auto-create INBOX if namespace doesn't have INBOX. HEAD
Wed, 30 May 2007 17:04:50 +0300 Timo Sirainen compile fix for last change HEAD
Wed, 30 May 2007 15:19:20 +0300 Timo Sirainen Deleting symlinked maildirs didn't work. HEAD
Sun, 13 May 2007 21:28:41 +0300 Timo Sirainen Moved index directory creation code to index_storage_alloc(). HEAD
Sun, 13 May 2007 20:10:48 +0300 Timo Sirainen Error handling rewrite. HEAD
Fri, 11 May 2007 15:29:58 +0300 Timo Sirainen If we don't have write access to cur/ directory, treat the mailbox as 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
Wed, 11 Apr 2007 13:55:34 +0300 Timo Sirainen Added mailbox_list to struct mail_namespace. Added a few functions to get HEAD
Fri, 30 Mar 2007 21:57:34 +0300 Timo Sirainen Removed virtual mail_storage.get_last_error(). The implementation is always HEAD
Fri, 30 Mar 2007 21:45:21 +0300 Timo Sirainen cleaned up mailbox closing code HEAD
Fri, 30 Mar 2007 21:41:05 +0300 Timo Sirainen Moved notify settings to struct mailbox. Removed the parameters from HEAD
Fri, 30 Mar 2007 21:31:57 +0300 Timo Sirainen mailbox_open/create: Moved the mailbox name validation and error clearing HEAD
Fri, 30 Mar 2007 17:12:46 +0300 Timo Sirainen Moved all storage destruction code to mail-storage.c and made destroy() HEAD
Fri, 30 Mar 2007 16:40:12 +0300 Timo Sirainen Removed mail_storage_create_with_data(). mail_storage_create() with HEAD
Fri, 30 Mar 2007 15:58:50 +0300 Timo Sirainen Added virtual mail_storage.alloc() function and changed create() to work HEAD
Fri, 30 Mar 2007 15:44:01 +0300 Timo Sirainen Removed struct index_storage abstraction. It's pointless. HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD
Thu, 29 Mar 2007 10:59:11 +0300 Timo Sirainen Moved delete/rename operations to mailbox_list API. Fixed mbox/maildir to HEAD
Tue, 27 Mar 2007 22:59:28 +0300 Timo Sirainen Disable index files if index directory can't be created. HEAD
Thu, 15 Mar 2007 03:30:03 +0200 Timo Sirainen If mailbox is deleted under us while we're also deleting it, handle it 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, 22 Feb 2007 19:32:08 +0200 Timo Sirainen cleanup HEAD
Thu, 22 Feb 2007 15:37:29 +0200 Timo Sirainen When using KEEP_LOCK, the mbox/uidlist file must be locked before index file HEAD
Thu, 22 Feb 2007 15:08:31 +0200 Timo Sirainen If KEEP_LOCK is set and we timeout, don't crash. HEAD
Thu, 22 Feb 2007 14:50:14 +0200 Timo Sirainen If pop3_lock_session=yes, update maildir/dbox uidlist lock file every 10 HEAD
Thu, 18 Jan 2007 19:20:49 +0200 Timo Sirainen Saved mails and dovecot-keywords file didn't set the group from HEAD
Thu, 18 Jan 2007 16:34:43 +0200 Timo Sirainen Use larger default pool sizes HEAD
Tue, 16 Jan 2007 18:59:06 +0200 Timo Sirainen When opening maildir, check if tmp/'s atime is over 8h old. If it is, delete HEAD
Sun, 14 Jan 2007 03:47:19 +0200 Timo Sirainen Grow the initial pool sizes a bit. HEAD
Fri, 22 Dec 2006 16:20:36 +0200 Timo Sirainen Added maildir_copy_preserve_filename setting. HEAD
Thu, 21 Dec 2006 17:20:29 +0200 Timo Sirainen Moved storage callbacks to struct mail_storage. If searching takes over 10 HEAD
Wed, 20 Dec 2006 21:23:43 +0200 Timo Sirainen Dovecot is now able to execute multiple commands at the same time. HEAD
Sat, 16 Dec 2006 01:08:42 +0200 Timo Sirainen Added EDESTDIREXISTS() macro, and changed rename() calls to use it. HEAD
Sat, 16 Dec 2006 00:52:11 +0200 Timo Sirainen rename and delete operations didn't touch control directory if it was HEAD
Sun, 10 Dec 2006 15:00:44 +0200 Timo Sirainen Make sure the mailbox is opened when transaction is started (fixes deliver). HEAD
Wed, 06 Dec 2006 17:08:22 +0200 Timo Sirainen Lock handling changes. Everything goes through file-lock API now and there's HEAD
Sun, 03 Dec 2006 15:29:56 +0200 Timo Sirainen Added MAIL_STORAGE_FLAG_NO_AUTOCREATE flag which silently fails storage HEAD
Fri, 01 Dec 2006 22:55:03 +0200 Timo Sirainen Removed get_mailbox_control_dir and get_mailbox_index_dir virtual functions HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Thu, 16 Nov 2006 02:16:31 +0200 Timo Sirainen Initial code for separation of mailbox accessing and directory layout HEAD
Sun, 12 Nov 2006 22:04:54 +0200 Timo Sirainen Fixed some warnings with older gccs. HEAD
Mon, 09 Oct 2006 20:08:05 +0300 Timo Sirainen If the mail environment data contains mail format prefix, don't do any kind 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, 23 Aug 2006 22:44:27 +0300 Timo Sirainen And actually fix it instead of leaving it commented out... HEAD