all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexander Adolf <alexander.adolf@condition-alpha.com>
To: emacs-devel@gnu.org
Subject: Re: Facilitate Customisation of Message-Mode Header Completion Behaviour
Date: Wed, 09 Mar 2022 18:12:30 +0100	[thread overview]
Message-ID: <85477a895e1b8e7e98208c2f73909319@condition-alpha.com> (raw)
In-Reply-To: <6910f7c48e2cb8015712a69907391dbe@condition-alpha.com>

Alexander Adolf <alexander.adolf@condition-alpha.com> writes:

> [...]
> +(defcustom message-email-recipient-header-regexp
> +  "^\\([^ :]*-\\)?\\(To\\|B?Cc\\|From\\|Reply-to\\|Mail-Followup-To\\|Mail-Copies-To\\):.*? *\\([^,;]*\\)"
> +  "Regexp matching headers that list email addresses."
>    :group 'message
>    :type 'regexp)
> [...]

The regular expression should have ended with the colon (':'), that is

      "^\\([^ :]*-\\)?\\(To\\|B?Cc\\|From\\|Reply-to\\|Mail-Followup-To\\|Mail-Copies-To\\):"

Apologies for the slip. My bad!

  --alexander



  reply	other threads:[~2022-03-09 17:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09 15:00 Facilitate Customisation of Message-Mode Header Completion Behaviour Alexander Adolf
2022-03-09 17:12 ` Alexander Adolf [this message]
2022-03-09 18:27   ` Alexander Adolf
2022-03-12 17:16     ` Lars Ingebrigtsen
2022-03-14 16:12       ` Alexander Adolf

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=85477a895e1b8e7e98208c2f73909319@condition-alpha.com \
    --to=alexander.adolf@condition-alpha.com \
    --cc=emacs-devel@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.