Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] bugfix: always reply to 1 article only with "F"
@ 2005-05-31  9:01 Matthieu Moy
  2005-05-31  9:56 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Matthieu Moy @ 2005-05-31  9:01 UTC (permalink / raw)


Hi,

Don't know if this has been fixed in the CVS version, but I have very
odd behavior with No Gnus v0.3 : Sometimes, `F' followup to all the
articles in the same summary buffer (like when marking several
articles).

The following patch solves the problem:

--- gnus-msg.el~	2005-03-09 01:58:34.000000000 +0100
+++ gnus-msg.el	2005-05-31 10:57:05.000000000 +0200
@@ -741,7 +741,7 @@
 The text in the region will be yanked.  If the region isn't
 active, the entire article will be yanked."
   (interactive "P")
-  (gnus-summary-followup (gnus-summary-work-articles n) force-news))
+  (gnus-summary-followup (gnus-summary-work-articles (or n 1)) force-news))
 
 (defun gnus-summary-followup-to-mail (&optional arg)
   "Followup to the current mail message via news."

-- 
Matthieu



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-31 11:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-31  9:01 [PATCH] bugfix: always reply to 1 article only with "F" Matthieu Moy
2005-05-31  9:56 ` Katsumi Yamaoka
2005-05-31 11:09   ` Matthieu Moy

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).