[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to limit header display?
On Mon, Jan 11, 2010 at 1:20 PM, David Abrahams <dave@boostpro.com> wrote:
> At Tue, 5 Jan 2010 15:04:52 -0500,
> Per B. Sederberg wrote:
>>
>> > Does this do what you want?
>> >
>> > (setq wl-message-sort-field-list '("^From"
>> > "^Subject"
>> > "^Date"
>> > "^To"
>> > "^Cc"
>> > "^User-Agent:"
>> > "^X-Mailer:"))
>>
>> Or this if you use mime:
>>
>> (require 'mime-w3m)
>> (require 'mime-view)
>> (setq mime-view-ignored-field-list '("^.*:"))
>> (setq mime-view-visible-field-list
>> '("^Subject:"
>> "^Date:"
>> "^From:"
>> "^To:"
>> "^CC:"
>> "^User-Agent:"
>> "^X-Mailer:"))
>
> Hi Per,
>
> I'm still trying to get my head around the use of MIME in WL, so many
> things are still unclear. In particular, how can I know if I "use
> MIME," and whichever option I am currently using (MIME/non-MIME) how
> can I try the other option?
>
I wish I knew. I'd say that message viewing is one of the major
issues I'm still dealing with. I find myself switching down to a
message and viewing the html part of a message in a browser all too
frequently. I'm so much happier writing emails with WL that I've been
able to overlook this awkwardness b/c I've been too busy to try and
figure it out.
Sorry not to be of more help.
Best,
Per
> Thanks,
>
> --
> Dave Abrahams Meet me at BoostCon: http://www.boostcon.com
> BoostPro Computing
> http://www.boostpro.com
>
>