From a18df61e9cfa1ac71b65c3ce2ecb671f84d60ffc Mon Sep 17 00:00:00 2001 From: Michael Haeckel Date: Tue, 5 Jun 2001 07:39:57 +0000 Subject: [PATCH] Don't switch to a different message, when changing the header style. svn path=/trunk/kdenetwork/kmail/; revision=100502 --- kmmainwin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kmmainwin.cpp b/kmmainwin.cpp index f09c51d6e..591bfb93a 100644 --- a/kmmainwin.cpp +++ b/kmmainwin.cpp @@ -1110,7 +1110,6 @@ void KMMainWin::slotSetHeaderStyle(int id) mViewMenu->setItemChecked(id, TRUE); mMsgView->setAttachmentStyle(id-5); } - readConfig(); // added this so _all_ the other widgets get this information } void KMMainWin::folderSelected(KMFolder* aFolder)