log

age author description
Thu, 19 Jul 2007 00:29:35 +0300 Timo Sirainen Removed special autofs check. Instead check ignore mount option and swap HEAD
Wed, 18 Jul 2007 09:42:21 +0300 Timo Sirainen Removed some weird code, probably debugging.. HEAD
Wed, 18 Jul 2007 09:36:22 +0300 Timo Sirainen Moved tee stream handling to index-mail code. HEAD
Wed, 18 Jul 2007 09:36:04 +0300 Timo Sirainen ref/unref stream when parsing it. HEAD
Wed, 18 Jul 2007 09:26:35 +0300 Timo Sirainen minor code cleanup HEAD
Wed, 18 Jul 2007 09:26:20 +0300 Timo Sirainen Add missing records to mail index. HEAD
Wed, 18 Jul 2007 09:09:00 +0300 Timo Sirainen Print prettier output HEAD
Wed, 18 Jul 2007 08:55:54 +0300 Timo Sirainen Added listview utility to show dovecot.list.index.uidmap's contents. HEAD
Wed, 18 Jul 2007 08:51:00 +0300 Timo Sirainen Another crashfix after mail_index_mark_corrupted() HEAD
Wed, 18 Jul 2007 08:39:01 +0300 Timo Sirainen Moved mailbox_list_index_set_corrupted() to private .h file HEAD
Wed, 18 Jul 2007 08:37:30 +0300 Timo Sirainen Handle desync errors without marking mailbox list index corrupted, the HEAD
Wed, 18 Jul 2007 08:36:55 +0300 Timo Sirainen Don't crash if mail_index_reset() is the only change in transaction. HEAD
Wed, 18 Jul 2007 08:36:20 +0300 Timo Sirainen Don't crash when mapping after mail_index_mark_corrupted() HEAD
Wed, 18 Jul 2007 08:20:43 +0300 Timo Sirainen Handle uid validity changes a bit better. HEAD
Wed, 18 Jul 2007 08:18:56 +0300 Timo Sirainen Optimization: If FLAG_DROP_RECENT isn't set, don't bother calculating next_uid HEAD
Wed, 18 Jul 2007 08:08:21 +0300 Timo Sirainen Fallbacking to backend listing was broken. HEAD
Wed, 18 Jul 2007 07:58:21 +0300 Timo Sirainen Changed mailbox_list_index_view_init() to return -1 if uid_validity doesn't HEAD
Wed, 18 Jul 2007 07:56:02 +0300 Timo Sirainen mail_index_transaction_get_next_uid(): If mail_index_reset() was called, HEAD
Wed, 18 Jul 2007 07:31:43 +0300 Timo Sirainen Optimization: Refresh index before opening view instead of syncing the HEAD
Wed, 18 Jul 2007 06:49:22 +0300 Timo Sirainen Handle multiple simultaneous DELETEs better. HEAD
Wed, 18 Jul 2007 06:42:17 +0300 Timo Sirainen Added t_push/t_pop 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:26:56 +0300 Timo Sirainen If section opening fails, show the line where the last section was opened or 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 04:04:49 +0300 Timo Sirainen Fixed mailbox list indexes to work properly with namespace prefixes. HEAD
Wed, 18 Jul 2007 03:53:02 +0300 Timo Sirainen Fixed mailbox list indexes to work properly with subscriptions HEAD
Wed, 18 Jul 2007 03:15:53 +0300 Timo Sirainen If a flag is added and then removed, remove it from the transaction HEAD
Wed, 18 Jul 2007 03:15:08 +0300 Timo Sirainen Handle setting deleted mailboxes to nonexistent. HEAD
Wed, 18 Jul 2007 02:26:08 +0300 Timo Sirainen Sync mailbox list index completely at once, instead of in pieces and keeping HEAD
Wed, 18 Jul 2007 01:57:45 +0300 Timo Sirainen If we're only listing subscriptions without flags, ignore mailbox indexes. HEAD
Wed, 18 Jul 2007 01:45:34 +0300 Timo Sirainen Fixed support for multiple patterns HEAD
Wed, 18 Jul 2007 00:47:47 +0300 Timo Sirainen Return mailbox as READ-WRITE only if mailbox has rights to expunge, insert HEAD
Wed, 18 Jul 2007 00:42:56 +0300 Timo Sirainen Moved private_flags_mask to struct mailbox. HEAD
Wed, 18 Jul 2007 00:41:08 +0300 Timo Sirainen Removed unused code. HEAD
Wed, 18 Jul 2007 00:22:56 +0300 Timo Sirainen quota_warning examples need to use %%, not % HEAD
Wed, 18 Jul 2007 00:12:20 +0300 Timo Sirainen If UIDVALIDITY lookup fails, don't show it as an error. It probably means HEAD
Wed, 18 Jul 2007 00:11:30 +0300 Timo Sirainen Fail get_status() lookup if user has no READ right to the mailbox. HEAD
Wed, 18 Jul 2007 00:03:14 +0300 Timo Sirainen If UIDVALIDITY lookup fails, don't return failure to whole APPEND, just HEAD
Wed, 18 Jul 2007 00:02:31 +0300 Timo Sirainen Get UIDVALIDITY after transaction was committed. It may have changed. HEAD
Tue, 17 Jul 2007 23:58:58 +0300 Timo Sirainen APPEND and COPY ignored s/t/w flag rights. HEAD
Tue, 17 Jul 2007 23:58:04 +0300 Timo Sirainen If user didn't have "lookup" right to mailbox, "insert" right didn't work. HEAD
Tue, 17 Jul 2007 21:48:42 +0300 Timo Sirainen List non-subscribed mailboxes only if at least one child mailbox isn't HEAD
Tue, 17 Jul 2007 21:30:33 +0300 Timo Sirainen Removed extension intro caching, it doesn't currently work right. HEAD
Tue, 17 Jul 2007 21:19:14 +0300 Timo Sirainen If a message was expunged that wasn't yet even visible to our view, it might HEAD
Tue, 17 Jul 2007 21:16:23 +0300 Timo Sirainen seq_range_array_remove_range() returns now how many sequences were removed. HEAD
Tue, 17 Jul 2007 20:39:27 +0300 Timo Sirainen Skip over autofs entries. Patch by Mike Brudenell 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 07:52:50 +0300 Timo Sirainen mail_index_lookup_uid_range() works now correctly when searching for newly HEAD
Mon, 16 Jul 2007 03:22:26 +0300 Timo Sirainen Return INBOX with namespace prefix if we're not in INBOX namespace. HEAD
Mon, 16 Jul 2007 03:15:24 +0300 Timo Sirainen Fixes to handling appends and unexpunges. HEAD
Mon, 16 Jul 2007 03:14:51 +0300 Timo Sirainen Get UIDVALIDITY after transaction has been commited. It may have changed. HEAD
Mon, 16 Jul 2007 02:41:40 +0300 Timo Sirainen Added quota warning commands. Based lightly on a patch by Nicolas Boullis. HEAD
Mon, 16 Jul 2007 02:00:35 +0300 Timo Sirainen Allow non-default rule limits to be percentages of the default rule limit. HEAD
Mon, 16 Jul 2007 01:53:18 +0300 Timo Sirainen Allow b/k/m/g/t in quota limits. HEAD
Mon, 16 Jul 2007 01:23:17 +0300 Timo Sirainen Crashfixes to handling new messages. HEAD
Mon, 16 Jul 2007 01:22:49 +0300 Timo Sirainen Fixed reassigning new UIDs to more than one message. HEAD
Mon, 16 Jul 2007 01:21:44 +0300 Timo Sirainen If uidlist gets deleted but indexes not, give UIDs to messages beginning HEAD
Mon, 16 Jul 2007 01:10:13 +0300 Timo Sirainen If log flushing fails because of EINTR or EAGAIN, handle them instead of HEAD