dovecot-2.0: expire: Mailbox names should be written to dict usi...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 16 04:07:56 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/73ad4e348343
changeset: 10080:73ad4e348343
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 15 21:07:46 2009 -0400
description:
expire: Mailbox names should be written to dict using their virtual name.

diffstat:

1 file changed, 1 insertion(+), 2 deletions(-)
src/plugins/expire/expire-plugin.c |    3 +--

diffs (13 lines):

diff -r c38d2169eb5b -r 73ad4e348343 src/plugins/expire/expire-plugin.c
--- a/src/plugins/expire/expire-plugin.c	Thu Oct 15 20:56:04 2009 -0400
+++ b/src/plugins/expire/expire-plugin.c	Thu Oct 15 21:07:46 2009 -0400
@@ -130,8 +130,7 @@ expire_mailbox_transaction_commit(struct
 
 		key = t_strconcat(DICT_EXPIRE_PREFIX,
 				  box->storage->user->username, "/",
-				  mailbox_get_namespace(box)->prefix,
-				  box->name, NULL);
+				  mailbox_get_vname(box), NULL);
 		if (xt->first_expunged) {
 			if (new_stamp == 0 && xt->saves)
 				new_stamp = ioloop_time;


More information about the dovecot-cvs mailing list