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

Re: Problems with draft/sent folders



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/>.