From 19d25d6dd76a41fb2cacb3e6e98507ff0c745779 Mon Sep 17 00:00:00 2001 From: Till Adam Date: Thu, 16 Aug 2007 20:21:42 +0000 Subject: [PATCH] Fix compilation. Porting bug. svn path=/trunk/KDE/kdepim/; revision=700934 --- kmfolder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmfolder.cpp b/kmfolder.cpp index 25e5ee156..6aa17bd46 100644 --- a/kmfolder.cpp +++ b/kmfolder.cpp @@ -525,7 +525,7 @@ void KMFolder::remove() the message dict, since its message list is empty, and the .ids file contents are not loaded. That can lead to lookups in the dict returning stale pointers to the folder later. */ - mStorage->open(); + mStorage->open("folderremoval"); mStorage->remove(); }