log src/plugins/trash/trash-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
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Mon, 24 Nov 2008 00:08:03 +0200 Timo Sirainen Call next hook_mail_namespaces_created in correct order. HEAD
Fri, 21 Nov 2008 19:24:04 +0200 Timo Sirainen mailbox_open() now takes struct mail_storage ** so it can be changed. HEAD
Wed, 19 Nov 2008 16:28:46 +0200 Timo Sirainen Changed all config file readers to not ignore the last line if it's missing LF. 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
Sat, 18 Oct 2008 21:31:18 +0300 Timo Sirainen Trash plugin: Assign storage to all mailboxes at startup so errors are caught immediately. HEAD
Sat, 18 Oct 2008 15:26:41 +0300 Timo Sirainen Trash plugin: Small optimization. HEAD
Sun, 31 Aug 2008 12:23:43 +0300 Timo Sirainen Created mail_user_[try_]home_expand(). Used them for expanding mail directories. 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
Wed, 04 Jun 2008 00:51:58 +0300 Timo Sirainen Make mail_search_args an independent structure that can be used for multiple HEAD
Sun, 24 Feb 2008 02:48:46 +0200 Timo Sirainen Allow #comments in trash config 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:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 11:45:24 +0300 Timo Sirainen Get rid of __ prefixes. 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:16:40 +0300 Timo Sirainen mail_index_view_sync_next() and mailbox_sync_next() returns now bool. 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
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Sun, 15 Jul 2007 22:30:14 +0300 Timo Sirainen Added debug logging. HEAD
Tue, 17 Apr 2007 21:00:48 +0300 Timo Sirainen Updated to support namespaces HEAD
Tue, 13 Mar 2007 18:01:49 +0200 Timo Sirainen compiler warning fix HEAD
Thu, 22 Feb 2007 17:42:44 +0200 Timo Sirainen Fixed priority handling. HEAD
Thu, 22 Feb 2007 17:38:43 +0200 Timo Sirainen Fixes for handling multiple storages. HEAD
Thu, 22 Feb 2007 17:03:46 +0200 Timo Sirainen Minor memory allocation optimizations. HEAD
Thu, 22 Feb 2007 16:27:25 +0200 Timo Sirainen Added <plugin_name>_version string. HEAD
Fri, 16 Feb 2007 20:31:33 +0200 Timo Sirainen Although messages were expunged, the expunges weren't counted in that same HEAD
Fri, 16 Feb 2007 20:01:16 +0200 Timo Sirainen If trash mailbox couldn't be opened, don't crash later either. HEAD
Fri, 16 Feb 2007 14:15:28 +0200 Timo Sirainen If trash mailbox can't be opened, don't crash. HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Sun, 12 Nov 2006 20:48:32 +0200 Timo Sirainen s/quota/quota_set/ so we don't conflict with the quota symbol already HEAD
Sat, 04 Nov 2006 21:51:23 +0200 Timo Sirainen Trash plugin was completely broken before. HEAD
Sat, 16 Sep 2006 16:40:17 +0300 Timo Sirainen Don't allow giving NULL parameter to array_get() or array_get_modifiable(). HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Sun, 30 Jul 2006 21:32:07 +0300 Timo Sirainen Changes to make trash plugin working again. HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Sat, 17 Jun 2006 18:06:20 +0300 Timo Sirainen Removed hardcoded trash plugin configuration paths. Added information about HEAD
Wed, 01 Mar 2006 11:14:59 +0200 Timo Sirainen Quota API redesign. Still not perfect, but better than before. Quota backends no longer need to be told where the mails exist. fs backend doesn't work correctly with multiple partitions (if you've multiple namespaces). HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sat, 10 Dec 2005 21:44:45 +0200 Timo Sirainen Added beginnings of plugin infrastructure. TODO: These could be optionally HEAD