bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37541: 27.0.50; messages left over in nnimap-inbox after splitting


From: Lars Ingebrigtsen
Subject: bug#37541: 27.0.50; messages left over in nnimap-inbox after splitting
Date: Sat, 28 Sep 2019 18:57:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Amin Bandali <bandali@gnu.org> writes:

> I’ve noticed in the last day or two that nnimap splitting doesn’t seem
> to be fully applied immediately anymore: upon launching Gnus, a copy of
> each nnimap split message (mail) remains in my nnimap-inbox (though it
> appears to be copied to the split destination just fine) until i visit
> the nnimap-inbox folder manually, and then they’ll disappear.

Can you set nnimap-record-commands and then look in the "*imap log*"
buffer after doing a split?  That should tell us what commands nnimap
issued.

It should look something like:

18:49:16 [quimby.gnus.org] 1000 SELECT "INBOX"
18:49:16 [quimby.gnus.org] 1001 UID FETCH 1:* FLAGS
18:49:16 [quimby.gnus.org] 1002 UID FETCH 2066471 (UID BODY.PEEK[HEADER])
18:49:16 [quimby.gnus.org] 1003 UID COPY 2066471 "shopping"
18:49:16 [quimby.gnus.org] 1004 UID STORE 2066471 +FLAGS.SILENT (\Deleted)
18:49:16 [quimby.gnus.org] 1005 UID EXPUNGE 2066471
18:49:16 [quimby.gnus.org] 1006 UID STORE  +FLAGS.SILENT (\Deleted)
18:49:16 [quimby.gnus.org] 1007 UID EXPUNGE 

Hm!  I just noticed that next-to-last line -- that doesn't look right...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]