[Mew-dist 03648] displaying content-type and parameters for binaries
SAKAI Kiyotaka
ksakai at example.com
1998年 2月 4日 (水) 11:28:43 JST
application/octet-stream や message/partial のような、"BINARY" と表示
されるパートでは、以下のパッチのように Content-Type やそのパラメーター
も表示してくれると嬉しいと思うのですが、どうでしょうか?
# name パラメーターがあると、ファイルをセーブするときにファイル名の参
# 考になると思いますし。
--
酒井 清隆 (E-mail: ksakai at example.com)
Index: mew-mime.el
===================================================================
RCS file: /home/cvsroot/mew-1.93b12/mew-mime.el,v
retrieving revision 1.3
diff -u -r1.3 mew-mime.el
--- mew-mime.el 1998/02/03 07:43:45 1.3
+++ mew-mime.el 1998/02/03 07:46:58
@@ -207,7 +207,10 @@
"# # # # ## # # # # #\n"
"###### ### # # # # # # #\n"
"\n\n"
-;; (format "Content-Type:\t%s\n" ct)
+ (format "Content-Type:\t%s\n" ct)
+ (if params
+ (format "Params:\t\t%s\n" (mapconcat 'concat params "; "))
+ "")
(format "Size:\t\t%d bytes\n" size)
"\nTo save this part, type "
(substitute-command-keys
Mew-dist メーリングリストの案内