Skip to content

Commit

Permalink
mutt: add a TODO on managing invites from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Nov 21, 2024
1 parent 1713d22 commit 67bdc2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/dot_mailcap.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ application/pdf ; pdftotext -layout %s - ; copiousoutput ; print = ~/.config/neo
document/pdf ; pdftotext -layout %s - ; copiousoutput ; print = ~/.config/neomutt/view_attachment %s -
# lookup mime tipe in mime.types
mime_lookup application/octet-stream application/octetstream
# XXX Disabled as looking up mime types
# XXX: Disabled as looking up mime types
# application/octet-stream; ~/.config/neomutt/view_attachment %s -
video/*; ~/.config/neomutt/view_attachment %s -
image/*; ~/.config/neomutt/view_attachment %s -
# View file in W3M, use print to view them in default browser
# text/html; w3m -I %{charset} -T text/html -dump; nametemplate=%s.html; copiousoutput; print = "/Applications/Brave Browser.app/Contents/MacOS/Brave Browser" %s
text/html; w3m -I %{charset} -T text/html -dump; nametemplate=%s.html; copiousoutput; print = open %s
# TODO: Use khal or https://github.com/asciipip/mutt-ical to accept invites
text/calendar; khal printics %s; copiousoutput;
# text/html; ~/.config/neomutt/view_attachment %s html
text/csv ; bat %s ; copiousoutput
Expand Down

0 comments on commit 67bdc2d

Please sign in to comment.