Git commit 1e8208c960015f8cef50365e777e1ed283f9989e by Montel Laurent. Committed on 30/04/2013 at 09:46. Pushed by mlaurent into branch 'master'.
Add missing entries M +19 -4 doc/kmail/configure.docbook M +1 -53 doc/kmail/menus.docbook http://commits.kde.org/kdepim/1e8208c960015f8cef50365e777e1ed283f9989e diff --git a/doc/kmail/configure.docbook b/doc/kmail/configure.docbook index fd3c7a4..3bc996a 100644 --- a/doc/kmail/configure.docbook +++ b/doc/kmail/configure.docbook @@ -33,10 +33,19 @@ <email>michel at kdab.net</email> </address></affiliation> </author> + +<author> + <firstname>Laurent</firstname> +<surname>Montel</surname> +<affiliation><address> +<email>montel at kde.org</email> +</address></affiliation> +</author> + <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> -<date>2011-07-16</date> -<releaseinfo>2.1.96 (&kde; 4.7)</releaseinfo> +<date>2013-04-30</date> +<releaseinfo>2.1.96 (&kde; 4.11)</releaseinfo> </chapterinfo> <title>Configure &kmail;</title> @@ -396,8 +405,14 @@ of this setting, you should look at the <guilabel>Headers</guilabel> tab of the </listitem> </varlistentry> -<!-- Dictionary missing--> - +<varlistentry> +<term><guilabel>Dictionary</guilabel></term> +<listitem> +<para>Select the default dictionary for current identity.</para> +</listitem> +</varlistentry> + + <varlistentry> <term><guilabel>Sent-mail folder</guilabel></term> <listitem> diff --git a/doc/kmail/menus.docbook b/doc/kmail/menus.docbook index 9db54f0..b072e90 100644 --- a/doc/kmail/menus.docbook +++ b/doc/kmail/menus.docbook @@ -131,19 +131,7 @@ messages from several email clients into &kmail;. <para>Display a dialog that lets you print the currently displayed message.</para> </listitem> </varlistentry> -<!-- NOT IN 4.4.0 -<varlistentry> -<term> -<menuchoice> -<guimenu>File</guimenu> -<guimenuitem>Compact All Folders</guimenuitem> -</menuchoice></term> -<listitem> -<para>Will compact all folders, &ie; it will really move and delete the messages -on disk according to how you have moved and deleted them in &kmail;.</para> -</listitem> -</varlistentry> ---> + <varlistentry> <term> <menuchoice> @@ -157,18 +145,6 @@ each folder's <link linkend="folders-properties-window">Properties dialog</link> </listitem> </varlistentry> - <varlistentry><!-- Only with IMAP?--> -<term> -<menuchoice> -<guimenu>File</guimenu> -<guimenuitem>Refresh Local &imap; Cache</guimenuitem> -</menuchoice></term> -<listitem> -<para>This will remove all changes that you have done locally to your IMAP -folders and redownload everything from the server. Use this if the local -cache was corrupted.</para> -</listitem> -</varlistentry> <varlistentry> <term> @@ -438,38 +414,10 @@ compressed files, will still be shown as an icon. </para> </listitem> </varlistentry> -<!-- not in 440 -<varlistentry> -<term> -<menuchoice> -<guimenu>View</guimenu> -<guimenuitem>Unread Column</guimenuitem> -</menuchoice> -</term> -<listitem> -<para>Allows you to specify whether the number of unread messages should -be shown in parentheses next to the folder name (<guilabel>View After Folder -Name</guilabel>) or in a separate column (<guilabel>View in Separate -Column</guilabel>)</para> -</listitem> -</varlistentry> <varlistentry> <term> <menuchoice> -<guimenu>View</guimenu> -<guimenuitem>Total Column</guimenuitem> -</menuchoice> -</term> -<listitem> -<para>Display a column in the list of folders which shows the number -of messages per folder.</para> -</listitem> -</varlistentry> ---> -<varlistentry> -<term> -<menuchoice> <shortcut><keycap>.</keycap></shortcut> <guimenu>View</guimenu> <guimenuitem>Expand Thread</guimenuitem>
