* Benoit Panizzon:

> With the Dovecot namespace / special_use setting this sounds like what
> we are looking for. Will test if this makes Thunderbird happy and use
> the Folders on the IMAP server rather than creating local folders.

Here's a snippet from my current Dovecot 2.4 configuration:

  mailbox Sent* {
    special_use = \Sent
  }
  mailbox Trash {
    auto = create
    autoexpunge = 1 weeks
    special_use = \Trash
  }

This works for me, with Thunderbird and other MUAs. The "Sent*" is meant
to cover folder names like "Sent" and "Sent Messages".

-Ralph
_______________________________________________
mailop mailing list
[email protected]
https://list.mailop.org/listinfo/mailop

Reply via email to