all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: James Thomas <jimjoe@gmx.net>, eric@ericabrahamsen.net
Cc: 72949@debbugs.gnu.org
Subject: bug#72949: [PATCH] Wrong unread count in the Group buffer in nnimap
Date: Sat, 14 Sep 2024 10:41:16 +0300	[thread overview]
Message-ID: <868qvuiswz.fsf@gnu.org> (raw)
In-Reply-To: <86zfoqpobd.fsf@gmx.net> (bug-gnu-emacs@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@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@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?





  reply	other threads:[~2024-09-14  7:41 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87h6g7mm8r.fsf@debian-hx90.lan>
2024-09-02  5:59 ` bug#72949: [PATCH] Wrong unread count in the Group buffer in nnimap James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-02  6:22   ` James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-14  7:41     ` Eli Zaretskii [this message]
2024-09-11  1:25   ` bug#72949: Gnus sometimes reports new messages but not showing them on IMAP server James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-11 12:39     ` Dan Christensen
2024-09-12  1:10       ` James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found]         ` <861q1p1gg2.fsf@gmx.net>
2024-09-14 17:46           ` Dan Christensen
2024-09-14 19:42             ` Andreas Schwab
2024-09-14 21:07               ` Dan Christensen
2024-09-14 22:13                 ` Andreas Schwab
2024-09-14 23:17                   ` Dan Christensen
     [not found]           ` <87seu2xqpa.fsf@uwo.ca>
2024-09-14 17:46             ` Dan Christensen
2024-09-15 10:00               ` James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-15 12:49                 ` Dan Christensen
     [not found]                 ` <871q1lw089.fsf@uwo.ca>
2024-09-15 21:55                   ` James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-15 23:07                     ` Dan Christensen
2024-09-16  0:51                       ` James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-16  8:26                   ` bug#72949: Gnus sometimes reports new messages but not showing them on IMAP server, bug#72949: Gnus sometimes reports new messages but not showing them on IMAP server, " James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-16 12:42                     ` Dan Christensen
     [not found]                     ` <87cyl3u5vo.fsf_-_@uwo.ca>
2024-09-17  4:06                       ` James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-17 22:37                         ` James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-17 23:03                           ` Dan Christensen
2024-09-18  2:27                             ` James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=868qvuiswz.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=72949@debbugs.gnu.org \
    --cc=eric@ericabrahamsen.net \
    --cc=jimjoe@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.