6 May
2025
6 May
'25
8:59 a.m.
On 6. May 2025, at 11.47, Kamil Jońca via dovecot <dovecot@dovecot.org> wrote:
Timo Sirainen via dovecot <dovecot@dovecot.org> writes:
[...]
Looks like unless you explicitly specify "mailbox" parameter, it's skipping the list=no namespaces. Pretty sure v2.3 worked the same way. You could just bypass the "doveadm search" step?
I am afraid not. this comes from script which works like: find some emails and then do something for each email.
You could work around with: doveadm -o namespace/expunged/list=yes fetch ...
Or in config:
protocol doveadm { namespace expunged { list = yes } }