Bug 91891

Summary: Missing signature file: Error message appears twice
Product: [Applications] kmail Reporter: Peter Reinhart <bigbug21-bugtrack>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Peter Reinhart 2004-10-22 12:28:51 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    SuSE RPMs

If a new message is opened while the signature file is missing, KMail returns an according error message twice.

Once before the new message window is opened and another one with the new window in the background.

This behaviour should be fixed in order to display the error message only once.
Comment 1 Jakob Schröter 2004-10-22 13:32:54 UTC
already fixed.
should be in 3.3.1 or 3.3.2
Comment 2 Jakob Schröter 2004-10-22 16:15:07 UTC
CVS commit by schrot: 

forgot to backport
grab signature only once
CCBUG: 91891


  M +0 -2      kmcomposewin.cpp   1.851.2.9


--- kdepim/kmail/kmcomposewin.cpp  #1.851.2.8:1.851.2.9
@@ -1433,6 +1433,4 @@ void KMComposeWin::setMsg(KMMessage* new
   const KPIM::Identity & ident = im->identityForUoid( mIdentity->currentIdentity() );
 
-  mOldSigText = ident.signatureText();
-
   // check for the presence of a DNT header, indicating that MDN's were
   // requested