Displaying 2 results from an estimated 2 matches for "mail_index_mail_flag_backend".
2015 May 14
2
Alternate Storage altmove not working bug
...d users with lots of e-mails stuck there, and altmove just won't
move them. It moves most of the e-mails correctly, but a few was getting
stuck everyday.
So, I think I have found the problem! When a user moves the message from
one mailbox to another, the move will keep all the flags!
Including MAIL_INDEX_MAIL_FLAG_BACKEND 0x40. So, altmove think this message
was already moved and doesn't do anything.
I did a doveadm dump on the destination mailbox's index and what I see is a
lot of this:
RECORD: seq=104, uid=104, flags=0x48 (Seen)
- ext 0 keywords : (0000)
- ext 1 modseq : 12 (0c00...
2015 May 15
0
Alternate Storage altmove not working bug
...tuck there, and altmove just won't
> move them. It moves most of the e-mails correctly, but a few was getting
> stuck everyday.
>
> So, I think I have found the problem! When a user moves the message from
> one mailbox to another, the move will keep all the flags!
> Including MAIL_INDEX_MAIL_FLAG_BACKEND 0x40. So, altmove think this message
> was already moved and doesn't do anything.
Thanks, fixed: http://hg.dovecot.org/dovecot-2.2/rev/9ad3f11617f1
> Just one last question: how can I remove that flag from the message? I have
> taken a look at doveadm-flags(1) but it doesn't seem...