From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 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 1defde79..9aef8536 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"
-   replace "\s*\[mailing list name\]\s*"
+   tqreplace "\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" contains "text/html"?
+
"Content-type" tqcontains "text/html"?

-- cgit v1.2.3