From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/tips | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 kmail/tips (limited to 'kmail/tips') diff --git a/kmail/tips b/kmail/tips new file mode 100644 index 000000000..1defde798 --- /dev/null +++ b/kmail/tips @@ -0,0 +1,78 @@ + + +

...that you can go to the next and previous message by using the +right and left arrow keys respectively?

+ +
+ + + +

...that you can rapidly create filters on sender, recipient, +subject and mailing lists with Tools->Create Filter?

+ +
+ + + +

...that you can get rid of the "[mailing list name]" +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*"
+   with ""
+

+ +
+ + + +

...that you can associate mailing lists with folders in the +Folder->Mailing List Management dialog? You can then use +Message->New Message to Mailing List... +to open the composer with the mailing list address preset. +Alternatively, you can click with the middle mouse button on the folder.

+ +
+ + + +

...that you can assign custom icons to each folder individually? +See Folder->Properties

+ +
+ + + +

...that KMail can show a color bar indicating the type of message +(Plain text/HTML/OpenPGP) currently displayed?

+

This thwarts attempts to fake successful signature verification by +sending HTML mails mimicking KMail's signature status frames.

+ +
+ + + +

...that you can filter on any header by simply entering its name +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"?
+

+ +
+ + + +

...that when replying, only the selected part of the message is quoted?

+

If nothing is selected, the full message is quoted.

+

This even works with text of attachments when +View->Attachments->Inline is selected.

+

This feature is available with all reply commands except +Message->Reply Without Quote.

+

contributed by David F. Newman

+ +
-- cgit v1.2.1