Do not working Vitual Flagged / All.

2024-12-10 Thread yisuyong--- via dovecot
Hello, I also proceeded according to this thread (https://dovecot.org/list/dovecot/2022-January/123979.html), but it is not working. My settings are as follows: []# dovecot -n # 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.16 (09c29328) \# OS: Linux 5.15.0-125-generi

Re: Do not working Vitual Flagged / All.

2024-12-10 Thread yisuyong--- via dovecot
My goal is to be able to "fetch" all emails with the virtual.All, and all "flagged" emails with virtual.Flagged. ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: Do not working Vitual Flagged / All.

2024-12-10 Thread yisuyong--- via dovecot
For example, If Thunderbird has Starred checked some of the mail in your inbox, I would like to make sure that you can check it in the "virtual.Flagged" mailbox. It does not appear to work with the current settings. ___ dovecot mailing list -- dovecot@d

Re: Do not working Vitual Flagged / All.

2024-12-11 Thread yisuyong--- via dovecot
Debugging log for Dovecot when I clicked Flagged. Dec 11 16:13:39 mail dovecot: auth: Debug: auth client connected (pid=271743) Dec 11 16:13:39 mail dovecot: imap-login: Debug: SSL: where=0x10, ret=1: before SSL initialization Dec 11 16:13:39 mail dovecot: imap-login: Debug: SSL: where=0x2001, re

Re: Do not working Vitual Flagged / All.

2024-12-11 Thread yisuyong--- via dovecot
I added "subscription = no" as you said namespace virtual { hidden = yes list = no location = virtual:/etc/dovecot/virtual:INDEX=~/.virtual:CONTROL=~/.virtual:VOLATILEDIR=~/.virtual/ prefix = virtual/ separator = / subscriptions = no type = private } And I done change ownership and

Re: Do not working Vitual Flagged / All.

2024-12-11 Thread yisuyong--- via dovecot
Thanks Sirius! It's been resolved. However, I solved it by adding a comment in the original settings. namespace inbox { inbox = yes location = mailbox 보낼편지함 { auto = subscribe } mailbox Archive { auto = subscribe special_use = \Archive } mailbox Drafts { auto = subscribe special_use = \Drafts }