log

age author description
Sat, 12 Feb 2011 06:05:40 +0200 Timo Sirainen lib-storage: Fixes to mailbox_list_iter_update()
Sat, 12 Feb 2011 06:05:07 +0200 Timo Sirainen lib-storage: mailbox_list_mailbox() should have replaced info flags, not updated them.
Sat, 12 Feb 2011 01:29:20 +0200 Timo Sirainen lib-storage: Added mailbox_tree_set_separator()
Sat, 12 Feb 2011 01:09:10 +0200 Timo Sirainen lib-storage: Minor code cleanup.
Sat, 12 Feb 2011 05:32:25 +0200 Timo Sirainen lib-storage: When listing subscriptions, make sure children flags are returned if requested.
Sat, 12 Feb 2011 05:31:32 +0200 Timo Sirainen printf_format_fix*() assert-crashed if the format ended with "%%".
Sat, 12 Feb 2011 05:17:12 +0200 Timo Sirainen lib-storage: layout=fs now uses mailbox_exists() instead of requiring storage hooks.
Sat, 12 Feb 2011 05:12:36 +0200 Timo Sirainen lib-storage: mailbox_create() failed if it was done to \noselect mailbox.
Sat, 12 Feb 2011 04:59:44 +0200 Timo Sirainen lib-storage: mailbox_list_index setting meaning was reversed.
Sat, 12 Feb 2011 04:50:03 +0200 Timo Sirainen lib-storage: mailbox_exists() can now return if it's selectable or non-selectable.
Sat, 12 Feb 2011 00:48:47 +0200 Timo Sirainen lib-storage: Changed mailbox_list.subscriptions_refresh() API to be more flexible.
Sat, 12 Feb 2011 00:38:09 +0200 Timo Sirainen lib-storage: Mailbox list indexes are now enabled also for in-memory indexes.
Sat, 12 Feb 2011 00:16:06 +0200 Timo Sirainen lib-storage: Don't allow renaming mailbox under another one with different permissions.
Sat, 12 Feb 2011 00:15:04 +0200 Timo Sirainen lib-storage: Crashfix to removing deleted mailboxes from mailbox list index.
Sat, 12 Feb 2011 00:02:02 +0200 Timo Sirainen lib-storage: When creating a new mailbox, get permissions from its parent mailbox, not root.
Wed, 09 Feb 2011 02:26:44 +0200 Timo Sirainen lib-storage: Use RECENT count in mailbox list index to set \Marked and \UnMarked LIST flag.
Wed, 09 Feb 2011 02:25:47 +0200 Timo Sirainen lib-storage: Update mailbox list indexes also after each transaction commit. Fixed RECENT counter.
Wed, 09 Feb 2011 01:58:56 +0200 Timo Sirainen lmtp: Fixed crash at startup.
Wed, 09 Feb 2011 01:54:34 +0200 Timo Sirainen lda: Fixed crash at startup.
Wed, 09 Feb 2011 01:31:40 +0200 Timo Sirainen lib-storage: Return STATUS replies from mailbox list index only when it's fully up-to-date.
Tue, 08 Feb 2011 22:54:14 +0200 Timo Sirainen lib-storage: Mailbox list indexes now refresh the index on create/delete/rename.
Tue, 08 Feb 2011 22:18:14 +0200 Timo Sirainen lib-index: sync_stamp and sync_size fields are unused, mark them as such.
Tue, 08 Feb 2011 22:17:44 +0200 Timo Sirainen mbox: No longer try to preserve sync stamps from v1.0 mbox index files.
Tue, 08 Feb 2011 01:36:19 +0200 Timo Sirainen lib-index: Removed the old "mailbox list" type index, which is no longer used.
Tue, 08 Feb 2011 01:35:45 +0200 Timo Sirainen lib-storage: Initial commit for rewritten mailbox list indexes code.
Tue, 08 Feb 2011 00:08:38 +0200 Timo Sirainen lib-index: Avoid writing tail offset unnecessarily to transaction log file.
Tue, 08 Feb 2011 00:06:28 +0200 Timo Sirainen lib-storage: Crashfix to layout=fs.
Sat, 05 Feb 2011 04:43:49 +0200 Timo Sirainen lib-storage: Crashfix.
Wed, 02 Feb 2011 05:33:04 +0200 Timo Sirainen lib-storage: Cleaned up subscription listing internally.
Wed, 02 Feb 2011 05:31:46 +0200 Timo Sirainen IMAP LIST: Never return subscribed children state if RECURSIVEMATCH isn't specified.