emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Facilitate Customisation of Message-Mode Header Completion Behaviour


From: Alexander Adolf
Subject: Re: Facilitate Customisation of Message-Mode Header Completion Behaviour
Date: Wed, 09 Mar 2022 18:12:30 +0100

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 via email to

[Prev in Thread] Current Thread [Next in Thread]