Better mime types for attachments. Use some command; e.g. `file --mime'.
authormarkus schnalke <meillo@marmaro.de>
Wed, 8 Feb 2012 10:19:50 +0000 (11:19 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 8 Feb 2012 10:19:50 +0000 (11:19 +0100)
commit3baec236a39c5c89a9bda8dbd988d643a21decc6
tree2f0f2e72577c40887ee8470307e97c9e415f4096
parent9c3137c1ca74a287703fdd1d940a1a1cce86e3b2
Better mime types for attachments. Use some command; e.g. `file --mime'.
Up to now attachments had either been text/plain or application/octet-stream,
if one hadn't added mhshow-suffix- profile entries for any possible type.
Now we call mimetypequeryproc (default: `file -b --mime' for GNU file),
this can be changed with the profile entry `Mime-Type-Query'. This command
will be executed with the attachment filename as last argument. If your
file(1) command does not print MIME types, you can still grep your profile
for matching mhshow-suffix- entries. However, I suggest to store this data
somewhere else. IMO the profile is not the right location for it.
config/config.c
h/mh.h
uip/mhparam.c
uip/sendsbr.c