diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-09-16 11:08:35 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-09-16 11:08:35 +0200 |
commit | 2ce678204bb5934a6a6e87db978dea1caa19a39e (patch) | |
tree | eaebd069b5ad3f4ad8ccc30747320196714dd510 | |
parent | 5097d3e46e3109b392f712ccea24d4d003cb0d62 (diff) | |
download | dotfiles-2ce678204bb5934a6a6e87db978dea1caa19a39e.tar.xz |
Add alot configs
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | alot/config | 30 | ||||
-rw-r--r-- | alot/sig | 6 |
2 files changed, 36 insertions, 0 deletions
diff --git a/alot/config b/alot/config new file mode 100644 index 0000000..e736f58 --- /dev/null +++ b/alot/config @@ -0,0 +1,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 diff --git a/alot/sig b/alot/sig new file mode 100644 index 0000000..92a7a11 --- /dev/null +++ b/alot/sig @@ -0,0 +1,6 @@ +-- +Sincerely, + Johannes Löthberg + PGP Key ID: 0x50FB9B273A9D0BB5 + PGP Key FP: 5134 EF9E AF65 F95B 6BB1 608E 50FB 9B27 3A9D 0BB5 + https://theos.kyriasis.com/~kyrias/ |