log src/plugins/expire/expire-plugin.c @ 8082:db66611fd195 HEAD

age author description
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, 02 Jun 2008 22:10:28 +0300 Timo Sirainen expire plugin: Pass username to dict_init(). HEAD
Sun, 04 May 2008 18:19:57 +0300 Timo Sirainen Handle dict_init() and dict_lookup() failures without crashing. 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
Sun, 16 Mar 2008 12:28:58 +0200 Timo Sirainen If first message is expunged from expire_altmove mailbox, don't update dict. HEAD
Tue, 04 Mar 2008 06:26:24 +0200 Timo Sirainen Added wildcard support to expire plugin. Added a new expire_altmove setting HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and 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
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 19:40:54 +0300 Timo Sirainen mail_*() APIs changed to return int and return the actual data as pointer. 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:29:44 +0300 Timo Sirainen Compile fix HEAD
Tue, 17 Apr 2007 21:00:48 +0300 Timo Sirainen Updated to support namespaces HEAD
Tue, 17 Apr 2007 19:40:55 +0300 Timo Sirainen Added mailbox_transaction_commit_get_uids() which returns the UID range 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, 15 Mar 2007 19:05:44 +0200 Timo Sirainen Remove redundant "extern" declarations. Patch by Max Kellermann HEAD
Thu, 22 Feb 2007 16:27:25 +0200 Timo Sirainen Added <plugin_name>_version string. HEAD
Mon, 31 Jul 2006 02:12:51 +0300 Timo Sirainen Initial import of expire plugin code. Seems to work with at least one user. :) HEAD