Make mhstore(1) use "filename" attr of Content-Disposition
authormarkus schnalke <meillo@marmaro.de>
Mon, 5 Sep 2016 09:51:00 +0000 (11:51 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 5 Sep 2016 09:51:00 +0000 (11:51 +0200)
commit6306992cd580d47c217edb1ae98d58b24d5be8c9
tree9a9e0b3af40e9e0e336581ca546df11e3b114b16
parentbe582c44948fe09cba55e538f1c9e2f57edb11ad
Make mhstore(1) use "filename" attr of Content-Disposition

Before, only the "name" attr of Content-Type was used as the filename
to store attachments. The "filename" attr of Content-Disposition
(which is the much more appropriate value) was ignored, thus often
resulting in the attachment being stored with a default name like
20.2.pdf, for instance.
h/mhparse.h
uip/mhparse.c
uip/mhstore.c