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

imap server quoting (again)



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