all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] master 3a59cc8: * lisp/gnus/message.el: Reduce redundancy with send-mail-function
       [not found] ` <20190730203707.30E6220C0A@vcs0.savannah.gnu.org>
@ 2019-08-01 14:43   ` Basil L. Contovounesios
  2019-08-01 17:30     ` Eli Zaretskii
  2019-08-01 20:55     ` Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Basil L. Contovounesios @ 2019-08-01 14:43 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Monnier

monnier@iro.umontreal.ca (Stefan Monnier) writes:

> branch: master
> commit 3a59cc84069376802ba8fd731b524d78db58262c
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Commit: Stefan Monnier <monnier@iro.umontreal.ca>
>
>     * lisp/gnus/message.el: Reduce redundancy with send-mail-function

[...]

>     (message-sendmail-f-is-evil): Obey mail-specify-envelope-from if available.

[...]

> -(defcustom message-sendmail-f-is-evil nil
> +(defcustom message-sendmail-f-is-evil
> +  (if (boundp 'mail-specify-envelope-from)
> +      (not mail-specify-envelope-from)
> +    nil)

This change of default value deserves a :version tag, right?

Thanks,

-- 
Basil



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

* Re: [Emacs-diffs] master 3a59cc8: * lisp/gnus/message.el: Reduce redundancy with send-mail-function
  2019-08-01 14:43   ` [Emacs-diffs] master 3a59cc8: * lisp/gnus/message.el: Reduce redundancy with send-mail-function Basil L. Contovounesios
@ 2019-08-01 17:30     ` Eli Zaretskii
  2019-08-01 20:55     ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2019-08-01 17:30 UTC (permalink / raw)
  To: Basil L. Contovounesios; +Cc: monnier, emacs-devel

> From: "Basil L. Contovounesios" <contovob@tcd.ie>
> Date: Thu, 01 Aug 2019 17:43:41 +0300
> Cc: Stefan Monnier <monnier@iro.umontreal.ca>
> 
> > -(defcustom message-sendmail-f-is-evil nil
> > +(defcustom message-sendmail-f-is-evil
> > +  (if (boundp 'mail-specify-envelope-from)
> > +      (not mail-specify-envelope-from)
> > +    nil)
> 
> This change of default value deserves a :version tag, right?

Yes, definitely.



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

* Re: [Emacs-diffs] master 3a59cc8: * lisp/gnus/message.el: Reduce redundancy with send-mail-function
  2019-08-01 14:43   ` [Emacs-diffs] master 3a59cc8: * lisp/gnus/message.el: Reduce redundancy with send-mail-function Basil L. Contovounesios
  2019-08-01 17:30     ` Eli Zaretskii
@ 2019-08-01 20:55     ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2019-08-01 20:55 UTC (permalink / raw)
  To: Basil L. Contovounesios; +Cc: emacs-devel

>> -(defcustom message-sendmail-f-is-evil nil
>> +(defcustom message-sendmail-f-is-evil
>> +  (if (boundp 'mail-specify-envelope-from)
>> +      (not mail-specify-envelope-from)
>> +    nil)
>
> This change of default value deserves a :version tag, right?

Indeed, thanks,


        Stefan




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

end of thread, other threads:[~2019-08-01 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20190730203706.23110.52714@vcs0.savannah.gnu.org>
     [not found] ` <20190730203707.30E6220C0A@vcs0.savannah.gnu.org>
2019-08-01 14:43   ` [Emacs-diffs] master 3a59cc8: * lisp/gnus/message.el: Reduce redundancy with send-mail-function Basil L. Contovounesios
2019-08-01 17:30     ` Eli Zaretskii
2019-08-01 20:55     ` Stefan Monnier

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.