From 2ce678204bb5934a6a6e87db978dea1caa19a39e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 Sep 2017 11:08:35 +0200 Subject: Add alot configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- alot/config | 30 ++++++++++++++++++++++++++++++ alot/sig | 6 ++++++ 2 files changed, 36 insertions(+) create mode 100644 alot/config create mode 100644 alot/sig (limited to 'alot') 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/ -- cgit v1.2.3-54-g00ecf