Re: to:/cc: rewrapping

Randy Bush <[email protected]> Tue, 30 Apr 2019 18:04:43 -0700
Newsgroups gmane.mail.wanderlust.general
Message-ID <m2a7g76l3o.wl-randy__44851.8970211566$1556672765$gmane$org@psg.com>
> 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)

and i presume i do it for 'Cc too

but how do i find my-original-decoder-function?

randy