# paplevetoe configuration # save copies of sent emails to the ${folder}Sent directory # the '+' expands to $folders (like '~' to $HOME in the bash shell) set record = +paplevetoe/sent set postponed = +paplevetoe/drafts set signature = ~/.mail_config/mutt/sig_paplevetoe.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 paplevetoe" # 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