log src/plugins/trash/trash-plugin.c @ 5577:1fd9616157e4 HEAD

age author description
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