From ff2b84787e454f8a11aaef7a4ce18941ac0d28fd Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 14 Dec 2003 00:20:38 +0000 Subject: deleting of mails working --- (limited to 'noncore/net/mail/viewmail.h') diff --git a/noncore/net/mail/viewmail.h b/noncore/net/mail/viewmail.h index bc12da1..765464c 100644 --- a/noncore/net/mail/viewmail.h +++ b/noncore/net/mail/viewmail.h @@ -30,6 +30,7 @@ public: void exec(); void setMail( RecMail mail ); void setBody( RecBody body ); + bool deleted; protected: QString deHtml(const QString &string); @@ -39,6 +40,8 @@ protected slots: void slotForward(); void setText(); void slotItemClicked( QListViewItem * item , const QPoint & point, int c ); + void slotDeleteMail( ); + private: bool _inLoop; -- cgit v0.9.0.2