Gnus development mailing list
 help / color / mirror / Atom feed
* Mail-Followup-To not only for wide replies considered harmful
@ 2001-05-03 16:13 Florian Weimer
  2001-05-03 16:04 ` Paul Jarc
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Florian Weimer @ 2001-05-03 16:13 UTC (permalink / raw)


Is anyone opposing the following patch?

2001-05-03  Florian Weimer  <fw@deneb.enyo.de>

	* message.el (message-dont-reply-to-names): Fix documentation.
	(message-get-reply-headers): Use Mail-Followup-To only for wide
	replies.

Index: message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.77
diff -u -r6.77 message.el
--- message.el	2001/04/12 23:14:50	6.77
+++ message.el	2001/05/03 15:54:50
@@ -714,8 +714,8 @@
 
 (defcustom message-dont-reply-to-names
   (and (boundp 'rmail-dont-reply-to-names) rmail-dont-reply-to-names)
-  "*A regexp specifying names to prune when doing wide replies.
-A value of nil means exclude your own name only."
+  "*A regexp specifying addresses to prune when doing wide replies.
+A value of nil means exclude your own user name only."
   :version "21.1"
   :group 'message
   :type '(choice (const :tag "Yourself" nil)
@@ -3980,6 +3980,7 @@
 	  (message-set-work-buffer)
           (if (and mft
                    message-use-followup-to
+		   wide
                    (or (not (eq message-use-followup-to 'ask))
                        (message-y-or-n-p
 		        (concat "Obey Mail-Followup-To? ") t "\


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

end of thread, other threads:[~2001-05-05 14:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-03 16:13 Mail-Followup-To not only for wide replies considered harmful Florian Weimer
2001-05-03 16:04 ` Paul Jarc
2001-05-03 16:07 ` Alan Shutko
2001-05-03 16:10   ` Paul Jarc
2001-05-03 16:29   ` Florian Weimer
2001-05-03 17:03     ` Kai Großjohann
2001-05-03 17:47       ` Florian Weimer
2001-05-03 17:41         ` Paul Jarc
2001-05-03 19:14           ` Florian Weimer
2001-05-03 19:16             ` Paul Jarc
2001-05-04 12:38               ` Josh Huber
2001-05-03 18:58 ` Jason R. Mastaler
2001-05-03 19:08   ` Paul Jarc
2001-05-03 19:22     ` ShengHuo ZHU
2001-05-03 19:26       ` Paul Jarc
2001-05-03 19:31   ` Florian Weimer
2001-05-03 19:20     ` Paul Jarc
2001-05-05 14:38     ` Per Abrahamsen

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