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

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

bug#9243: 24.0.50; Gnus keeps seeing 101 unread spam


From: Lars Magne Ingebrigtsen
Subject: bug#9243: 24.0.50; Gnus keeps seeing 101 unread spam
Date: Sat, 10 Sep 2011 20:58:41 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> 18:12:33 10480 EXAMINE "spam"
> 18:12:33 10481 UID FETCH 46421:* FLAGS

It's most puzzling.  From the log, your `c' on the group made it set
46421:46721 to \Seen.  But it sounds like every time it does the
commands above, it's being told that the last 101 messages are unread
again.

Could you go to the " *nnimap ... " buffer and eval the following?

(process-send-string (get-buffer-process (current-buffer))
                     "1 EXAMINE spam\r\n2 UID FETCH 46421:* FLAGS\r\n")

Replace the article number with what the imap log says `g' is querying.
                     
-- 
(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]