From 6248e82bf1b077c54e3e2b85801a99fa0f86434d Mon Sep 17 00:00:00 2001 From: alwin Date: Sat, 10 Jan 2004 03:20:04 +0000 Subject: mh wrapper fully functional. --- (limited to 'noncore/net/mail/libmailwrapper/mhwrapper.h') diff --git a/noncore/net/mail/libmailwrapper/mhwrapper.h b/noncore/net/mail/libmailwrapper/mhwrapper.h index 79dec30..b8e380c 100644 --- a/noncore/net/mail/libmailwrapper/mhwrapper.h +++ b/noncore/net/mail/libmailwrapper/mhwrapper.h @@ -8,6 +8,7 @@ class RecMail; class RecBody; class encodedString; struct mailmbox_folder; +class OProcess; class MHwrapper : public Genericwrapper { @@ -39,6 +40,10 @@ public: virtual const QString&getType()const; virtual const QString&getName()const; +public slots: + /* for deleting maildirs we are using a system call */ + virtual void oprocessStderr(OProcess*, char *buffer, int ); + virtual void processEnded(OProcess *); protected: QString buildPath(const QString&p); QString MHPath; @@ -47,6 +52,8 @@ protected: void init_storage(); void clean_storage(); + + bool removeMboxfailed; }; #endif -- cgit v0.9.0.2