diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-10-15 18:08:11 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-10-15 18:08:11 +0100 |
commit | 21d47afd3a0c19280aef4dcc69a30a3af97f026c (patch) | |
tree | cdfe8628351438f0bcf8d69a1a7f2866259b3f69 /Mail/mutt/mailcap | |
parent | 0acc2b9fb6df46ea7f45464e80437384a3fb43ac (diff) | |
download | dotfiles-21d47afd3a0c19280aef4dcc69a30a3af97f026c.tar.gz dotfiles-21d47afd3a0c19280aef4dcc69a30a3af97f026c.tar.bz2 dotfiles-21d47afd3a0c19280aef4dcc69a30a3af97f026c.zip |
add ical support to mutt
Diffstat (limited to 'Mail/mutt/mailcap')
-rw-r--r-- | Mail/mutt/mailcap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mail/mutt/mailcap b/Mail/mutt/mailcap index bc80a85..fbf60e4 100644 --- a/Mail/mutt/mailcap +++ b/Mail/mutt/mailcap @@ -1,3 +1,5 @@ application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) & -text/html; chromium '%s' &; test=test -n "$DISPLAY"; needsterminal; +text/html; chromium-dev '%s' &; test=test -n "$DISPLAY"; needsterminal; text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/calendar; mutt-ical.py -i -e "vasil.zlatanov15@imperial.ac.uk" %s +application/ics; mutt-ical.py -i -e "vasil.zlatanov15@imperial.ac.uk" %s |