[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: Tue, 26 Jun 2012 10:16:42 -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=quOveTNgDEfG+k/1cKbse/+tkitb4JKd1d+zR41/VLw=; b=FUz9C7j6vXzhgy/z+rgJFimawmTb3Y4z66EzTMySeulBeZR4xUaKPvF1uhsGoHiNFc gCeXrFr9WrpJA9VHRW3EZivHIpPnDZurtMU5tTQHRw0TAw0z208A4nv3GxY0RQ9xoCPu t/eM+GnJ6X6Wtl41M2Q+HC9dVLcvNq2ivYvCDSCqgWsfzCmPM23woLvc5ptAd9HobSgR 3RM4j2MRd+/EiM7I6Y+5sP7wJSsFDF5ZNiCZKz7VY3RyvUX3tk8/AHuRmReHgIsfS5HI grpx0LczBOeSjRHdDio2kPBxq2paJiHhBTTxqRgJ2loVcPUAq5qODjHdp4OMEZTIA6b/ xg1g==
- In-reply-to: <SNT108-W58FFF067D04B1E60442A1EEAE00@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 Tue, 26 Jun 2012 18:00:10 +0200,
Karl F wrote:
>
> […]
>
> Yes, when "Fcc:" shows up in the header (by either re-selecting the
> template (C-c C-j), or "w" when in Summary-buffer for that account) it
> works, i.e. ends up in my Sent folder for that account. C-c C-e does
> not give me the "Fcc" in the header and sent mails won't go to "Sent"
> folder.
>
> My config it the one on:
> http://www.emacswiki.org/emacs/WlMultipleAccounts#toc2
>
> Relevant part of my exact one is here:
> http://home.thep.lu.se/~karlf/wl
Hi Karl,
Wow, I didn’t know you could use a template like that! I am always
discovering some new feature of WL. I’ve just refactored my
wl-draft-config-alist to use that feature. Thanks.
Are you sure your regexes match? "\." is the same as ".", ditto "\*".
You need double backslashes if you want them count as backslashes for
the purposes of the regex. You might try evaling
(string-match "karl\.\*thep\\.lu\\.se" wl-draft-parent-folder)
in your draft buffer to double check that this is working.
> I have my wl-draft-config-alist just load/call the wl-template-alist,
> and that part seems to work since everything else gets set correctly,
> for that account like the "From:" header, and I don't see why "Fcc"
> should be different, which I guess it shouldn't be.
If this is the case, then I am stumped. I tried your “thep” template
in my own setup and it set the Fcc header without any trouble.
best, Erik
Sent from my free software system <http://fsf.org/>.