[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: text coding code in mails



On Mon, 6 Feb 2012 18:35:47 +0100
Karl F <cthulhu_54@hotmail.com> wrote:
 
> Hi!
> I've been working a while on setting up wanderlust, and I have some questions.
> 
> Q1.
> In some messages (all sent from a hotmail address it would seem) I get something looking like:
> " [1  <text/plain; iso-8859-1 (quoted-printable)>]"
> starting and ending each message.
> 
> Is this what is referred to as a "mime-button" on the mailing list? I saw a message talking about "mime buttons" and the fix was apparently to use "Vitaly's patch of 2011-04-06". Is this relevant to me, and if so how do I apply it? I'm using wl installed from el-get (2.15.9). (I see the same behavior in wl-beta.deb on Debian).
 
If you always want to hide them you can try:

(setq mime-view-buttons-visible nil)

You can toggle them with 'C-c m'.

> Q2.
> Is it possible to have multiple email addresses in ~/.addresses bound to one alias/nick name? Like a group?

Obviously not. Maybe bbdb?
 
> Q3
> In my sent folder, I'd like the summary to show who it was sent
> _to_, not _from_, since they're all from me. I've tried
> somethinglike this:
>   (setq 
>   ;;show who I sent the mail to in sent-folder.
>    wl-summary-showto-folder-regexp ".*"
>    wl-summary-showto-folder-regexp "%INBOX.Sent.*"

The latter overwrites the first.

>    wl-summary-from-function 'wl-summary-default-from)

I only have:

(setq wl-summary-showto-folder-regexp ".*Sent*")

and I have added all my e-mail addresses to:

(setq wl-user-mail-address-list
      '("xxxxx")
       ("yyyyy"))

-- 
Herbert