summaryrefslogtreecommitdiff
path: root/alot/defaults/config.stub
blob: 94f78c4d5592b1619b9ffb4d34fe3d758d4343fc (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
# For a complete list and description of options, please refer to:
# http://alot.readthedocs.org/en/latest/configuration/index.html#config-options

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

#[accounts]
#  [[foo-account]]
#    # 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 = foo@bar.com, foo@barmail.com
#
#    # where to store outgoing mails and drafts
#    sent_box = maildir:///home/you/mail/Sent
#    draft_box = maildir:///home/you/mail/Drafts
#
#    # list of tags to automatically add to outgoing messages
#    sent_tags = 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'
        S = togglesign
        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 '