log src/lib-storage/index/dbox-single/sdbox-sync.c @ 22713:cb108f786fb4

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Mon, 10 Jul 2017 14:20:50 +0300 Timo Sirainen lib-storage: Storage backend sync_init()s no longer need to check if mailbox is open
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Thu, 24 Nov 2016 18:12:00 +0200 Timo Sirainen sdbox: Rebuild index after it's been fsck'd
Thu, 10 Nov 2016 18:24:46 +0200 Timo Sirainen sdbox: Fix crash on mailbox_sync*() when mailbox auto-open fails.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 21 Sep 2015 16:32:27 +0300 Timo Sirainen lib-storage: Update mailbox vsize header on save/copy/expunge.
Wed, 19 Aug 2015 12:56:55 +0300 Timo Sirainen lib-storage: Moved most of the \Recent flag handling code to mailbox-recent-flags.c
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Wed, 06 Nov 2013 23:00:58 +0200 Timo Sirainen lib-storage: Moved more of dbox attachments code to generic code.
Fri, 20 Sep 2013 03:54:31 +0300 Timo Sirainen dbox: Fixed "UIDVALIDITY=0" error race condition.
Mon, 27 May 2013 21:03:14 +0300 Timo Sirainen dbox: Don't cache pop3.uidl|order unless index header indicates there are those.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Wed, 16 Jan 2013 12:02:18 +0200 Timo Sirainen sdbox: Fixed rebuilding index when UIDVALIDITY is missing.
Mon, 29 Oct 2012 19:54:50 +0200 Timo Sirainen lib-storage: Renamed mail_storage_set_index_error() to mailbox_set_index_error()
Mon, 25 Jun 2012 03:21:25 +0300 Timo Sirainen Avoid using (void)s by adding ATTR_NOWARN_UNUSED_RESULT attributes and other ways.
Thu, 22 Mar 2012 18:28:59 +0200 Timo Sirainen sdbox: Don't log "Rebuilding index" when another process already did it and we cancel it.
Thu, 22 Mar 2012 18:05:08 +0200 Timo Sirainen quota: Added a kludge to avoid recalculating quota.
Tue, 21 Feb 2012 22:58:05 +0200 Timo Sirainen Compiler warning fix.
Tue, 21 Feb 2012 15:21:19 +0200 Timo Sirainen sdbox: Altmove flag changes weren't immediately marked as synced.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 01 Feb 2012 23:33:51 +0200 Timo Sirainen sdbox: Fixed moving files from alt storage to primary storage.
Wed, 07 Dec 2011 01:48:03 +0200 Timo Sirainen dbox: If index was fscked, rebuild indexes to make sure no mails got lost.
Mon, 26 Sep 2011 21:55:10 +0300 Timo Sirainen sdbox: Memory leak fix.
Sat, 30 Apr 2011 16:24:42 +0300 Timo Sirainen Merged changes from v2.0 tree.
Tue, 12 Apr 2011 18:38:00 +0300 Timo Sirainen sdbox: Commit expunges to index first before unlinking the files.
Tue, 05 Apr 2011 22:43:54 +0300 Timo Sirainen sdbox: Added more error message logging.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Sun, 05 Dec 2010 23:18:55 +0000 Timo Sirainen lib-storage: Lazily look up mailbox path and permissions. Added functions to get them.
Thu, 21 Oct 2010 18:49:19 +0100 Timo Sirainen dbox: Reverted the "check if altpath is mounted" change for now.
Thu, 21 Oct 2010 16:33:28 +0100 Timo Sirainen dbox: If alt path is lost, fail with an error rather than rebuilding indexes.
Tue, 19 Oct 2010 18:47:17 +0100 Timo Sirainen lib-storage: Added support for saving mail attachments separately via filesystem API.
Wed, 14 Jul 2010 17:10:30 +0100 Timo Sirainen Renamed "dbox" to "sdbox". Keep also dbox as an alias for it.
Fri, 09 Jul 2010 15:39:03 +0100 Timo Sirainen dbox: dbox_file_move() was used by only single-dbox, so moved it there. HEAD
Tue, 29 Jun 2010 20:21:51 +0100 Timo Sirainen single-dbox: Fixed broken mailbox handling. HEAD
Tue, 29 Jun 2010 19:34:16 +0100 Timo Sirainen single-dbox: Simplified syncing code. HEAD
Tue, 20 Apr 2010 16:22:56 +0300 Timo Sirainen dbox: Moved SDBOX_INDEX_FLAG_ALT macro to dbox-common. HEAD
Sun, 04 Apr 2010 23:02:12 +0300 Timo Sirainen sdbox: Removed unused code. HEAD
Sun, 04 Apr 2010 23:01:23 +0300 Timo Sirainen sdbox: Avoid logging multiple adjacent "Invalid dbox header size" errors. HEAD
Tue, 09 Feb 2010 17:35:14 +0200 Timo Sirainen Mailbox deletion: Fixed race condition where a mailbox couldn't get deleted. HEAD
Sun, 07 Feb 2010 17:30:24 +0200 Timo Sirainen lib-storage: *_mailboxes don't descend from index_mailbox anymore, it's now a context. HEAD
Sun, 07 Feb 2010 15:44:33 +0200 Timo Sirainen lib-storage: Moved struct mail_index_* from index_mailbox to mailbox. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Oct 2009 19:22:42 -0400 Timo Sirainen Split dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends. HEAD