From e83c4515e0179221e7315abb606452ab2f7b561d Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 21 Apr 2022 23:53:31 +0200 Subject: add partial mutt config --- .config/mutt/inria | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 .config/mutt/inria (limited to '.config/mutt/inria') diff --git a/.config/mutt/inria b/.config/mutt/inria new file mode 100755 index 0000000..e2ff14d --- /dev/null +++ b/.config/mutt/inria @@ -0,0 +1,22 @@ +# inria configuration + +# save copies of sent emails to the ${folder}Sent directory +# the '+' expands to $folders (like '~' to $HOME in the bash shell) +set record = +inria/sent +set postponed = +inria/drafts +set signature = ~/.mail_config/mutt/sig_inria.sig +set from = "" + +# use msmtp to send outgoing mail to the mailserver +# see ~/.msmtp for configuration +set sendmail="/usr/bin/msmtp -C $HOME/.config/msmtp/msmtprc -a inria" + +# bcc myself to make gmail style threaded conversations +my_hdr bcc: name@domain + +# pgp settings +#my_hdr X-PGP-Key: http://my.website.com/pubkey.asc +#set pgp_sign_as=MY_PGP_KEY_ID +#set pgp_autosign=yes + +# vim: set ft=muttrc -- cgit v1.2.3-54-g00ecf