Summary: | Missing signature file: Error message appears twice | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Peter Reinhart <bigbug21-bugtrack> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Peter Reinhart
2004-10-22 12:28:51 UTC
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 |