Re: to:/cc: rewrapping

Kazuhiro Ito <[email protected]> Tue, 30 Apr 2019 21:16:30 +0900
Newsgroups gmane.mail.wanderlust.general
Message-ID <86v9yvr8m9.wl--xmue__7309.99333770654$1556626700$gmane$org@d1.dion.ne.jp>
> can i keep wl from rewrapping outbound to: and cc: recipient?  i.e.
> 
> Cc: Sue Fred <suef@boo>,
>     Red Blue <rbl@ue>
> 
> becomes
> 
> Cc: Sue Fred <suef@boo>, Red Blue <rbl@ue>

As far as I tested, viewer wraps such headers, but editor and encoder
don't wrap your headers.  I means that saved or sent messages
should not be wrapped (as this message).  You can confirm 'M' or ','
on Summary buffer).

You may be able to customize viewer's behavior by
mime-set-field-decoder function.  But SEMI's decoder functions always
unfold header string.  You need to make a new function which does not
fold header string.

(mime-set-field-decoder 'To 'wide 'your-original-decoder-function)

-- 
Kazuhiro Ito