Add jpeg image handler in .muttmailcap.
This commit is contained in:
@ -4,3 +4,4 @@ application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreof
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice --nologo %s; nametemplate=%s.docx; test=test -n "$DISPLAY"
|
||||
# application/vnd.openxmlformats-officedocument.wordprocessingml.document; pandoc --from=docx --to=plain %s | cat --squeeze-blank; nametemplate=%s.docx; copiousoutput
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.template; libreoffice --nologo %s; nametemplate=%s.docm; test=test -n "$DISPLAY"
|
||||
image/jpeg; display '%s'; test=test -n "$DISPLAY"
|
||||
|
||||
Reference in New Issue
Block a user