From 72d698979fdaa6dbd1b1d3d41b69d94ddd83f4de Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 09:02:39 +0200 Subject: Add mutt config --- dotfiles/mutt/account.net.neodarz.corentin.breton | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dotfiles/mutt/account.net.neodarz.corentin.breton (limited to 'dotfiles/mutt/account.net.neodarz.corentin.breton') diff --git a/dotfiles/mutt/account.net.neodarz.corentin.breton b/dotfiles/mutt/account.net.neodarz.corentin.breton new file mode 100644 index 0000000..97578a3 --- /dev/null +++ b/dotfiles/mutt/account.net.neodarz.corentin.breton @@ -0,0 +1,22 @@ +unmailboxes * +mailboxes =Inbox =Drafts =Sents +set sendmail="/usr/bin/msmtp" +set from = "corentin.breton@neodarz.net" +set realname = "Corentin Breton" + +set folder = "~/Mail" +set spoolfile = "+corentin.breton@neodarz.net/INBOX" +set record = "+corentin.breton@neodarz.net/Sent" +set postponed = "+corentin.breton@neodarz.net/Drafts" + +set pager_index_lines=10 + +set pgp_use_gpg_agent = yes +set pgp_sign_as = 9D006C6E30CEC9A888A6F804905EAB92577DA42C +set pgp_timeout = 3600 +set crypt_autosign = yes +set crypt_replyencryp = yes +set pgp_autosign = yes + +set pgp_self_encrypt = yes +set pgp_default_key = 9D006C6E30CEC9A888A6F804905EAB92577DA42C -- cgit v1.2.1