[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with draft/sent folders
- To: wl-en@ml.gentei.org
- Subject: Re: Problems with draft/sent folders
- From: Erik Hetzner <egh@e6h.org>
- Date: Mon, 25 Jun 2012 09:39:28 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:message-id:from:to:subject:in-reply-to:references :user-agent:reply-to:mime-version:content-type; bh=bzhLN7v22pMiYbVSCXOGErKxXvLdPbVjzFHcFGe4Cw4=; b=KKqePEjnXaXnO3Hf9fMrqPKIhb6uWXURBRV+woYbjaa/kQh82DAagjbRUmQjAiFey7 6naNjPuwyfvBmhziNcjK0jkbl5tUp6woNfvlhp0oGtRyjs3TvjTQfc/coS2mDwGPC6Ac uu6ewEqawjl9TVMt6/3tFck3kTx9EGRUWpKjIOlCX4HMOY73zpvwQtbS+3ZrQ6MHerd+ 4jtXRnG4nW59tuh0JLGFn5T1ScL+kE8FPQ6Y+Ja5cltstaGjN6qF22Cf2/vJgR8SwFwv el5ihQCWUQy0md3NO+wQRiTlxySbS8sYDOePYlS8OhoFGGsSTx4gr1UXqBr1zS1x2uL7 Zicg==
- In-reply-to: <SNT108-W25E3C44A5417D3DFD99387EAE10@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: <87ehpbbg67.wl%f@mazzo.li>
- Reply-to: Erik Hetzner <egh@e6h.org>
- Sender: Erik Hetzner <ehetzner@gmail.com>
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
At Mon, 25 Jun 2012 18:15:01 +0200,
Karl F wrote:
>
>
> > Use ("Fcc" . ...) instead of (wl-fcc . ...) in your
> > wl-draft-config-alist or wl-template-alist. I just changed this on the
> > emacswiki page WlMultipleAccounts.
>
> I've had this same problem, of not having my sent mails put
> in "Sent" -folder for my non-Gmail account so this is very
> interesting to me as well.
>
> I've tried switching the wl-fcc to "Fcc", but this does not work
> for me. If I set "Fcc:" explicitly when I'm writing my email it
> works and auto-completes (with TAB) like so:
> %INBOX.Sent:"myusername@mycompany.com"/clear@mail.mycompany.com
>
> And in my wl-template-alist I have:
> ("Fcc" . "%INBOX.Sent:\"myusername@mycompany.com\"/clear@mail.mycompany.com")
>
> i.e. the "" around my login name escaped. I'm wondering if this
> fails because I have a "@" in my login name? Should I escape that
> too? I've tried that, but it did not work.
>
> Also, looking at:
> http://www.gohome.org/wl/doc/wl_89.html#IDX444
>
> I don't see the real difference between (wl-fcc . ...)
> and ("Fcc" . ...)
Hi Karl,
The difference is that wl-fcc sets the value of the Fcc header when
the “draft is prepared”, meaning right after you type `w` or `a`. If
wl-fcc is changed by wl-draft-config-alist it *will not* be applied to
the *existing* draft buffer and the Fcc header will not be set. Only
setting the Fcc header directly will work.
When the draft is sent the Fcc header is read to determine where to
save the sent message. When the draft is sent WL does not care what
the value of wl-fcc is. It is too late. All WL cares about is the
value of the Fcc header in the message.
To test if your Fcc header is being set properly, try running
wl-draft-config-exec (C-c C-e) directly before sending your message
and verify that the Fcc header has been set.
Hope that helps.
best, Erik
Sent from my free software system <http://fsf.org/>.