summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdepim3/patches/patch-ad')
-rw-r--r--misc/kdepim3/patches/patch-ad34
1 files changed, 0 insertions, 34 deletions
diff --git a/misc/kdepim3/patches/patch-ad b/misc/kdepim3/patches/patch-ad
deleted file mode 100644
index a320d6c8370..00000000000
--- a/misc/kdepim3/patches/patch-ad
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-ad,v 1.7 2005/12/11 11:40:02 markd Exp $
-
---- kmail/actionscheduler.h.orig 2005-09-10 20:24:02.000000000 +1200
-+++ kmail/actionscheduler.h
-@@ -77,10 +77,10 @@ public:
- of messages left to process is empty */
- void setFilterList( QValueList<KMFilter*> filters );
-
-- /* Set the id of the account associated with this scheduler */
-+ /** Set the id of the account associated with this scheduler */
- void setAccountId( uint id ) { mAccountId = id; mAccount = true; }
-
-- /* Clear the id of the account associated with this scheduler */
-+ /** Clear the id of the account associated with this scheduler */
- void clearAccountId() { mAccountId = 0; mAccount = false; }
-
- /** Queue a message for filtering */
-@@ -88,9 +88,16 @@ public:
- void execFilters(const QPtrList<KMMsgBase> msgList);
- void execFilters(KMMsgBase* msgBase);
- void execFilters(Q_UINT32 serNum);
-+
- static QString debug();
- static bool isEnabled();
-
-+ /** Allow or deny manipulations on the message to be filtered.
-+ This is needed when using pipe-through filters, because the
-+ changes made by the filter have to be written back.
-+ The old value before applying the new value is returned. */
-+ bool ignoreChanges( bool ignore );
-+
- signals:
- /** Emitted when filtering is completed */
- void result(ReturnCode);