Displaying 2 results from an estimated 2 matches for "xseen".
Did you mean:
seen
2018 Dec 06
1
BUG: sieve does not set seen-Flag
...t there, but a client instructed Dovecot to do so as
keyword (tag or whatever it is named), maybe the Sieve script was it.
Seen in this file is not the "seen" status of IMAP.
To get deeper into the problem, I would:
1) edit the dovecot-keywords files to spell "Seen" as "XSeen", in order to
make sure this setting (local keyword) does not interfere with \Seen
(global IMAP flag)
2) change (I know it should not matter)
addflag "Junk \\seen";
into
addflag "Junk";
addflag "\\Seen";
3) use a file dump tool to verify that "what you...
2018 Dec 05
3
BUG: sieve does not set seen-Flag
* Jakobus Sch?rz:
> Does it matter, if the keyword-files do not match?
Possibly. The keyword files define flag<->letter mappings. You have
shown two files with mappings (let's call them A and B) with A being a
subset of B. If a file is moved from A to B, all is fine. What happens
if a file is moved from B to A is for Aki to know. ;-)
> 0 $label3
> 1 NonJunk
> 2 Junk
> 3