log src/plugins/lazy-expunge/lazy-expunge-plugin.c @ 9658:8ba4253adc9b HEAD tip

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 29 Dec 2009 17:19:16 -0500 Timo Sirainen lazy-expunge: Ignore non-private namespaces. HEAD
Mon, 14 Dec 2009 15:12:18 -0500 Timo Sirainen lazy-expunge: Support a single-namespace configuration. HEAD
Sun, 26 Jul 2009 20:01:44 -0400 Timo Sirainen lazy-expunge: Drop \Deleted flag when moving message. HEAD
Sat, 27 Jun 2009 20:39:30 -0400 Timo Sirainen Whenever file's group changing fails, show the group origin in the error message. HEAD
Mon, 25 May 2009 23:39:03 -0400 Timo Sirainen Split NAMESPACE_FLAG_INTERNAL into distinct _NOQUOTA and _NOACL flags. HEAD
Wed, 04 Mar 2009 18:30:42 -0500 Timo Sirainen lazy_expunge: When deleting mailboxes, if the destination parent dir didn't exist, delete failed. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. 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
Tue, 12 Aug 2008 12:28:42 -0400 Timo Sirainen Added struct mail_user and fixed the code to support multiple users per process. HEAD
Mon, 09 Jun 2008 05:11:18 +0300 Timo Sirainen Merged latest v1.1 changes. HEAD
Sat, 07 Jun 2008 01:06:28 +0300 Timo Sirainen Renamed mailbox_get_uids() to mailbox_get_seq_range(). 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
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. 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 17:36:38 +0300 Timo Sirainen If rename() fails, log an error. HEAD
Sat, 22 Sep 2007 17:33:58 +0300 Timo Sirainen Crashfix to last change HEAD
Sat, 22 Sep 2007 15:49:28 +0300 Timo Sirainen Mark lazy expunge's namespaces as internal so quota doesn't count them. 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, 16 Sep 2007 13:30:31 +0300 Timo Sirainen Renamed strocpy() to i_strocpy(). HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 12 Aug 2007 18:02:29 +0300 Timo Sirainen mail_index_lookup*() can't fail anymore. Changed several APIs not to return HEAD
Sun, 12 Aug 2007 16:43:05 +0300 Timo Sirainen Removed explicit locking from views and maps. They were already locked all HEAD
Sun, 12 Aug 2007 16:32:18 +0300 Timo Sirainen Compile fix HEAD
Wed, 08 Aug 2007 15:49:12 +0300 Timo Sirainen Fixed to use hook_mail_namespaces_created so we work also with pop3. HEAD
Sun, 13 May 2007 20:10:48 +0300 Timo Sirainen Error handling rewrite. HEAD
Sun, 13 May 2007 18:46:07 +0300 Timo Sirainen lib-storage doesn't need the ability to return syntax errors. They should be HEAD
Tue, 17 Apr 2007 19:40:55 +0300 Timo Sirainen Added mailbox_transaction_commit_get_uids() which returns the UID range for HEAD
Tue, 03 Apr 2007 11:34:27 +0300 Timo Sirainen Moved namespace handling to lib-storage. Beginnings of namespace support for HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD
Thu, 29 Mar 2007 10:59:11 +0300 Timo Sirainen Moved delete/rename operations to mailbox_list API. Fixed mbox/maildir to HEAD
Thu, 22 Feb 2007 16:27:25 +0200 Timo Sirainen Added <plugin_name>_version string. HEAD
Fri, 05 Jan 2007 16:22:33 +0200 Timo Sirainen If index/control dirs were different than the maildir, deleting mailboxes HEAD
Sun, 17 Dec 2006 16:32:06 +0200 Timo Sirainen Fixes HEAD
Sat, 16 Dec 2006 02:09:19 +0200 Timo Sirainen Added lazy expunge plugin. HEAD