fix(mailcap): using xdg-open for application/* did not work
This commit is contained in:
parent
e429271d79
commit
1d0ec14eed
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ video/*; mpv %s
|
|||
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
||||
text/calendar; mutt-ics; copiousoutput
|
||||
application/ics; mutt-ics; copiousoutput
|
||||
*/*; xdg-open "%s"
|
||||
application/*; xdg-open %s;
|
||||
|
|
Loading…
Add table
Reference in a new issue