[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
wl-fcc
- To: wl-en <wl-en@lists.airs.net>
- Subject: wl-fcc
- From: docgnome <docgnome@gmail.com>
- Date: Mon, 08 Mar 2010 09:34:06 -0800
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:user-agent:mime-version:content-type; bh=I1liAQ4fic1E8dq8swnF+lK3mnBmx8yQBEgmfuTFQjg=; b=FzeuDQjpSrM1nw4qVbghlJDJoB2dYvSJWhLgYFafSSJQr+97jl/laPMdpP5X62gkN7 2abhGY09osdLQS1b/aM1AJzXMzVKIOaX7FATbQZVIDZKFNMstXoyVXpnpPb1HQWeKiF6 V5hbuyt1KpNHGy+mkHoqRBGEfDCs/7igSecGQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:user-agent:mime-version :content-type; b=cZRmLrCYkjLxoNzBsh+e6LWy04mhZH8WdCqjbpxjFSnoDDsVakXG0kA2FAJKWgscNa bR4azCBwpLaHvYLr+NncuoYPloLs3D3GE9BJK3Qz949LoSKGl1J68I6rxRNAWtbp7UuU GUsSfczOKax7/uatt/V83fuo+jY/rlS41NC7M=
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- Reply-to: wl-en@lists.airs.net
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
Hi,
So I've got this in my .wl file
(setq wl-draft-config-matchone t) ;; If non-nil, applied only one element of `wl-draft-config-alist'.
(setq wl-draft-config-alist
'(
((string-match ".*support@cetusa.org" wl-draft-parent-folder)
(template . "support")
(wl-fcc . "%sent:\"support@cetusa.org\"/clear@secure.emailsrvr.com:993!"))
((string-match ".*cetusa" wl-draft-parent-folder)
(wl-fcc . "%sent:\"dkerschner@cetusa.org\"/clear@secure.emailsrvr.com:993!")
(template . "Work")
)
((string-match ".*dkerschner" wl-draft-parent-folder)
(template . "dkerschner"))
((string-match ".*docgnome" wl-draft-parent-folder)
(template . "docgnome"))
))
(add-hook 'wl-mail-setup-hook 'wl-draft-config-exec)
Yet when I go to create a draft with my work or support accounts Fcc:
is not set anywhere that I see. Am I doing something wrong here? I
also tried putting the fcc setting in the templates I have specified,
still no dice. What am I doing wrong?
Cheers,
Dave
- Follow-Ups:
- Re: wl-fcc
- From: Erik Hetzner <ehetzner@gmail.com>