unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: "Ulrich Windl" <ulrich.windl@rz.uni-regensburg.de>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: rmail can't delete message 10000 and later
Date: Tue, 31 Jul 2007 16:22:20 -0400	[thread overview]
Message-ID: <E1IFyEW-0001m4-2b@fencepost.gnu.org> (raw)
In-Reply-To: <46AF1BAC.12413.5EE8516@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de>

Does this patch fix it?

*** rmailsum.el	25 Jul 2007 11:49:20 -0400	1.144.2.2
--- rmailsum.el	31 Jul 2007 14:23:05 -0400	
***************
*** 288,296 ****
  		    (if (zerop (% rmail-new-summary-line-count 10))
  			(message "Computing summary lines...%d"
  				 rmail-new-summary-line-count))
! 		    (rmail-make-summary-line-1 msg)))))
      ;; Fix up the part of the summary that says "deleted" or "unseen".
!     (aset line 5
  	  (if (rmail-message-deleted-p msg) ?\D
  	    (if (= ?0 (char-after (+ 3 (rmail-msgbeg msg))))
  		?\- ?\ )))
--- 288,298 ----
  		    (if (zerop (% rmail-new-summary-line-count 10))
  			(message "Computing summary lines...%d"
  				 rmail-new-summary-line-count))
! 		    (rmail-make-summary-line-1 msg))))
! 	delpos)
      ;; Fix up the part of the summary that says "deleted" or "unseen".
!     (string-match "[0-9]+" line)
!     (aset line (match-end 0)
  	  (if (rmail-message-deleted-p msg) ?\D
  	    (if (= ?0 (char-after (+ 3 (rmail-msgbeg msg))))
  		?\- ?\ )))

  reply	other threads:[~2007-07-31 20:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-31  9:23 rmail can't delete message 10000 and later Ulrich Windl
2007-07-31 20:22 ` Richard Stallman [this message]
2007-08-01  6:21   ` Ulrich Windl

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E1IFyEW-0001m4-2b@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=ulrich.windl@rz.uni-regensburg.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).