From 353e1da81b235d7798763bce76428fb473108fb6 Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 14 Dec 2003 17:33:16 +0000 Subject: - replied mails will get the flag answered - text fix in preparing the message for a reply --- (limited to 'noncore/net/mail/abstractmail.h') diff --git a/noncore/net/mail/abstractmail.h b/noncore/net/mail/abstractmail.h index 0a1719d..62e0715 100644 --- a/noncore/net/mail/abstractmail.h +++ b/noncore/net/mail/abstractmail.h @@ -22,6 +22,7 @@ public: virtual RecBody fetchBody(const RecMail&mail)=0; virtual QString fetchPart(const RecMail&mail,const RecPart&part)=0; virtual void deleteMail(const RecMail&mail)=0; + virtual void answeredMail(const RecMail&mail)=0; static AbstractMail* getWrapper(IMAPaccount *a); static AbstractMail* getWrapper(POP3account *a); -- cgit v0.9.0.2