Hi,

I've got a virtual "Flagged" folder but it appears as a subfolder of "virtual" instead of being alongside Inbox, Sent, etc. I've seen some previous messages where this was asked, but they didn't really seem to achieve what I want. My expectation was that calling the defined "virtual.Flagged" folder in the inbox namespace would link it there, but either that is not the expected behavior or I'm doing something wrong.

This is my current config:
namespace virtual {
location = virtual:/etc/dovecot/virtual:INDEX=~/virtual:CONTROL=~/virtual:VOLATILEDIR=~/virtual/
  prefix = virtual.
  separator = .
  list = yes
  hidden = no
}
namespace inbox {
  # (...) default Drafts, Junk, etc.

  # If you have a virtual "Flagged" mailbox:
  mailbox virtual.Flagged {
    special_use = \Flagged
    auto = subscribe
    comment = All my flagged messages
  }
}

I've also tried "hidden = yes" and "list = no", but I don't see any differences in the client. This is Dovecot 2.3.21 (47349e2482) on Ubuntu 24.04, btw.

Thanks.
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to