[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
imap server quoting (again)
- To: wanderlust mailing list post articles <wl-en@ml.gentei.org>
- Subject: imap server quoting (again)
- From: John Morris <2e0byo@gmail.com>
- Date: Mon, 13 Oct 2014 10:23:26 +0100
- Reply-to: wl-en@ml.gentei.org
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
Dear all,
by my general incompetence with lisp I have not manged to solve the
problem I mentioned in the previous issue (quoting in .folders, which
now works) and wondered if anyone might point it out to me...
In .folders I have lines of the like:
%INBOX:"login@otherdomain"/clear@domain.outlook.com:993! "INBOX"
Which work fine, but I cannot figure out how to set the same thing
in .wl for disposing/sent copies. I currently have:
(setq wl-dispose-folder-alist
'((other accounts working fine...)
("^%.*domain" . "%Deleted Items:"login@otherdomain"/domain.outlook.com:993!")
))
which doesn't work at all, nor can I figure out how to make it work
but changing the quoting. I tried (quote (etc)) but that is clearly
rubbish.
The same problem occurs when setting the sent folder.
I am able to delete by using refile (o) & selecting the correct
folder, but presumably that uses settings from .folders.
Many thanks in advance,
John