[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: text coding code in mails
- To: wl-en@ml.gentei.org
- Subject: Re: text coding code in mails
- From: "Herbert J. Skuhra" <hskuhra@fastmail.fm>
- Date: Mon, 06 Feb 2012 20:09:24 +0100
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= date:message-id:from:to:subject:in-reply-to:references :mime-version:content-type; s=mesmtp; bh=VhD0mP/C0RILCXj8lLp5Miz nb/s=; b=lTD/bZidCqkrsclV/Bud385KzYfhhs7AMjuZ9JF+I5PBsRs7X7XpQxJ HbPf2JIV38r6gWbLOpdR856QKR9ubY5RJnr/0yrDcCiH7/5KXUPTwTGdUTJNavuR pzpU6kBL0dTpXmSB8p56IT6mXuUe6mpkEnuaSHuQxFpg1EXQpKNA=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:message-id:from:to:subject :in-reply-to:references:mime-version:content-type; s=smtpout; bh=VhD0mP/C0RILCXj8lLp5Miznb/s=; b=bY+11B1/F++6jMfZiq55tVQXDBY5 2G/sZuyYQ3kPwz0k/ZSyBuL7brpmBhovLdY2joHnU94Nd87M/OYDdXKhBWP3KwXK Yu/18Tla+9XpViT69tUpn6LOyeDnB5k1MWEymduSn+XnMqVGOjl9fAOaOuqfOD0c 6os7fXE4l1lGUyg=
- In-reply-to: <SNT108-W5924D50E132DD385C3E3D5EA740@phx.gbl>
- List-help: <mailto:wl-en-ctl@ml.gentei.org?body=help>
- List-id: wl-en.ml.gentei.org
- List-owner: <mailto:wl-en-admin@ml.gentei.org>
- List-post: <mailto:wl-en@ml.gentei.org>
- List-software: fml [fml 4.0 STABLE (20040215/4.0.4_BETA)]
- List-unsubscribe: <mailto:wl-en-ctl@ml.gentei.org?body=unsubscribe>
- References: <SNT108-W5924D50E132DD385C3E3D5EA740@phx.gbl>
- Reply-to: wl-en@ml.gentei.org
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.0.93 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
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