From 99cf287037a0d9f99e4fc035d1b9f6db08bb6583 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 18 Jun 2002 13:49:13 +0000 Subject: added queue mail support --- (limited to 'noncore/unsupported/mail2/mainwindowbase.cpp') diff --git a/noncore/unsupported/mail2/mainwindowbase.cpp b/noncore/unsupported/mail2/mainwindowbase.cpp index c55bd90..24f030f 100644 --- a/noncore/unsupported/mail2/mainwindowbase.cpp +++ b/noncore/unsupported/mail2/mainwindowbase.cpp @@ -26,6 +26,9 @@ MainWindowBase::MainWindowBase(QWidget *parent, const char *name, WFlags fl) compose = new QAction(tr("Compose new mail"), QIconSet(Resource::loadPixmap("mail/newmail")), 0, 0, this); compose->addTo(toolbar); + sendQueue = new QAction(tr("Send queued mails"), QIconSet(Resource::loadPixmap("mail/sendqueue")), 0, 0, this); + sendQueue->addTo(toolbar); + folders = new QAction(tr("Show/hide folders"), QIconSet(Resource::loadPixmap("mail/folder")), 0, 0, this, 0, true); folders->addTo(toolbar); connect(folders, SIGNAL(toggled(bool)), SLOT(slotFoldersToggled(bool))); -- cgit v0.9.0.2