On Feb 4, 2009, at 9:02 PM, Mark Costlow wrote:
http://hg.dovecot.org/dovecot-1.2/rev/6f29380ba3a0 http://hg.dovecot.org/dovecot-1.2/rev/ea9a186d64f9
Are both of these patches needed for the "unlock after a few seconds" feature, or just the 2nd one?
I ask because the description of the 1st one doesn't seem related at first look. Also, the 2nd one applies cleanly to 1.1 but the other one doesn't due to some name changes (at least -- I haven't looked closely at what else might have changed in those files from 1.1 to 1.2).
The first one is there so that Dovecot's behavior is correct if RSET
command is given. Although now that I think about it, it should set
\Seen flags for all messages that have already been sucessfully
RETRed, even if client doesn't issue QUIT afterwards. That's how the
old code behaved. Have to fix that one tomorrow.