File: preferences-miscellaneous.page

package info (click to toggle)
balsa 2.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,576 kB
  • sloc: ansic: 99,871; xml: 4,934; makefile: 769; sh: 185; awk: 60; python: 34
file content (70 lines) | stat: -rw-r--r-- 2,444 bytes parent folder | download | duplicates (3)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE page
[<!ENTITY % balsa SYSTEM "balsa.entities">%balsa; ]>
<page xmlns="http://projectmallard.org/1.0/" type="topic"
id="preferences-miscellaneous">
  <info>
    <link type="topic" xref="preferences" />
    <link type="guide" xref="preferences" />
  </info>
  <title>Miscellaneous Preferences</title>
  <terms>
    <item>
      <title>
        <gui>Debug</gui>
      </title>
      <p>Toggle the output of debugging information. Depending on
      what notification priority set for it in the
      <link xref="preferences-display-options">
      Display</link> page, it can show up in list or dialog as the
      program runs.</p>
    </item>
    <item>
      <title>
        <gui>Empty Trash on Exit</gui>
      </title>
      <p>Set &Balsa; to delete all messages in the
      <code>Trash</code> mailbox when &Balsa; exits.</p>
    </item>
    <item>
      <title>
        <gui>Close mailbox if unused more than</gui>
      </title>
      <p>Set &Balsa; to close any mailbox that is unused for
      more than the specified time. The currently displayed mailbox
      is never automatically closed.</p>
    </item>
    <item>
      <title>
        <gui>Hide messages marked as deleted</gui>
      </title>
      <p>When a message is moved to another mailbox, including the
      <code>Trash</code> mailbox, it is actually copied to the
      destination, and the original is marked as deleted. Deleted
      messages may either be shown in the mailbox index, with the
      trashcan icon indicating that they are deleted, or hidden.
      This item controls which of those actions is taken.</p>
      <p>A message may also be simply marked as deleted, without
      copying it to another mailbox:
      <guiseq>
        <gui>Message</gui>
        <gui>Toggle flag</gui>
        <gui>Deleted</gui>
      </guiseq>. Again, this item controls whether such a message
      is hidden.</p>
    </item>
    <item>
      <title>
        <gui>Expunge deleted messages on close</gui>
      </title>
      <p>“Expunging” is the act of physically removing from the
      backing mailstore all messages marked as deleted. You can
      expunge messages manually:
      <guiseq>
        <gui>Mailbox</gui>
        <gui>Expunge deleted messages</gui>
      </guiseq>, or you can set &Balsa; to expunge deleted
      messages when the mailbox is closed (all mailboxes are closed
      when you exit &Balsa;).</p>
    </item>
  </terms>
</page>