unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ulrich Windl" <ulrich.windl@rz.uni-regensburg.de>
To: rms@gnu.org
Cc: bug-gnu-emacs@gnu.org
Subject: Re: rmail can't delete message 10000 and later
Date: Wed, 01 Aug 2007 08:21:51 +0200	[thread overview]
Message-ID: <46B0429E.23000.A6EA609@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de> (raw)
In-Reply-To: <E1IFyEW-0001m4-2b@fencepost.gnu.org>

Richard,

actually the work-around was to quit rmail after having marked 9999 messages for 
deletion, and then restart it to mark the rest of the messages. To answer your 
question, I'll have to wait until there are another 10000 messages.

Regards,
Ulrich

On 31 Jul 2007 at 16:22, Richard Stallman wrote:

> 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-08-01  6:21 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
2007-08-01  6:21   ` Ulrich Windl [this message]

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=46B0429E.23000.A6EA609@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de \
    --to=ulrich.windl@rz.uni-regensburg.de \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=rms@gnu.org \
    /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).