[dovecot-cvs] dovecot configure.in, 1.277.2.46, 1.277.2.47 dovecot-example.conf, 1.194.2.27, 1.194.2.28

tss-movial at dovecot.org tss-movial at dovecot.org
Sat Dec 16 00:08:36 UTC 2006


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv11635

Modified Files:
      Tag: branch_1_0
	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.277.2.46
retrieving revision 1.277.2.47
diff -u -d -r1.277.2.46 -r1.277.2.47
--- configure.in	3 Dec 2006 14:12:21 -0000	1.277.2.46
+++ configure.in	16 Dec 2006 00:08:34 -0000	1.277.2.47
@@ -1807,6 +1807,7 @@
 src/plugins/convert/Makefile
 src/plugins/quota/Makefile
 src/plugins/imap-quota/Makefile
+src/plugins/lazy-expunge/Makefile
 src/plugins/trash/Makefile
 src/plugins/zlib/Makefile
 stamp.h

Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.194.2.27
retrieving revision 1.194.2.28
diff -u -d -r1.194.2.27 -r1.194.2.28
--- dovecot-example.conf	3 Dec 2006 13:35:15 -0000	1.194.2.27
+++ dovecot-example.conf	16 Dec 2006 00:08:34 -0000	1.194.2.28
@@ -1020,4 +1020,12 @@
   # is a text file where each line is in format: <priority> <mailbox name>
   # Mails are first deleted in lowest -> highest priority number order
   #trash = /etc/dovecot-trash.conf
+
+  # 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/
 }



More information about the dovecot-cvs mailing list