diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-03-08 00:23:45 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-03-08 00:23:45 +0800 |
commit | 881d48edf7c2c10b95e99f5911f1c0fbd64323a6 (patch) | |
tree | d9cefb6a5b018921685e1db996ff2d1b9cd3772d /help | |
parent | 461ff1da7be7fdccbc2802d256a567d8d0391e56 (diff) | |
download | gsoc2013-evolution-881d48edf7c2c10b95e99f5911f1c0fbd64323a6.tar.gz gsoc2013-evolution-881d48edf7c2c10b95e99f5911f1c0fbd64323a6.tar.zst gsoc2013-evolution-881d48edf7c2c10b95e99f5911f1c0fbd64323a6.zip |
User Docs: Explain order in mail folder list pane and how to change. Fixes bug #661654
Diffstat (limited to 'help')
-rw-r--r-- | help/C/mail-sorting-folder-list.page | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/help/C/mail-sorting-folder-list.page b/help/C/mail-sorting-folder-list.page new file mode 100644 index 0000000000..c514bfec6f --- /dev/null +++ b/help/C/mail-sorting-folder-list.page @@ -0,0 +1,43 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="mail-sorting-folder-list"> + + <info> + <desc>Sorting the mail folder list in the left pane.</desc> + + <link type="guide" xref="mail-organizing"/> + <link type="guide" xref="mail-layout-changing"/> + + <revision pkgversion="3.3.91" version="0.1" date="2012-03-07" status="draft"/> + <credit type="author"> + <name its:translate="no">Andre Klapper</name> + <email its:translate="no">ak-47@gmx.net</email> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + + <title>Sorting the mail folder list</title> + +<section id="default-folder-sort-order"> +<title>Default sort order</title> +<p>By default the <link xref="intro-main-window#e-mail">mail folder list</link> in the left pane contains top-level nodes in the following order:</p> +<list> +<item><p><gui>On This Computer</gui> - contains all mail for <link>local account types</link> (if configured)</p></item> +<item><p>One or more remote email account types (if configured)</p></item> +<item><p><gui><link xref="mail-search-folders">Search Folders</link></gui> (if enabled)</p></item> +</list> +<p>The folders under each top-level node are sorted in alphabetical order.</p> +</section> + +<section id="change-folder-sort-order"> +<title>Changing the sort order</title> + +<p>You can change the default sort order of the top-level nodes under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui></guiseq> by dragging an account in the list up or down.</p> + +<p>You can revert your custom sort order by choosing <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui><gui style="button">Restore Default</gui></guiseq>.</p> +</section> +</page> + + |