diff options
author | Julian T <julian@jtle.dk> | 2019-07-14 20:27:59 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-07-14 20:27:59 +0200 |
commit | cf26b4ffe9745b2c758ff2e65da328a10885e608 (patch) | |
tree | 99a98a52794c2ef58c773198a7ac29c5960962c8 /email/.config/alot/config | |
parent | 70d4f254f14fd832442ab5d588a31aac53f44baa (diff) |
Added isync+notmuch+alot+msmtp email setup
Diffstat (limited to 'email/.config/alot/config')
-rw-r--r-- | email/.config/alot/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/email/.config/alot/config b/email/.config/alot/config new file mode 100644 index 0000000..29a7642 --- /dev/null +++ b/email/.config/alot/config @@ -0,0 +1,12 @@ +quit_on_last_bclose = True + +[accounts] + [[work]] + realname = Julian T + address = julian@jtle.dk + gpg_key = BE0CE332 + sent_box = maildir://~/.mail/mailbox/sent + sendmail_command = msmtp -a mailbox -t + +[bindings] + q = bclose |