[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imap server quoting (again)
At Mon, 13 Oct 2014 10:23:26 +0100,
John Morris wrote:
>
> 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.
Sorry, very obvious. I forgot the escape character:
("^%.*otherdomain" . "%Deleted Items:\"login@otherdomain\"/clear@domain.outlook.com:993!")
That is rather obvious. Still, itʼs good that it works.