unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master cfabaca: Include To and Cc headers when forwarding with Message
       [not found] ` <20190628130146.007AF21188@vcs0.savannah.gnu.org>
@ 2019-06-28 21:21   ` Štěpán Němec
  2019-06-29  9:20     ` Yuri Khan
  0 siblings, 1 reply; 4+ messages in thread
From: Štěpán Němec @ 2019-06-28 21:21 UTC (permalink / raw)
  To: emacs-devel; +Cc: Lars Ingebrigtsen


> branch: master
> commit cfabacae02499f28f2cf9ec41d41df7567fd0124
> Author: Lars Ingebrigtsen <larsi@gnus.org>
> Commit: Lars Ingebrigtsen <larsi@gnus.org>

[...]

> diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
> index 986567f..ad3cffc 100644
> --- a/lisp/gnus/message.el
> +++ b/lisp/gnus/message.el
> @@ -626,7 +626,7 @@ This may also be a list of regexps."
>  		 regexp))
>  
>  (defcustom message-forward-included-headers
> -  '("^From:" "^Subject:" "^Date:")
> +  '("^From:" "^Subject:" "^Date:" "^To:" "^CC:")

                                              ^^

I think you meant "^Cc:" there?

  Š.



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

* Re: master cfabaca: Include To and Cc headers when forwarding with Message
  2019-06-28 21:21   ` master cfabaca: Include To and Cc headers when forwarding with Message Štěpán Němec
@ 2019-06-29  9:20     ` Yuri Khan
  2019-06-29  9:33       ` Štěpán Němec
  0 siblings, 1 reply; 4+ messages in thread
From: Yuri Khan @ 2019-06-29  9:20 UTC (permalink / raw)
  To: Štěpán Němec; +Cc: Lars Ingebrigtsen, Emacs developers

On Sat, Jun 29, 2019 at 4:25 AM Štěpán Němec <stepnem@gmail.com> wrote:

> >  (defcustom message-forward-included-headers
> > -  '("^From:" "^Subject:" "^Date:")
> > +  '("^From:" "^Subject:" "^Date:" "^To:" "^CC:")
>                                               ^^
>
> I think you meant "^Cc:" there?

Message header names are defined as case-insensitive by RFC 5322 (and
2822 and 822 before that), so this should not matter. The code in
message.el let-binds case-fold-search to t around the use of this
variable.



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

* Re: master cfabaca: Include To and Cc headers when forwarding with Message
  2019-06-29  9:20     ` Yuri Khan
@ 2019-06-29  9:33       ` Štěpán Němec
  2019-06-29 10:07         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Štěpán Němec @ 2019-06-29  9:33 UTC (permalink / raw)
  To: Yuri Khan; +Cc: Lars Ingebrigtsen, Emacs developers

On Sat, 29 Jun 2019 16:20:47 +0700
Yuri Khan wrote:

> Message header names are defined as case-insensitive by RFC 5322 (and
> 2822 and 822 before that), so this should not matter. The code in
> message.el let-binds case-fold-search to t around the use of this
> variable.

I know. Still, I think it's a typo worth fixing (although now I really
am wondering if the noise was worth it, indeed).

-- 
Štěpán



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

* Re: master cfabaca: Include To and Cc headers when forwarding with Message
  2019-06-29  9:33       ` Štěpán Němec
@ 2019-06-29 10:07         ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-06-29 10:07 UTC (permalink / raw)
  To: Štěpán Němec; +Cc: Emacs developers, Yuri Khan

Štěpán Němec <stepnem@gmail.com> writes:

>> Message header names are defined as case-insensitive by RFC 5322 (and
>> 2822 and 822 before that), so this should not matter. The code in
>> message.el let-binds case-fold-search to t around the use of this
>> variable.
>
> I know. Still, I think it's a typo worth fixing (although now I really
> am wondering if the noise was worth it, indeed).

Hey, a couple of emails don't cost much.  :-)  I've now fixed this.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

end of thread, other threads:[~2019-06-29 10:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20190628130143.10719.45341@vcs0.savannah.gnu.org>
     [not found] ` <20190628130146.007AF21188@vcs0.savannah.gnu.org>
2019-06-28 21:21   ` master cfabaca: Include To and Cc headers when forwarding with Message Štěpán Němec
2019-06-29  9:20     ` Yuri Khan
2019-06-29  9:33       ` Štěpán Němec
2019-06-29 10:07         ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).