Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: Can I split messages based on their size?
Date: Wed, 15 Oct 2003 17:32:01 +0200	[thread overview]
Message-ID: <m3fzhubjpq.fsf@defun.localdomain> (raw)
In-Reply-To: <hdd8ynmvn70.fsf@bacchus.pvv.ntnu.no>

Svend Tollak Munkejord <stm@bacchus.pvv.org> writes:

> OK. I only tried "B t" (trace respool), and not actually to respool
> ("B r"). Respooling worked, and the complete message size seemed to
> be accounted for. With the following extension, "B t" worked as well
> (Gnus 5.10.2).
>
> Is it a semi-bug that I had to set the buffer this way?

Yes, but it's fixed in CVS (I also noticed it when I tried `B t'):

diff -u gnus/lisp/gnus-sum.el:6.360 gnus/lisp/gnus-sum.el:6.361
--- gnus-sum.el:6.360	Thu Aug  7 04:00:45 2003
+++ gnus-sum.el	Sun Oct 12 22:45:23 2003
@@ -9476,15 +9476,13 @@
     (gnus-summary-select-article)
     (save-excursion
       (set-buffer gnus-original-article-buffer)
-      (save-restriction
-	(message-narrow-to-head)
-	(let ((groups (nnmail-article-group 'identity trace)))
-	  (unless silent
-	    (if groups
-		(message "This message would go to %s"
-			 (mapconcat 'car groups ", "))
-	      (message "This message would go to no groups"))
-	    groups))))))
+      (let ((groups (nnmail-article-group 'identity trace)))
+	(unless silent
+	  (if groups
+	      (message "This message would go to %s"
+		       (mapconcat 'car groups ", "))
+	    (message "This message would go to no groups"))
+	  groups)))))
 
 (defun gnus-summary-respool-trace ()
   "Trace where the respool algorithm would put this article.


  reply	other threads:[~2003-10-15 15:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <hddd6d5tugn.fsf@bacchus.pvv.ntnu.no>
     [not found] ` <m37k3ai5og.fsf@defun.localdomain>
     [not found]   ` <hddoewi6g50.fsf@bacchus.pvv.ntnu.no>
2003-10-15  9:56     ` Svend Tollak Munkejord
2003-10-15 15:32       ` Jesper Harder [this message]
     [not found]   ` <df73ae29.0310142359.2dabb32b@posting.google.com>
2003-10-16 15:46     ` Jesper Harder

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=m3fzhubjpq.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /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.
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 NNTP newsgroup(s).