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: Lars Ingebrigtsen
Subject: Re: master 1f24519 1/2: Allow storing SMTP variables when queueing mail
Date: Thu, 12 Aug 2021 14:49:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

>     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?

In this case, the data is from the X-Message-SMTP-Method header.  If the
user has used such a header, and is queuing the mail, then the user does
want to store the variables. 

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



reply via email to

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