From eacd774d0bf520d17dac5eea092197174b43c9f9 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 18 Jun 2002 15:57:43 +0000 Subject: added dialog popup after mail is queued --- (limited to 'noncore') 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("

The mail was queued successfully.

The queue contains ")+QString::number(count)+tr(" mails.

"), tr("Ok")); + } void Composer::slotSendError(const QString &error) -- cgit v0.9.0.2