X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/590d3718adc3886c5f5e72a684b3e7b121da994f..abc4878101c227a526ee0701b51e358e452ec7d9:/mutt/muttrc diff --git a/mutt/muttrc b/mutt/muttrc index 18cdb1d..dc27f20 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -71,8 +71,9 @@ hdr_order from: to: cc: date: subject: x-clacks-overhead: # deal with crap set mailcap_path = $my_config_dir/mailcap -auto_view text/html # view html automatically -alternative_order text/plain text/enriched text/html # save html for last +auto_view text/html # view html automatically +auto_view text/calendar # view ical automatically +alternative_order text/calendar text/plain text/enriched text/html # view ical first, html last # IMAP: mbsync set folder = "$MAILDIR" # mail folder @@ -90,10 +91,12 @@ set crypt_verify_sig = yes # verify signatures set pgp_long_ids = yes # use 64 bit key IDs set pgp_mime_auto = no # don't fallback to inline mime set pgp_use_gpg_agent = yes # don't ask for passwords -source /usr/share/doc/neomutt/samples/gpg.rc +source gpg group -group nosign -rx .*@bitbucket.org group -group nosign -rx jira@.*atlassian.net +group -group nosign -rx gitlab.incoming@ultrahaptics.com +group -group nosign -rx incomming\+.*@gitlab.com send-hook . "set crypt_autosign = yes" send-hook "%t nosign" "set crypt_autosign = no"