all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jean Louis <bugs@gnu.support>
To: help-gnu-emacs@gnu.org
Subject: Re: Reply-To -> CC?
Date: Wed, 23 Dec 2020 14:49:22 +0300	[thread overview]
Message-ID: <X+MuwiJ5SqTtODhg@protected.rcdrun.com> (raw)
In-Reply-To: <87mty4zsib.fsf@iki.fi>

* Teemu Likonen <tlikonen@iki.fi> [2020-12-23 14:11]:
> * 2020-12-23 13:43:04+0300, Jean Louis wrote:
> If one is sending a message to a random (non-hacker) person one just
> can't rely on special hacker client features like "Mail-Followup-To" or
> "reply to list". Those things don't exist outside our bubble. There are
> only "reply to sender" and "reply to all".

Sorry, but is not like that. Those things do exist in our bubble which
is named Emacs. Mail headers or message fields are used by users in
the settings of email, there is nothing so complicated to say it is
"hacker client" feature as it is not. Just as you define your From
email address you may also define mailing list email addresses that
your email client recognizes such mailing lists and inserts
Mail-Followup-To -- so it is just about settings.

It is already built into Emacs and is nothing special or hacker feature.

/package/text/emacs/share/emacs/28.0.50/lisp
$ zgrep -i mail-followup-to *
ldefs-boot.el:         \\[mail-mail-followup-to] move to Mail-Followup-To:
ldefs-boot.el:The variable is used to trigger insertion of the \"Mail-Followup-To\"
loaddefs.el:         \\[mail-mail-followup-to] move to Mail-Followup-To:
loaddefs.el:The variable is used to trigger insertion of the \"Mail-Followup-To\"

and it is in Gnus, message-mode, and in mml-mode or MIME meta language
mode.

message-use-mail-followup-to is a variable defined in ‘message.el’.
Its value is ‘use’

  You can customize this variable.
  This variable was introduced, or its default value was changed, in
  version 22.1 of Emacs.

Documentation:
Specifies what to do with Mail-Followup-To header.
If nil, always ignore the header.  If it is the symbol ‘ask’, always
query the user whether to use the value.  If it is the symbol ‘use’,
always use the value.

There are other variables and settings related to Mail-Followup-To


Mail-Followup-To is related to mailing list and how recipient answers
to the user who has set the Mail-Followup-To.

So if user does set Mail-Followup-To your email client should, if
compliant to it, honor the request and not answer to the author of the
message but extract mailing list address from anywhere like To or Cc
fields and use the mailing list address that is specified in the
Mail-Followup-To

That is long time already implemented in many software.

Look:
https://www.leptonite.org/mft/software.html





  reply	other threads:[~2020-12-23 11:49 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-20  2:36 Reply-To -> CC? Michael Heerdegen
2020-12-20  3:10 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-20  4:00 ` Pankaj Jangid
2020-12-20  4:34   ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-20  5:20     ` Pankaj Jangid
2020-12-20  5:19   ` Michael Heerdegen
2020-12-20  5:23     ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-20  5:24     ` Pankaj Jangid
2020-12-20  5:38       ` Michael Heerdegen
2020-12-20  7:03         ` Eric Abrahamsen
2020-12-20  8:26           ` Pankaj Jangid
2020-12-20 17:47             ` Eric Abrahamsen
2020-12-21  3:53               ` Pankaj Jangid
2020-12-21 23:03                 ` Eric Abrahamsen
2020-12-22 11:29                   ` True
2020-12-22 17:13                     ` Eric Abrahamsen
2020-12-20  4:49 ` Tim Landscheidt
2020-12-20  5:27   ` Michael Heerdegen
2020-12-23  3:47     ` Pankaj Jangid
2020-12-23  6:26       ` Jean Louis
2020-12-23  6:28       ` Jean Louis
2020-12-22 12:48 ` Gregor Zattler
2020-12-23  5:17   ` Michael Heerdegen
2020-12-23  5:54     ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-23  6:30     ` Jean Louis
2020-12-23  7:38       ` Michael Heerdegen
2020-12-23  8:13         ` Teemu Likonen
2020-12-23 10:43           ` Jean Louis
2020-12-23 11:11             ` Teemu Likonen
2020-12-23 11:49               ` Jean Louis [this message]
2020-12-23 12:14                 ` Teemu Likonen
2020-12-23 12:32                   ` Pankaj Jangid
2020-12-24  4:03           ` Michael Heerdegen
2020-12-23 10:18         ` Jean Louis

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=X+MuwiJ5SqTtODhg@protected.rcdrun.com \
    --to=bugs@gnu.support \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.