|
|
|
|
@ -2458,7 +2458,7 @@ void KMComposeWin::doSend( MessageSender::SendMethod method, |
|
|
|
|
if ( mComposerBase->to().isEmpty() ) { |
|
|
|
|
if ( mComposerBase->cc().isEmpty() && mComposerBase->bcc().isEmpty() ) { |
|
|
|
|
KMessageBox::information( this, |
|
|
|
|
i18n("You must specify at least one receiver," |
|
|
|
|
i18n("You must specify at least one receiver, " |
|
|
|
|
"either in the To: field or as CC or as BCC.") ); |
|
|
|
|
|
|
|
|
|
return; |
|
|
|
|
@ -2512,7 +2512,7 @@ void KMComposeWin::doSend( MessageSender::SendMethod method, |
|
|
|
|
!GlobalSettings::self()->neverEncryptDrafts() && |
|
|
|
|
mComposerBase->to().isEmpty() && mComposerBase->cc().isEmpty() ) { |
|
|
|
|
|
|
|
|
|
KMessageBox::information( this, i18n("You must specify at least one receiver" |
|
|
|
|
KMessageBox::information( this, i18n("You must specify at least one receiver " |
|
|
|
|
"in order to be able to encrypt a draft.") |
|
|
|
|
); |
|
|
|
|
return; |
|
|
|
|
|