diff options
Diffstat (limited to 'kmail/tips')
-rw-r--r-- | kmail/tips | 4 |
1 files changed, 2 insertions, 2 deletions
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 <em>Tools->Create Filter</em>?</p> added to the subject of some mailing lists by using the <em>rewrite header</em> filter action? Just use <pre>rewrite header "Subject" - tqreplace "\s*\[mailing list name\]\s*" + replace "\s*\[mailing list name\]\s*" with ""</pre> </p> </html> @@ -60,7 +60,7 @@ in the first edit field of a search rule?</p> <tip category="KMail|Filters"> <html> <p>...that you can filter out HTML only messages with the rule -<pre>"Content-type" tqcontains "text/html"?</pre> +<pre>"Content-type" contains "text/html"?</pre> </p> </html> </tip> |