emacs-devel
[Top][All Lists]
Advanced

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

Re: master cfabaca: Include To and Cc headers when forwarding with Messa


From: Yuri Khan
Subject: Re: master cfabaca: Include To and Cc headers when forwarding with Message
Date: Sat, 29 Jun 2019 16:20:47 +0700

On Sat, Jun 29, 2019 at 4:25 AM Štěpán Němec <address@hidden> 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.



reply via email to

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