21 Jul
2017
21 Jul
'17
1:53 p.m.
On 21.07.2017 13:39, Thomas Leuxner wrote:
Hi,
I’m using several views like this:
# cat Dovecot/dovecot-virtual :public/Archive/Mailing-Lists/Dovecot/* :public/Mailing-Lists/Dovecot all
Before the recent changes read mail stayed in sync with the virtual folder. Now regardless whether mail is read in the original Folder or the virtual Folder, the flags are not synchronized anymore. Read mail is flagged unread in the corresponding folder.
Regards Thomas
I cannot repeat this.
a SELECT INBOX
- 1 EXISTS
- 1 RECENT
- OK [UNSEEN 1] First unseen. a SELECT Virtual/all
- 1 EXISTS
- 0 RECENT
- OK [UNSEEN 1] First unseen. a SELECT INBOX
- 1 EXISTS
- 0 RECENT
- OK [UNSEEN 1] First unseen. a STORE 1:1 +FLAGS (\Seen)
- 1 FETCH (FLAGS (\Seen)) a OK Store completed (0.001 + 0.000 secs). a SELECT Virtual/all
- 1 EXISTS
- 0 RECENT a FETCH 1:* (FLAGS)
- 1 FETCH (FLAGS (\Seen))
Aki