dovecot-1.2: Virtual mailboxes: One more mailbox_header_lookup_c...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sun Oct 26 15:38:02 EET 2008
    
    
  
details:   http://hg.dovecot.org/dovecot-1.2/rev/18a7e838e4a7
changeset: 8342:18a7e838e4a7
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 26 15:37:58 2008 +0200
description:
Virtual mailboxes: One more mailbox_header_lookup_ctx fix.
diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
src/plugins/virtual/virtual-mail.c |    3 ++-
diffs (13 lines):
diff -r fa564d405f51 -r 18a7e838e4a7 src/plugins/virtual/virtual-mail.c
--- a/src/plugins/virtual/virtual-mail.c	Sat Oct 25 23:56:35 2008 +0300
+++ b/src/plugins/virtual/virtual-mail.c	Sun Oct 26 15:37:58 2008 +0200
@@ -249,7 +249,8 @@ virtual_mail_get_header_stream(struct ma
 
 	backend_headers = mailbox_header_lookup_init(vmail->backend_mail->box,
 						     headers->headers);
-	ret = mail_get_header_stream(vmail->backend_mail, headers, stream_r);
+	ret = mail_get_header_stream(vmail->backend_mail, backend_headers,
+				     stream_r);
 	mailbox_header_lookup_unref(&backend_headers);
 	if (ret < 0) {
 		virtual_box_copy_error(mail->box, vmail->backend_mail->box);
    
    
More information about the dovecot-cvs
mailing list