changeset 6467:7499e36629c6 HEAD

Crashfix to last change
author Timo Sirainen <tss@iki.fi>
date Sat, 22 Sep 2007 17:33:58 +0300
parents eab04861f2fc
children bca937328758
files src/plugins/lazy-expunge/lazy-expunge-plugin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/lazy-expunge/lazy-expunge-plugin.c	Sat Sep 22 17:05:25 2007 +0300
+++ b/src/plugins/lazy-expunge/lazy-expunge-plugin.c	Sat Sep 22 17:33:58 2007 +0300
@@ -491,7 +491,7 @@
 	p = t_strsplit_spaces(getenv("LAZY_EXPUNGE"), " ");
 	for (i = 0; i < LAZY_NAMESPACE_COUNT; i++, p++) {
 		if (strcmp(storage->ns->prefix, *p) == 0) {
-			lazy_namespaces[i]->flags |= NAMESPACE_FLAG_INTERNAL;
+			storage->ns->flags |= NAMESPACE_FLAG_INTERNAL;
 			break;
 		}
 	}