emacs-devel
[Top][All Lists]
Advanced

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

Re: master 1f24519 1/2: Allow storing SMTP variables when queueing mail


From: Robert Pluim
Subject: Re: master 1f24519 1/2: Allow storing SMTP variables when queueing mail
Date: Thu, 12 Aug 2021 11:34:21 +0200

>>>>> On Fri, 23 Jul 2021 14:18:34 -0400 (EDT), larsi@gnus.org (Lars 
>>>>> Ingebrigtsen) said:
    Lars>  (defun message-multi-smtp-send-mail ()
    Lars>    "Send the current buffer to `message-send-mail-function'.
    Lars> @@ -4937,7 +4938,8 @@ that instead."
    Lars>       (message-send-mail-with-sendmail))
    Lars>         ((equal (car method) "smtp")
    Lars>       (require 'smtpmail)
    Lars> -     (let* ((smtpmail-smtp-server (nth 1 method))
    Lars> +     (let* ((smtpmail-store-queue-variables t)
    Lars> +               (smtpmail-smtp-server (nth 1 method))
    Lars>              (service (nth 2 method))
    Lars>              (port (string-to-number service))
    Lars>              ;; If we're talking to the TLS SMTP port, then force a

Why is smtpmail-store-queue-variables unconditionally bound to t here?
The user might be queuing mail, but not want to store the variables, no?

Robert
-- 



reply via email to

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