summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/viewmail.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/viewmail.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/viewmail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/viewmail.h b/noncore/unsupported/mail2/viewmail.h
index a013e43..efc2300 100644
--- a/noncore/unsupported/mail2/viewmail.h
+++ b/noncore/unsupported/mail2/viewmail.h
@@ -45,2 +45,6 @@ public:
ViewMail(IMAPResponseFETCH &mail, IMAPHandler *handler, QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal);
+ ~ViewMail();
+
+ void hide();
+ void exec();
@@ -57,2 +61,3 @@ protected slots:
private:
+ bool _inLoop;
IMAPResponseFETCH _mail;