Bill Boebel
2006-Apr-28 19:12 UTC
[Dovecot] Expunge is not expunging unless it is called twice
Dovecot is requiring two "expunge" calls before it deletes an email. It just seems to ignore the first expunge call, leaving the email file in the maildir cur/ folder. Any idea why? I even waited 10 seconds after setting the Deleted flag, but still the first expunge call did nothing.... 1 OK User logged in 2 select "INBOX" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted. * 12 EXISTS * 0 RECENT * OK [UIDVALIDITY 1144082550] UIDs valid * OK [UIDNEXT 1509] Predicted next UID 2 OK [READ-WRITE] Select completed. 3 UID STORE 1511 +FLAGS (\Deleted) * 12 FETCH (UID 1508 FLAGS (\Deleted \Seen)) 3 OK Store completed. 4 expunge 4 OK Expunge completed. 5 expunge * 12 EXPUNGE 5 OK Expunge completed.
Timo Sirainen
2006-May-02 22:21 UTC
[Dovecot] Expunge is not expunging unless it is called twice
On Fri, 2006-04-28 at 15:12 -0400, Bill Boebel wrote:> Dovecot is requiring two "expunge" calls before it deletes an email. It just seems to ignore the first expunge call, leaving the email file in the maildir cur/ folder. Any idea why? I even waited 10 seconds after setting the Deleted flag, but still the first expunge call did nothing....Fixed now. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20060503/6074b33a/attachment.bin>
Bill Boebel
2006-May-03 17:54 UTC
[Dovecot] Expunge is not expunging unless it is called twice
On Tue, May 2, 2006 18:21, Timo Sirainen <tss at iki.fi> said:> > Dovecot is requiring two "expunge" calls before it deletes an email. It just >> seems to ignore the first expunge call, leaving the email file in the maildir cur/ >> folder. Any idea why? I even waited 10 seconds after setting the Deleted flag, >> but still the first expunge call did nothing.... > > Fixed now. >I have tested this and works now. Thanks, Bill