By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 406
Collapse All | Expand All

(-)a/kmail/kmcomposewin.cpp (-3 lines)
Lines 4351-4358 void KMComposeWin::slotContinueDoSend( bool sentOk ) Link Here
4351
      }
4351
      }
4352
      (*it)->cleanupHeader();
4352
      (*it)->cleanupHeader();
4353
      sentOk = kmkernel->msgSender()->send((*it), mSendMethod);
4353
      sentOk = kmkernel->msgSender()->send((*it), mSendMethod);
4354
      if (sentOk)
4355
          kmkernel->acctMgr()->checkMail(true);
4356
    }
4354
    }
4357
4355
4358
    if (!sentOk)
4356
    if (!sentOk)
4359
-

Return to bug 406