GNU bug report logs - #72949
[PATCH] Wrong unread count in the Group buffer in nnimap

Previous Next

Package: emacs;

Reported by: James Thomas <jimjoe <at> gmx.net>

Date: Mon, 2 Sep 2024 06:01:02 UTC

Severity: normal

Tags: fixed, patch

Fixed in version 31.1

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #80 received at 72949 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: eric <at> ericabrahamsen.net
Cc: 72949 <at> debbugs.gnu.org, jimjoe <at> gmx.net
Subject: Re: bug#72949: [PATCH] Wrong unread count in the Group buffer in
 nnimap
Date: Sat, 28 Sep 2024 11:49:59 +0300
Ping!  Eric, any comments?

> Cc: 72949 <at> debbugs.gnu.org
> Date: Sat, 14 Sep 2024 10:41:16 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> 
> > Date: Mon, 02 Sep 2024 11:52:30 +0530
> > From:  James Thomas via "Bug reports for GNU Emacs,
> >  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> > 
> > James Thomas wrote:
> > 
> > > I haven't tested this patch (don't really know how to), but this could
> > > very well be the cause of this long-standing bug:
> > 
> > Sorry, that was an earlier attempt. This is the one I'm using now:
> > 
> > From a2c19066746d49f5ed1f61d6da670ab0b72c7341 Mon Sep 17 00:00:00 2001
> > From: James Thomas <jimjoe <at> gmx.net>
> > Date: Mon, 2 Sep 2024 11:35:38 +0530
> > Subject: [PATCH] Correct empty mailbox active count
> > 
> > * lisp/gnus/nnimap.el (nnimap-request-group): Make the change.
> > ---
> >  lisp/gnus/nnimap.el | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
> > index 7b0e42ff89d..9de5b14d21b 100644
> > --- a/lisp/gnus/nnimap.el
> > +++ b/lisp/gnus/nnimap.el
> > @@ -922,8 +922,8 @@ nnimap-request-group
> >  	(erase-buffer)
> >  	(insert (format "211 %d %d %d %S\n"
> >  			(- (cdr active) (car active))
> > -			(car active)
> >  			(cdr active)
> > +			(car active)
> >  			group))
> >  	t))))
> > 
> > --
> > 2.43.0
> 
> Thanks.  Eric, any comments?
> 
> 
> 
> 




This bug report was last modified 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.