Bug 91891 - Missing signature file: Error message appears twice
Summary: Missing signature file: Error message appears twice
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 12:28 UTC by Peter Reinhart
Modified: 2007-09-14 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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