[dovecot-cvs] dovecot configure.in, 1.316, 1.317 dovecot-example.conf, 1.227, 1.228
tss-movial at dovecot.org
tss-movial at dovecot.org
Sat Dec 16 00:09:22 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/plugins Makefile.am,1.9,1.10
- Next message: [dovecot-cvs] dovecot/src/plugins/lazy-expunge .cvsignore, 1.1, 1.2 Makefile.am, 1.1, 1.2 lazy-expunge-plugin.c, 1.1, 1.2 lazy-expunge-plugin.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv11651
Modified Files:
configure.in dovecot-example.conf
Log Message:
Added lazy expunge plugin.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -d -r1.316 -r1.317
--- configure.in 3 Dec 2006 14:12:22 -0000 1.316
+++ configure.in 16 Dec 2006 00:09:19 -0000 1.317
@@ -1881,6 +1881,7 @@
src/plugins/fts/Makefile
src/plugins/fts-lucene/Makefile
src/plugins/fts-squat/Makefile
+src/plugins/lazy-expunge/Makefile
src/plugins/quota/Makefile
src/plugins/imap-quota/Makefile
src/plugins/trash/Makefile
Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- dovecot-example.conf 3 Dec 2006 18:56:58 -0000 1.227
+++ dovecot-example.conf 16 Dec 2006 00:09:19 -0000 1.228
@@ -1044,4 +1044,12 @@
# dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool
#expire = Trash 7 Spam 30
#expire_dict = db:/var/lib/dovecot/expire.db
+
+ # Lazy expunge plugin. Currently works only with maildirs. When a user
+ # expunges mails, the mails are moved to a mailbox in another namespace
+ # (1st). When a mailbox is deleted, the mailbox is moved to another namespace
+ # (2nd) as well. Also if the deleted mailbox had any expunged messages,
+ # they're moved to a 3rd namespace. The mails won't be counted in quota,
+ # and they're not deleted automatically (use a cronjob or something).
+ #lazy_expunge = .EXPUNGED/ .DELETED/ .DELETED/.EXPUNGED/
}
- Previous message: [dovecot-cvs] dovecot/src/plugins Makefile.am,1.9,1.10
- Next message: [dovecot-cvs] dovecot/src/plugins/lazy-expunge .cvsignore, 1.1, 1.2 Makefile.am, 1.1, 1.2 lazy-expunge-plugin.c, 1.1, 1.2 lazy-expunge-plugin.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list