[Mew-dist 14453] Re: attachment file trouble

Tatsuya Kinoshita tatsuyak at example.com
2000年 10月 10日 (火) 04:50:35 JST


In message "[Mew-dist 11378] attachment file trouble"
on Sat, 20 Nov 1999 16:21:48 +0900
Murata Takashi <Takashi.Murata at example.com> wrote:

> <<<base64 #2>>> ★
> --bbb--
> --aaa

>   1.94, 1.94.2pre3, 1.95b5とも同じ状況のようなので、ずいぶん前からの
> ようなのですが、考えてみると、"--bbb--"と"--aaa"の間に"\n"が1つしか
> なく、両方のバウンダリで"\n"を共有してしまっている、という点が問題
> なのでしょうか?

上記のような不正なメッセージでも、Mewが添付ファイルのサイズを間違
えないよう、変更してみました。

-- 
木下達也 (Tatsuya Kinoshita)
E-mail: tats at example.com, tatsuyak at example.com
-------------- next part --------------
--- mew-1.95b67/mew-decode.el	Mon Oct  9 19:09:17 2000
+++ mew-1.95b67-tats20001010/mew-decode.el	Tue Oct 10 04:08:49 2000
@@ -575,7 +575,7 @@
 	(setq break (string= (regexp-quote (mew-match 0)) ebound))
 	(forward-line) ;; the beginning of the next part
 	(save-excursion
-	  (forward-line -1)
+	  (forward-char -1)
 	  (beginning-of-line) ;; just in case
 	  (forward-char -1) ;; skip the preceeding CRLF
 	  ;; the end of the part


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