Git commit 6944cc3e24acb23c36598cf91a2c2f9e1e70fe5a by Yuri Chornoivan, on behalf of Scarlett Clark. Committed on 19/06/2013 at 19:17. Pushed by yurchor into branch 'master'.
REVIEW: 111104 Updated to current options -> Attachments using-kmail M +63 -21 doc/kmail/using-kmail.docbook http://commits.kde.org/kdepim/6944cc3e24acb23c36598cf91a2c2f9e1e70fe5a diff --git a/doc/kmail/using-kmail.docbook b/doc/kmail/using-kmail.docbook index 2dc0fda..b891f2d 100644 --- a/doc/kmail/using-kmail.docbook +++ b/doc/kmail/using-kmail.docbook @@ -64,27 +64,69 @@ which allows you to show or hide several columns in the list. </para> </listitem> </varlistentry> -<varlistentry> -<term>Message preview pane (in the lower right by default)</term> -<listitem> -<para>This pane displays the currently selected message. Attachments appear -at the bottom of the message, either as icons or embedded in the message, -depending on <menuchoice><guimenu>View</guimenu> -<guimenuitem>Attachments</guimenuitem></menuchoice>. For complex messages -the structure of the message is shown in the message structure viewer below -the preview pane. <!--The placement of the preview pane as well as the placement -of the structure viewer can be changed under <guilabel>Appearance</guilabel>/<guilabel>Layout</guilabel> -in the <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure -&kmail;...</guimenuitem></menuchoice> dialog. Moreover, you can disable the -preview pane and you can choose when the message structure viewer should be - shown.not in 2.1.0 lueck--> -You can scroll through the message page-by-page -using the <keycap>Page Up</keycap> and <keycap>Page down</keycap> keys, or -line-by-line using the <keycap>up arrow</keycap> and <keycap>down arrow</keycap> -keys; you can also use <link linkend="keyboard-shortcuts">key shortcuts</link> to skip through -your messages without having to use the mouse.</para> -</listitem> -</varlistentry> + <varlistentry> + <term>Message preview pane (in the lower right by default)</term> + <listitem> + <para>This pane displays the currently selected message. You may choose how attachments appear in your messages through + <menuchoice><guimenu>View</guimenu><guisubmenu>Attachments</guisubmenu></menuchoice>. Your options are:</para> + <variablelist> + <varlistentry> + <term> + <guimenuitem>As Icons</guimenuitem> + </term> + <listitem> + <para> + This choice will list all, attachments as icons, click to see them. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> + <guimenuitem>Smart</guimenuitem> + </term> + <listitem> + <para> + This choice will show attachments as suggested by sender. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> + <guimenuitem>Inline</guimenuitem> + </term> + <listitem> + <para> + This choice will show all attachments inline if possible. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> + <guimenuitem>Hide</guimenuitem> + </term> + <listitem> + <para> + This will prevent all attachments to be shown in the message viewer. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> + <guimenuitem>In Header Only</guimenuitem> + </term> + <listitem> + <para> + This will show attachments in the Header section only. + </para> + </listitem> + </varlistentry> + </variablelist> + <para>For complex messages you can show the the structure of the message of the message by selecting <menuchoice><guimenu>View</guimenu><guimenuitem>Show Message Structure</guimenuitem></menuchoice>, + this will show in the message structure viewer below the preview pane. You can scroll through the message page-by-page using the + <keycap>Page Up</keycap> and <keycap>Page Down</keycap> keys, or line-by-line using the <keycap>up arrow</keycap> and <keycap>down arrow</keycap> + keys; you can also use <link linkend="keyboard-shortcuts">keyboard shortcuts</link> to skip through your messages without having to use the mouse.</para> + </listitem> + </varlistentry> </variablelist> </sect1>
