diff --git a/kmcomposewin.cpp b/kmcomposewin.cpp index cf8fce28b..fa638a6c5 100644 --- a/kmcomposewin.cpp +++ b/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."),