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.
already fixed. should be in 3.3.1 or 3.3.2
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