aboutsummaryrefslogtreecommitdiffstats
path: root/alot/config
blob: e736f589ea62592db37d1ef093d0c9839f87fbe6 (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
followup_to = True
honor_followup_to = True
handle_mouse = True
history_size = -1
auto_replyto_mailinglist = True
#prefer_plaintext = True
terminal_cmd = "termite -e"

[accounts]
  [[private]]
    realname = Johannes Löthberg
    address = johannes@kyriasis.com
    gpg_key = 50FB9B273A9D0BB5
    sign_by_default = True
    sendmail_command = msmtp --account=theos -t
    sent_box = maildir:///home/kyrias/mail/sent
    draft_box = maildir:///home/kyrias/mail/drafts
    signature = ~/.config/alot/sig

[bindings]
  [[search]]
    a = toggletags archive
    i = toggletags inbox
    J = toggletags learn-spam
    T = tag deleted; untag inbox

  [[envelope]]
    E = toggleencrypt

# vim: ft=conf ts=2 sw=2 sts=2 et