aboutsummaryrefslogtreecommitdiffstats
path: root/alot/config
blob: d9970003f647a1796064396ceb2d3ea4f7513483 (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
followup_to = True
honor_followup_to = True
handle_mouse = True
history_size = -1
auto_replyto_mailinglist = True
#prefer_plaintext = True
editor_in_thread = True
editor_spawn = True
editor_cmd = "nvim %s"
terminal_cmd = "term"

[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

  [[archlinux]]
    realname = Johannes Löthberg
    address = demize@archlinux.org
    gpg_key = 50FB9B273A9D0BB5
    sign_by_default = True
    sendmail_command = msmtp --account=archlinux -t
    sent_box = maildir:///home/kyrias/mail/archlinux/Sent
    draft_box = maildir:///home/kyrias/mail/archlinux/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