dovecot-2.0: lib-storage: Return mail's mailbox name with namesp...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Jan 19 16:22:16 EET 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/e1de7e7ae4f9
changeset: 10559:e1de7e7ae4f9
user: Timo Sirainen <tss at iki.fi>
date: Tue Jan 19 16:11:53 2010 +0200
description:
lib-storage: Return mail's mailbox name with namespace prefix.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/index-mail.c | 2 +-
diffs (12 lines):
diff -r 26583093cb54 -r e1de7e7ae4f9 src/lib-storage/index/index-mail.c
--- a/src/lib-storage/index/index-mail.c Tue Jan 19 16:11:29 2010 +0200
+++ b/src/lib-storage/index/index-mail.c Tue Jan 19 16:11:53 2010 +0200
@@ -1051,7 +1051,7 @@ int index_mail_get_special(struct mail *
*value_r = "";
return 0;
case MAIL_FETCH_MAILBOX_NAME:
- *value_r = _mail->box->name;
+ *value_r = _mail->box->vname;
return 0;
default:
i_unreached();
More information about the dovecot-cvs
mailing list