log

age author description
Tue, 25 Jul 2017 15:54:37 +0300 Timo Sirainen lib-storage: Mailbox rename shouldn't auto-rmdir parent index dirs with ITERINDEX
Mon, 24 Jul 2017 16:37:42 +0300 Timo Sirainen lib-storage: If userdb returns chdir extra field, chdir() there instead of home
Mon, 24 Jul 2017 16:36:45 +0300 Timo Sirainen lib-storage: If chdir(home) fails due to EACCES, don't log two errors.
Mon, 24 Jul 2017 14:17:22 +0300 Timo Sirainen lib-storage: Add mailbox_list_index_include_inbox setting
Mon, 24 Jul 2017 14:12:55 +0300 Timo Sirainen example-config: Add mailbox_list_index_very_dirty_syncs
Sat, 22 Jul 2017 18:39:19 +0300 Timo Sirainen lib-storage: Allow LISTINDEX to point to a different directory
Fri, 21 Jul 2017 19:52:23 +0300 Timo Sirainen virtual: Make sure index is rewritten when new mailboxes are added
Fri, 21 Jul 2017 17:01:05 +0300 Timo Sirainen dict-sql: Do not increment on set (again)
Tue, 11 Jul 2017 13:12:46 +0300 Martti Rannanjärvi imap: Add %{appended} to imap_logout_format
Mon, 03 Jul 2017 17:12:08 +0300 Martti Rannanjärvi imap-client: Add %{autoexpunged} to imap_logout_format
Tue, 04 Jul 2017 09:25:21 +0300 Martti Rannanjärvi imap-client: Add const char *disconnect_reason to client
Wed, 19 Jul 2017 13:43:09 +0300 Timo Sirainen lib-index: Fix next_uid lookup in open transaction that has appended mails
Thu, 20 Jul 2017 09:46:00 +0300 Martti Rannanjärvi lib-sql: Remove duplicate Cassandra consistency names
Thu, 20 Jul 2017 11:01:37 +0300 Aki Tuomi virtual: Do not remove mailbox notify if the mailbox is closed
Wed, 19 Jul 2017 23:19:12 +0300 Timo Sirainen virtual: Optimize mailbox_notify_changes() when there's only a single backend mailbox
Wed, 19 Jul 2017 23:11:12 +0300 Timo Sirainen lib-storage: mailbox_watch_extract_notify_fd() - give better reason if mailbox has no IOs
Wed, 19 Jul 2017 23:09:13 +0300 Timo Sirainen lib: io_loop_extract_notify_fd() - Don't crash if no notifys have been added
Wed, 19 Jul 2017 10:37:25 +0300 Timo Sirainen cassandra: Fix read/write buffer overflows after adding CASSANDRA_QUERY_TYPE_READ_MORE
Wed, 19 Jul 2017 10:35:43 +0300 Timo Sirainen lib-sql: Add assert to sql_result_more_s()
Wed, 19 Jul 2017 12:03:58 +0300 Aki Tuomi virtual: Stop watching notification on backend box close
Tue, 18 Jul 2017 21:04:47 +0300 Aki Tuomi virtual: Stop notifications only if they were started
Wed, 19 Jul 2017 10:58:43 +0300 Timo Sirainen pop3-migration: Add unit test for checking that trailing tabs are stripped
Wed, 19 Jul 2017 10:57:36 +0300 Timo Sirainen lib-mail: message_header_hash() - add v4 that strips tabs
Tue, 18 Jul 2017 14:42:23 +0300 Timo Sirainen lib-index: Fix mail_index_get_modification_time() to work when index isn't open.
Tue, 18 Jul 2017 14:37:53 +0300 Aki Tuomi lib-index: Mark index deleted if index log file is missing
Tue, 18 Jul 2017 12:39:44 +0300 Timo Sirainen lib-storage: Don't allow removing \Recent flags with mail_update_flags()
Tue, 18 Jul 2017 11:57:24 +0300 Timo Sirainen lib-storage: If mail_index_header.first_recent_uid shrinks, reset \Recent flags
Mon, 17 Jul 2017 18:10:49 +0300 Timo Sirainen cassandra: Improve logging for multipage queries
Mon, 17 Jul 2017 17:54:07 +0300 Timo Sirainen cassandra: Add page_size setting to enable paged results for queries
Mon, 17 Jul 2017 17:51:03 +0300 Timo Sirainen cassandra: Add wrapper functions in preparation for following commits