From f04722ccbfaead8c80bb97d85b29a5a8f0392ebc Mon Sep 17 00:00:00 2001 From: Michael Haeckel Date: Sun, 21 Jan 2001 12:49:29 +0000 Subject: [PATCH] Don't display still is the status bar, that there is one message in the folder after the last has been deleted. svn path=/trunk/kdenetwork/kmail/; revision=79381 --- kmheaders.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kmheaders.cpp b/kmheaders.cpp index b653534f7..021e9c136 100644 --- a/kmheaders.cpp +++ b/kmheaders.cpp @@ -885,6 +885,7 @@ void KMHeaders::deleteMsg (int msgId) // We are in the trash folder -> really delete messages moveMsgToFolder(NULL, msgId); } + mOwner->statusMsg(""); // triggerUpdate(); }