[Mew-dist 529] Re: unfolding

Maybe TABOO y-koga at example.com
1997年 2月 27日 (木) 11:26:32 JST


>>>> On Mon, 24 Feb 1997 18:46:49 +0900,
>>>> SAKAI Kiyotaka <ksakai at example.com> said:

> >> In article <19961203200820B.shuhei-k at example.com>, Shuhei KOBAYASHI <shuhei-k at example.com> writes:
> 
> > この unfolding の処理はちょっとヒドイと思います。常に unfold すべきか
> > どうかという問題もありますけど、こんな感じでどうでしょうか?
> 
> >     (defun mew-header-decode (str &optional del-ret)
> >       (if del-ret
> >           (while (string-match "\n\\([ \t]\\)" str)
> >             (setq str (concat (substring str 0 (match-beginning 0))
> >                               (mew-match 1 str)
> >                               (substring str (match-end 0)))
> >                   )
> >             )
> >         )
> 
> また、encode も decode もまとめて変えてしまった場合、古いバージョンの 
> Mew で送られてきたメールが表示が乱れてしまうという問題が出てきますので、
> 互換性の問題を考えると、どのように対応するかは難しい問題のような気がし
> ます。

私は、個人的には KOBAYASHI さんの意見に賛成です。ただし、行頭の空白一
つは folding のためのものなので、(mew-match 1 str) の行は不要だと思い
ます。
----
こがよういちろう@NEC NW技研
y-koga at example.com



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