dovecot-1.2: mbox-snarf: Minor code fix.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 17 17:45:23 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/a40f5c34ace8
changeset: 9331:a40f5c34ace8
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 17 10:45:13 2009 -0400
description:
mbox-snarf: Minor code fix.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/mbox-snarf/mbox-snarf-plugin.c |    2 +-

diffs (12 lines):

diff -r cf93e420fc57 -r a40f5c34ace8 src/plugins/mbox-snarf/mbox-snarf-plugin.c
--- a/src/plugins/mbox-snarf/mbox-snarf-plugin.c	Mon Aug 17 10:42:12 2009 -0400
+++ b/src/plugins/mbox-snarf/mbox-snarf-plugin.c	Mon Aug 17 10:45:13 2009 -0400
@@ -107,7 +107,7 @@ mbox_snarf_sync_init(struct mailbox *box
 	struct mail_storage *storage;
 	struct mbox_snarf_mailbox *mbox = MBOX_SNARF_CONTEXT(box);
 	struct mailbox *spool_mbox;
-	static struct mailbox_sync_context *ctx;
+	struct mailbox_sync_context *ctx;
 
 	/* try to open the spool mbox */
 	mstorage->open_spool_inbox = TRUE;


More information about the dovecot-cvs mailing list