[mew-dist 27672] Re: MIME decoding error: No boundary parameter for multipart

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2007年 5月 18日 (金) 15:39:06 JST


山本です。

> 自分の間違いを出すので、ちょっといやなのですが ^^;;
> http://www.mew.org/pipermail/mew-dist/2006-October/027047.html
> からはじまるスレッドをお読み下さい。

これだと、変更が少なくて済みそうですが、ダメですかね?

--かず

Index: mew-header.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-header.el,v
retrieving revision 1.34
diff -c -r1.34 mew-header.el
*** mew-header.el	4 Jan 2007 06:49:10 -0000	1.34
--- mew-header.el	18 May 2007 06:38:57 -0000
***************
*** 366,372 ****
  	(when (> tmp-cnt 0)
  	  ;; broken quoted string can be rescued if it appears solely
  	  (save-match-data
! 	    (if (string-match "<\\([^>]+\\)>" tmp)
  		(setq ret (cons (mew-match-string 1 tmp) ret))
  	      (setq ret (cons (substring tmp 0 tmp-cnt) ret)))))) ;; end of catch
        (setq ret (delete nil ret))
--- 366,372 ----
  	(when (> tmp-cnt 0)
  	  ;; broken quoted string can be rescued if it appears solely
  	  (save-match-data
! 	    (if (and addrp (string-match "<\\([^>]+\\)>" tmp))
  		(setq ret (cons (mew-match-string 1 tmp) ret))
  	      (setq ret (cons (substring tmp 0 tmp-cnt) ret)))))) ;; end of catch
        (setq ret (delete nil ret))



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