On Fri, 2010-04-30 at 23:49 +0200, Heiko Schlittermann wrote:
> plugin {
> escape_char = "%"
> }
>
> should change the escape character to %. But it doesnt. Bug or feature?
listescape_char, not escape_char.
> But more important:
>
> # sieve
> fileinto "a.b";
>
> does not work as expected - the folder is visible as "a.b" in a normal
> imap client - because of the listescape plugin.
> # sieve
> fileinto "a\\2eb";
>
> works. But the user won't understand this.
Have you enabled listescape plugin for lda?