summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/mhwrapper.h
Unidiff
Diffstat (limited to 'noncore/net/mail/libmailwrapper/mhwrapper.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/mhwrapper.h7
1 files changed, 7 insertions, 0 deletions
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
@@ -10,2 +10,3 @@ class encodedString;
10struct mailmbox_folder; 10struct mailmbox_folder;
11class OProcess;
11 12
@@ -41,2 +42,6 @@ public:
41 42
43public slots:
44 /* for deleting maildirs we are using a system call */
45 virtual void oprocessStderr(OProcess*, char *buffer, int );
46 virtual void processEnded(OProcess *);
42protected: 47protected:
@@ -49,2 +54,4 @@ protected:
49 void clean_storage(); 54 void clean_storage();
55
56 bool removeMboxfailed;
50}; 57};