]> git.rmz.io Git - dotfiles.git/commitdiff
mutt: auto_view ical files
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Fri, 26 Oct 2018 16:04:16 +0000 (17:04 +0100)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Fri, 26 Oct 2018 16:04:16 +0000 (17:04 +0100)
mutt/muttrc

index 18cdb1d32dd97d17ba576cc0cfc6c287014ddf62..2eb41e6d3db005a5365063de766ea288d1ed5fa6 100644 (file)
@@ -71,8 +71,9 @@ hdr_order from: to: cc: date: subject: x-clacks-overhead:
 
 # deal with crap
 set mailcap_path = $my_config_dir/mailcap
 
 # 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
 
 # IMAP: mbsync
 set folder       = "$MAILDIR"       # mail folder