changeset 9331:a40f5c34ace8 HEAD

mbox-snarf: Minor code fix.
author Timo Sirainen <tss@iki.fi>
date Mon, 17 Aug 2009 10:45:13 -0400
parents cf93e420fc57
children f32928e74606
files src/plugins/mbox-snarf/mbox-snarf-plugin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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;