# HG changeset patch # User Timo Sirainen # Date 1190471638 -10800 # Node ID 7499e36629c67c0c17f6e86ca66d7b946a507506 # Parent eab04861f2fce7f9826324c673dcf6a27b28ea02 Crashfix to last change diff -r eab04861f2fc -r 7499e36629c6 src/plugins/lazy-expunge/lazy-expunge-plugin.c --- 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; } }