File: preferences.page

package info (click to toggle)
geary 46.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,092 kB
  • sloc: javascript: 972; ansic: 722; sql: 247; xml: 183; python: 30; makefile: 28; sh: 24
file content (45 lines) | stat: -rw-r--r-- 1,668 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="preferences">

  <info>
    <link type="guide" xref="index#overview"/>
    <link type="next" xref="search" />
  </info>

  <title>Preferences</title>

  <p>Geary allows you to customise how it works via its <gui
  style="group">Preferences</gui> window. To open the window, select
  <gui style="menuitem">Preferences</gui> from the application menu on
  the main window's toolbar. You can change the following options:</p>

  <terms>
    <item>
      <title><gui>Automatically select next message</gui></title>
      <p>When this option is enabled, Geary automatically selects the
      latest message in a folder when you enter the folder. In
      addition, after archiving a message, Geary automatically selects
      an adjacent message.</p>
    </item>
    <item>
      <title><gui>Display conversation preview</gui></title>
      <p>Enables message previews in the conversation list. Previews
      show the first few lines of each message.</p>
    </item>
    <item>
      <title><gui>Use single key email shortcuts</gui></title>
      <p>Enable keyboard shortcuts for email actions that do not
      require pressing <key>Ctrl</key>. These match the shortcuts used
      by GMail. See <link xref="shortcuts"/> for details.</p>
    </item>
    <item>
      <title><gui>Watch for new mail when closed</gui></title>
      <p>Geary will watch your accounts for new mail even when the
      main window is not open.  To do this, it will silently start
      when you log in to your computer, and it will continue to run
      after you close all windows.</p>
    </item>
  </terms>

</page>