Backport of 495038 (excluding the message fix):

If the sender selected Send Later then there's no point in showing this message box.

svn path=/branches/KDE/3.5/kdepim/; revision=495039
wilder-work
Ingo Klcker 20 years ago
parent d136b5f58a
commit 72487c9bf6
  1. 2
      kmcomposewin.cpp

@ -3658,7 +3658,7 @@ bool KMComposeWin::validateAddresses( QWidget * parent, const QString & addresse
//----------------------------------------------------------------------------
void KMComposeWin::doSend( KMail::MessageSender::SendMethod method, bool saveInDrafts)
{
if ( kmkernel->isOffline() ) {
if ( method != KMail::MessageSender::SendLater && kmkernel->isOffline() ) {
KMessageBox::information( this,
i18n("KMail is currently in offline mode,"
"your messages will be kept in the outbox until you go online."),

Loading…
Cancel
Save