summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/composer.cpp
authortille <tille>2002-06-18 15:57:43 (UTC)
committer tille <tille>2002-06-18 15:57:43 (UTC)
commiteacd774d0bf520d17dac5eea092197174b43c9f9 (patch) (side-by-side diff)
treec1fe6523be5c4b8ced71366dd7bb7cc65408a742 /noncore/unsupported/mail2/composer.cpp
parent5538834e726c3b5d3ba7998c56845ea652d184dd (diff)
downloadopie-eacd774d0bf520d17dac5eea092197174b43c9f9.zip
opie-eacd774d0bf520d17dac5eea092197174b43c9f9.tar.gz
opie-eacd774d0bf520d17dac5eea092197174b43c9f9.tar.bz2
added dialog popup after mail is queued
Diffstat (limited to 'noncore/unsupported/mail2/composer.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/composer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/composer.cpp b/noncore/unsupported/mail2/composer.cpp
index cabffe5..1d793ee 100644
--- a/noncore/unsupported/mail2/composer.cpp
+++ b/noncore/unsupported/mail2/composer.cpp
@@ -300,7 +300,8 @@ void Composer::slotQueueMail()
cfg.writeEntry( an + "docLnk", a.docLnk().file() );
}
- // cfg.close();
+ QMessageBox::information(this, tr("Success"), tr("<p>The mail was queued successfully.</p><p>The queue contains ")+QString::number(count)+tr(" mails.</p>"), tr("Ok"));
+
}
void Composer::slotSendError(const QString &error)