[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 0.3.28: not deleting messages
>> I've just installed 0.3.28, and while it doesn't have the bug
>> that the patch had it also doesn't appear to be deleting
>> messages.
I've upgraded to 0.3.29 and the problem still exists.
> Uhm, that's strange. Could you have a look in *imap-log* and see
> if it closes the mailbox with CLOSE when you quit ('q') a group?
> It should.
It sure does. Attached is what I think is the relevant section of
the log. Everything seems to go OK, and there sure enough is a CLOSE
when I quit.
marty
A1 CAPABILITY
* OK shell3.ba.best.com IMAP4rev1 v11.237 server ready
* CAPABILITY IMAP4 IMAP4REV1 NAMESPACE IDLE SCAN SORT AUTH=LOGIN THREAD=ORDEREDSUBJECT
A1 OK CAPABILITY completed
A2 LOGIN mjf XXXXXXXX
A2 OK LOGIN completed
[... status update of other groups deleted]
A10 SELECT incoming/lists
* 3 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 902808214] UID validity status
* OK [UIDNEXT 301] Predicted next UID
* FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (\* \Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
* OK [UNSEEN 1] 1 is first unseen message in /home/mjf/incoming/lists
A10 OK [READ-WRITE] SELECT completed
[... various searches that completed OK deleted]
[... exchanges of correctly seen header/messages deleted ...]
A28 UID STORE 300 +FLAGS (\Deleted)
* 3 FETCH (FLAGS (\Deleted))
A28 OK UID STORE completed
A29 UID STORE 299 +FLAGS (\Deleted)
* 2 FETCH (FLAGS (\Seen \Deleted))
A29 OK UID STORE completed
A30 UID STORE 1:* -FLAGS.SILENT (\Answered \Flagged \Deleted \Draft \Seen)
* 2 FETCH (FLAGS ())
* 3 FETCH (FLAGS ())
A30 OK UID STORE completed
A31 UID STORE 1:300 +FLAGS.SILENT (\Seen)
* 1 FETCH (FLAGS (\Seen))
* 2 FETCH (FLAGS (\Seen))
* 3 FETCH (FLAGS (\Seen))
A31 OK UID STORE completed
A32 CLOSE
A32 OK CLOSE completed
--
marty fouts fouts@null.net http://www.best.com/~mjf
If a program is useless, it will have to be documented.