log src/plugins/mbox-snarf/mbox-snarf-plugin.c @ 9575:0a00dcc4f0ea HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Mon, 17 Aug 2009 10:45:13 -0400 Timo Sirainen mbox-snarf: Minor code fix. HEAD
Mon, 17 Aug 2009 10:42:12 -0400 Timo Sirainen mbox-snarf: Keep the mailbox locked while snarfing to avoid duplicates. HEAD
Fri, 01 May 2009 14:53:52 -0400 Timo Sirainen mbox-snarf plugin: Fixed memory/io leaking. HEAD
Fri, 06 Feb 2009 12:49:46 -0500 Timo Sirainen Mail copying API changed to be based on save API. This allows extending it easily in future. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 14 Dec 2008 08:36:10 +0200 Timo Sirainen mbox-snarf plugin: If copying failed due to out of disk space, don't rollback the entire move. HEAD
Fri, 21 Nov 2008 19:24:04 +0200 Timo Sirainen mailbox_open() now takes struct mail_storage ** so it can be changed. HEAD
Sat, 15 Nov 2008 19:22:33 +0200 Timo Sirainen Plugins: If mail_debug=yes, log "plugin disabled" if plugin's required setting isn't set. HEAD
Sun, 31 Aug 2008 12:23:43 +0300 Timo Sirainen Created mail_user_[try_]home_expand(). Used them for expanding mail directories. HEAD
Sun, 20 Jul 2008 18:40:17 +0300 Timo Sirainen mbox-snarf: Messages weren't sometimes expunged from the source mbox, HEAD
Mon, 09 Jun 2008 05:11:18 +0300 Timo Sirainen Merged latest v1.1 changes. HEAD
Wed, 04 Jun 2008 00:51:58 +0300 Timo Sirainen Make mail_search_args an independent structure that can be used for multiple HEAD
Fri, 25 Apr 2008 01:31:05 +0300 Timo Sirainen next_hook should be called after our hook is finished with its doings, that HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 30 Sep 2007 17:03:26 +0300 Timo Sirainen mailbox_transaction_commit*() doesn't sync the mailbox anymore, so it HEAD
Sat, 22 Sep 2007 16:21:20 +0300 Timo Sirainen Use mailbox_sync() instead of our own implementation. HEAD
Sun, 16 Sep 2007 14:36:14 +0300 Timo Sirainen Copyright cleanup: 2007-2007 -> 2007 HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 12 Aug 2007 18:16:40 +0300 Timo Sirainen mail_index_view_sync_next() and mailbox_sync_next() returns now bool. HEAD
Thu, 09 Aug 2007 19:27:57 +0300 Timo Sirainen Crashfixes HEAD
Thu, 17 May 2007 20:25:26 +0300 Timo Sirainen Added mbox snarf plugin to move mails from /var/spool/mail to ~/mbox if it HEAD