[mew-dist 23378] Re: Cannot add filename to Message/Rfc822 attachment in Mew 3.2

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2003年 3月 24日 (月) 07:50:48 JST


From: ITO Tsuyoshi <tsuyoshi at example.com>
Subject: [mew-dist 23186] Re: Cannot add filename to Message/Rfc822 attachment in Mew 3.2

> ファイル名さえ付けられれば、 attachment でも inline でも構いません。
> 
> Content-Type: Message/Rfc822 な part の Content-Disposition フィールド
> に filename パラメータを付けたいということです。

大変遅くなりましたが、Mew 3.2 には以下のパッチで意図通りに動くと思います。

--かず

Index: mew-vars2.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-vars2.el,v
retrieving revision 1.95
diff -c -r1.95 mew-vars2.el
*** mew-vars2.el	2003/02/17 14:32:03	1.95
--- mew-vars2.el	2003/03/23 22:53:01
***************
*** 405,411 ****
  (defvar mew-mime-content-disposition
    '(("text/"      "inline"     t)
      ("image/"     "inline"     t)
!     ("message/"   "inline"     nil)
      ("multipart/" nil          nil)
      (t            "attachment" t))
    "(content-type inline/attachment filename)")
--- 405,411 ----
  (defvar mew-mime-content-disposition
    '(("text/"      "inline"     t)
      ("image/"     "inline"     t)
!     ("message/"   "inline"     t)
      ("multipart/" nil          nil)
      (t            "attachment" t))
    "(content-type inline/attachment filename)")



Mew-dist メーリングリストの案内