Fix Bug 323707 - Mail dispatcher will ask twice for going online when sending an email after an offline period

FIXED-IN: 4.11.2
BUG: 323707
wilder-work
Montel Laurent 13 years ago
parent 699a34b5fb
commit 3250f0156b
  1. 2
      editor/kmcomposewin.cpp

@ -2804,7 +2804,7 @@ void KMComposeWin::doDelayedSend( MessageComposer::MessageSender::SendMethod met
}
mComposerBase->setCustomHeader( customHeader );
mComposerBase->send( method, saveIn );
mComposerBase->send( method, saveIn, false );
}
//----------------------------------------------------------------------------

Loading…
Cancel
Save