summaryrefslogtreecommitdiff
path: root/alot/defaults/config.stub
blob: 178897801d9ab248505304b2f5773838f3fb234e (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# For a complete list and description of options, please refer to:
#   http://alot.readthedocs.org/en/latest/configuration/index.html#config-options
# or the file: defaults/alot.rc.spec in your alot installation.

# editor command
# if unset, alot will first try the EDITOR env variable, then file /usr/bin/editor
#editor_cmd = nano

#[accounts]
    # your main email address
#    address = me@example.com

    # used to format the (proposed) From-header in outgoing mails
#    realname = string

    # used to clear your addresses/ match account when formatting replies
#    aliases = string_list(default=list())

    # where to store outgoing mails, e.g. `maildir:///home/you/mail//Sent`
    # You can use mbox, maildir, mh, babyl and mmdf in the protocol part of the URL.
#    sent_box = mail_container(default=None)

    # where to store draft mails, see :ref:`sent_box <sent-box>` for the format
#    draft_box = mail_container(default=None)

    # list of tags to automatically add to outgoing messages
#    sent_tags = string_list(default=list('sent'))


[bindings]
    j = move down
    k = move up
    ' ' = move page down
    esc = cancel
    enter = select
    @ = refresh
    ? = help bindings
    I = search tag:inbox AND NOT tag:killed
    L = taglist
    shift tab = bprevious
    U = search tag:unread
    tab = bnext
    \ = prompt 'search '
    d = bclose
    $ = flush
    m = compose
    o = prompt 'search '
    q = exit
    ';' = bufferlist
    ':' = prompt

    [[bufferlist]]
        x = close
        select = openfocussed

    [[search]]
        a = toggletags inbox
        & = toggletags killed
        ! = toggletags flagged
        s = toggletags unread
        l = retagprompt
        O = refineprompt
        | = refineprompt

    [[envelope]]
        a = prompt 'attach ~/'
        y = send
        P = save
        s = 'refine Subject'
        t = 'refine To'
        b = 'refine Bcc'
        c = 'refine Cc'
        select = edit
        H = toggleheaders

    [[taglist]]

    [[thread]]
        C = fold --all
        E = unfold --all
        c = fold
        e = unfold
        < = fold
        > = unfold
        H = toggleheaders
        h = togglesource
        P = print --all --separately --add_tags
        S = save --all
        g = reply --all
        f = forward
        p = print --add_tags
        n = editnew
        s = save
        r = reply
        | = prompt 'pipeto '