From e12a083de792951b6946458a61eb080fbb895558 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 25 Jul 2000 16:02:20 +0000 Subject: IMAP expunge crash prevention... still not right... svn path=/trunk/; revision=4316 --- camel/providers/imap/camel-imap-folder.c | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/providers/imap') diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index afd5011ba5..62ced1ff1d 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -362,6 +362,7 @@ imap_expunge (CamelFolder *folder, CamelException *ex) /* FIXME: maybe remove the appropriate messages from the summary so we don't need to refetch the entire summary? */ imap_summary_free (imap_folder->summary); + imap_folder->summary = NULL; camel_imap_folder_changed (folder, -1, ex); } -- cgit