At Wed, 14 Oct 2009 20:52:08 -0400, Steven Knight wrote:
Thank you for your suggestion. I did as you suggestion, but it isn't
working.
The warning buffer contains:
Warning (elmo): Please set `wl-message-id-domain' to get valid
Message-ID string.
You need to setup FQDN on your system.
Version Info: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka)
FLIM/1.14.8 (Shijō) APEL/10.7 Emacs/23.1 (i686-pc-linux-gnu) MULE/6.0
(HANACHIRUSATO)
'(((string-match "work" wl-draft-parent-folder)
((string-match "personal" wl-draft-parent-folder)
"work" and "personal" are not just buzz words, there should be regular
expressions, which match one of your wl-draft-parent-folder.
For example, my ~/.folders is:
company{
%inbox:user@mail.company.com:993! "inbox"
...
%Sent:user@mail.company.com:993! "sent"
}
gmail{
%inbox:v.mayatskih@imap.gmail.com:993! "inbox1"
...
%Sent:v.mayatskih@imap.gmail.com:993! "sent"
}
Regexp for wl-draft-parent-folder should match one of your real
folders names. In my case regexps are "company" and "gmail".