emacs-devel
[Top][All Lists]
Advanced

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

Re: rmail-total-messages has two different values, one is wrong


From: Andrea Monaco
Subject: Re: rmail-total-messages has two different values, one is wrong
Date: Sun, 18 Jun 2023 14:51:15 +0200

I think the problem is in rmail-count-new-messages.  The function runs
in the main buffer, so this assignment


    (setq rmail-total-messages
          (+ rmail-total-messages total-messages))


should be duplicated for the summary buffer (maybe the same goes for
other assignments in that function, I don't know).

But this bug is not nasty, so we could just document the current
behavior.  What do you think?



Andrea Monaco



reply via email to

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