summaryrefslogtreecommitdiff
path: root/noncore/net/mail/smtpwrapper.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/smtpwrapper.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/smtpwrapper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/net/mail/smtpwrapper.h b/noncore/net/mail/smtpwrapper.h
index 0535983..05becf2 100644
--- a/noncore/net/mail/smtpwrapper.h
+++ b/noncore/net/mail/smtpwrapper.h
@@ -33,2 +33,6 @@ public:
static progressMailSend*sendProgress;
+
+signals:
+ void queuedMails( int );
+
protected:
@@ -58,2 +62,8 @@ protected:
int sendQueuedMail(MBOXwrapper*wrap,SMTPaccount*smtp,RecMail*which);
+
+ int m_queuedMail;
+
+protected slots:
+ void emitQCop( int queued );
+
};