Gnus development mailing list
 help / color / mirror / Atom feed
* Nnml groups, the to-group parameter, and following up to a crosspost
@ 1996-11-06 23:00 Steven L Baur
  1996-11-08  4:40 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 10+ messages in thread
From: Steven L Baur @ 1996-11-06 23:00 UTC (permalink / raw)


This `bug' has irritated me for a long time.  I read several
newsgroups only through an nnml mirror of the news spool, with the
to-group parameter set to the name of the Usenet group.  This works
fine except when responding to an article that has been crossposted.
I'd like to see the to-group parameter made optional on a followup to
a message with a Newsgroups: header.

===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.52
diff -u -r1.52 ChangeLog
--- ChangeLog	1996/11/06 17:07:44	1.52
+++ ChangeLog	1996/11/06 22:54:14
@@ -1,3 +1,8 @@
+Wed Nov  6 14:53:39 1996  Steven L Baur  <steve@miranova.com>
+
+	* gnus-msg.el (gnus-post-news): Allow existing Newsgroups: header to
+	override the setting of the group parameter to-group.
+
 Tue Nov  5 22:34:01 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 	* message.el (message-goto-signature): Place point better.

===================================================================
RCS file: RCS/gnus-msg.el,v
retrieving revision 1.20
diff -u -r1.20 gnus-msg.el
--- gnus-msg.el	1996/10/30 19:28:23	1.20
+++ gnus-msg.el	1996/11/06 22:51:48
@@ -366,7 +366,8 @@
 	    (if post
 		(message-news (or to-group group))
 	      (set-buffer gnus-article-copy)
-	      (message-followup to-group))
+	      (message-followup (or (message-fetch-field "newsgroups")
+				    to-group)))
 	  ;; The is mail.
 	  (if post
 	      (progn

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


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

end of thread, other threads:[~1996-11-09 10:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-06 23:00 Nnml groups, the to-group parameter, and following up to a crosspost Steven L Baur
1996-11-08  4:40 ` Lars Magne Ingebrigtsen
1996-11-07  5:35   ` Steven L Baur
1996-11-08  6:01     ` Lars Magne Ingebrigtsen
1996-11-08 20:42       ` Steven L Baur
1996-11-09  3:05         ` Lars Magne Ingebrigtsen
1996-11-09  3:38           ` Steven L Baur
1996-11-09  4:57             ` Lars Magne Ingebrigtsen
1996-11-09  6:33               ` Steven L Baur
1996-11-09 10:41                 ` Lars Magne Ingebrigtsen

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