deflt config: create association for .eml and [view] entries for text/x-mail and message/rfc822 to make possible to Open individual messages (ie with thunderbird)
This commit is contained in:
parent
c247dd60ae
commit
6635db596b
@ -30,6 +30,8 @@
|
|||||||
.php = text/html
|
.php = text/html
|
||||||
.ics = text/calendar
|
.ics = text/calendar
|
||||||
|
|
||||||
|
.eml = message/rfc822
|
||||||
|
|
||||||
.pdf = application/pdf
|
.pdf = application/pdf
|
||||||
|
|
||||||
.ps = application/postscript
|
.ps = application/postscript
|
||||||
|
|||||||
@ -72,9 +72,12 @@ image/bmp = gwenview %f
|
|||||||
image/x-ms-bmp = gwenview %f
|
image/x-ms-bmp = gwenview %f
|
||||||
image/x-xpmi = gwenview %f
|
image/x-xpmi = gwenview %f
|
||||||
|
|
||||||
# Or firefox -remote "openFile(%u)"
|
message/rfc822 = thunderbird -file %f
|
||||||
|
text/x-mail = thunderbird -file %f
|
||||||
|
|
||||||
application/x-tex = emacsclient %f
|
application/x-tex = emacsclient %f
|
||||||
text/x-tex = emacsclient %f
|
text/x-tex = emacsclient %f
|
||||||
|
# Or firefox -remote "openFile(%u)"
|
||||||
text/html = firefox %u
|
text/html = firefox %u
|
||||||
text/html|gnuinfo = rclshowinfo %F %(title)
|
text/html|gnuinfo = rclshowinfo %F %(title)
|
||||||
text/plain = emacsclient %f
|
text/plain = emacsclient %f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user