[Mew-dist 04227] in-reply-to format patch

Hideyuki SHIRAI Shirai at example.com
1998年 3月 17日 (火) 17:30:43 JST


白井@松下電送です。

mew-draft.elを読むと、

(if references
  (concat "Your message of \"" in-reply-to "\"\n\t" references)

となっているので、もしかすると

In-Reply-To: Your message of "17 Mar 1998 11:12:16 +0900"
	<19980317111241R.shirai at example.com>

いうのを期待しているのではないかとおもうのですが、
実際は

In-Reply-To: Your message of "17 Mar 1998 11:12:16 +0900"	<19980317111241R.shirai at example.com>

となります。

というわけで、安直なパッチです。

# なんで、originalで "\n" が効かないのかはわかりません ^^;;;

-------------- next part --------------
*** mew-draft.el.orig	Tue Mar 17 17:22:08 1998
--- mew-draft.el	Tue Mar 17 17:23:45 1998
***************
*** 452,458 ****
    (and in-reply-to (mew-header-insert-here 
  		    "In-Reply-To:"
  		    (if references
! 			(concat "Your message of \"" in-reply-to "\"\n\t" references)
  		      (concat "Your message of \"" in-reply-to "\""))))
    (and references (mew-header-insert-here "References:" references))
    (if (and mew-x-face-file
--- 452,458 ----
    (and in-reply-to (mew-header-insert-here 
  		    "In-Reply-To:"
  		    (if references
! 			(concat "Your message of \"" in-reply-to "\"" "\n\t" references)
  		      (concat "Your message of \"" in-reply-to "\""))))
    (and references (mew-header-insert-here "References:" references))
    (if (and mew-x-face-file


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