Gnus development mailing list
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
Subject: Mail-Followup-To not only for wide replies considered harmful
Date: 03 May 2001 18:13:08 +0200	[thread overview]
Message-ID: <87lmoexvfv.fsf@deneb.enyo.de> (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 "\


             reply	other threads:[~2001-05-03 16:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-03 16:13 Florian Weimer [this message]
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

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=87lmoexvfv.fsf@deneb.enyo.de \
    --to=fw@deneb.enyo.de \
    /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).