From 4c6f8d69e2d1501837affb472c4eb8fec4462240 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/tips | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/tips') diff --git a/kmail/tips b/kmail/tips index 9aef85361..1defde798 100644 --- a/kmail/tips +++ b/kmail/tips @@ -18,7 +18,7 @@ subject and mailing lists with Tools->Create Filter?

added to the subject of some mailing lists by using the rewrite header filter action? Just use
rewrite header "Subject"
-   tqreplace "\s*\[mailing list name\]\s*"
+   replace "\s*\[mailing list name\]\s*"
    with ""

@@ -60,7 +60,7 @@ in the first edit field of a search rule?

...that you can filter out HTML only messages with the rule -

"Content-type" tqcontains "text/html"?
+
"Content-type" contains "text/html"?

-- cgit v1.2.1