diff options
Diffstat (limited to 'help/C/mail-displaying-collapsible-headers.page')
-rw-r--r-- | help/C/mail-displaying-collapsible-headers.page | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/help/C/mail-displaying-collapsible-headers.page b/help/C/mail-displaying-collapsible-headers.page new file mode 100644 index 0000000000..59ae299ec5 --- /dev/null +++ b/help/C/mail-displaying-collapsible-headers.page @@ -0,0 +1,31 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="mail-displaying-collapsible-headers"> + + <info> + <desc>Display less email recipients of a specific message.</desc> + + <link type="guide" xref="mail-displaying-message" /> + + <revision pkgversion="3.1.5" version="0.2" date="2011-07-28" status="final"/> + <credit type="author"> + <name>Andre Klapper</name> + <email>ak-47@gmx.net</email> + </credit> + <credit type="author"> + <name>Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/usage-mail-getnsend-read.html.en#b131oj36 though the setting itself has been removed in 3.1 --> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + +<title>Collapsible Message Headers</title> + +<p>Evolution compresses the To, Cc and Bcc headers of received mail and shows only five addresses in the message preview.</p> + +<p>To see all recipients, click the <media type="image" src="./figures/plus-icon.png"></media> icon next to the <gui>To:</gui> or <gui>Cc:</gui> line, or click the ellipsis (...) at the end of the five displayed addresses.</p> + +<p>To collapse all of the message headers and just display the subject and sender in one line, click the icon <media type="image" src="./figures/minus-icon.png"></media> next to the <gui>From:</gui> line. This is helpful on small screens.</p> + +</page> |