[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some basic WL questions
Hi, Erik,
At Wed, 29 Aug 2012 13:53:31 -0700,
Erik Hetzner wrote:
>
> >
> > 1) Sometimes a mail message just displays two lines showing me that
> > there are text/plain and text/html parts, but neither of the parts is
> > actually displayed. The whole message just displays as:
> >
> > Any way to fix this so either text or html displays by default?
>
> I assume in this case you have an empty text part of the message
> (sometimes bad mailers do this). You can view the html content by
> using C-c C-v C-c when the cursor is on the [2 <text/html; UTF-8
> (quoted-printable)>] button. Maybe that will help.
Anyway to just open the HTML part by default?
>
> For the first:
>
> (setq elmo-message-fetch-threshold nil)
Thank you!
>
> There is no config for your 2nd (auto-execute marks on buffer exit)
> but you could redefine the wl-summary-exec-with-confirmation function
> to not ask for confirmation.
Sounds like a project for another day.
> >
> > 1) Arrows in thread view are just drawn as "???" instead of line drawing
> > characters. Is there a setting (Emacs or PuTTY) to get proper line
> > drawing characters?
>
> Try:
>
> ;;use regular chars for terminal session
> (setq wl-thread-indent-level 2
> wl-thread-have-younger-brother-str "+"
> wl-thread-youngest-child-str "`"
> wl-thread-vertical-str "|"
> wl-thread-horizontal-str "-"
> wl-thread-space-str " ")
Thanks! This appears to work for new messages/threads, but not ones that
were already read. I presume this has to do with summary caching. Any
way to refresh this?
Thanks!
-pd