diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /kmail/tips | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
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
Diffstat (limited to 'kmail/tips')
-rw-r--r-- | kmail/tips | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/kmail/tips b/kmail/tips new file mode 100644 index 000000000..1defde798 --- /dev/null +++ b/kmail/tips @@ -0,0 +1,78 @@ +<tip category="KMail|Keyboard"> +<html> +<p>...that you can go to the next and previous message by using the +right and left arrow keys respectively?</p> +</html> +</tip> + +<tip category="KMail|Filters"> +<html> +<p>...that you can rapidly create filters on sender, recipient, +subject and mailing lists with <em>Tools->Create Filter</em>?</p> +</html> +</tip> + +<tip category="KMail|Filters"> +<html> +<p>...that you can get rid of the "[mailing list name]" +added to the subject of some mailing lists by using the <em>rewrite +header</em> filter action? Just use +<pre>rewrite header "Subject" + replace "\s*\[mailing list name\]\s*" + with ""</pre> +</p> +</html> +</tip> + +<tip category="KMail|General"> +<html> +<p>...that you can associate mailing lists with folders in the +<em>Folder->Mailing List Management</em> dialog? You can then use +<em>Message->New Message to Mailing List...</em> +to open the composer with the mailing list address preset. +Alternatively, you can click with the middle mouse button on the folder.</p> +</html> +</tip> + +<tip category="KMail|General"> +<html> +<p>...that you can assign custom icons to each folder individually? +See <em>Folder->Properties</em></p> +</html> +</tip> + +<tip category="KMail|Security"> +<html> +<p>...that KMail can show a color bar indicating the type of message +(Plain text/HTML/OpenPGP) currently displayed?</p> +<p>This thwarts attempts to fake successful signature verification by +sending HTML mails mimicking KMail's signature status frames.</p> +</html> +</tip> + +<tip category="KMail|Filters"> +<html> +<p>...that you can filter on any header by simply entering its name +in the first edit field of a search rule?</p> +</html> +</tip> + +<tip category="KMail|Filters"> +<html> +<p>...that you can filter out HTML only messages with the rule +<pre>"Content-type" contains "text/html"?</pre> +</p> +</html> +</tip> + +<tip category="KMail|General"> +<html> +<p>...that when replying, only the selected part of the message is quoted?</p> +<p>If nothing is selected, the full message is quoted.</p> +<p>This even works with text of attachments when +<em>View->Attachments->Inline</em> is selected.</p> +<p>This feature is available with all reply commands except +<em>Message->Reply Without Quote</em>.</p> +<p align="right"><em>contributed by David F. Newman</em></p> +</html> +</tip> |