[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Committing new smtpmail.el later tonight
From: |
Ted Zlatanov |
Subject: |
Re: Committing new smtpmail.el later tonight |
Date: |
Wed, 22 Jun 2011 10:55:26 -0500 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) |
On Wed, 22 Jun 2011 05:52:19 +0300 Eli Zaretskii <address@hidden> wrote:
>> From: Lars Magne Ingebrigtsen <address@hidden>
>> Date: Tue, 21 Jun 2011 23:01:33 +0200
>>
>> `smtpmail-auth-credentials' no longer exists. That variable could be
>> either ~/.authinfo (in which case you're fine -- you won't see any
>> difference), or it could be:
>>
>> - ;;(setq smtpmail-auth-credentials
>> - ;; '(("YOUR SMTP HOST" 25 "username" "password")))
>>
>> If you had that, you will be prompted for a user name and a password,
>> which will then be saved in ~/.authinfo.
EZ> Why do we have to have this incompatibility? Why cannot
EZ> smtpmail-auth-credentials continue be supported, in addition to the
EZ> new ~/.authinfo? E.g., note the value of the variable and
EZ> automatically write ~/.authinfo?
I think that leaves `smtpmail-auth-credentials' in place, where it will
confuse the user. So IMO the conversion should also unset
`smtpmail-auth-credentials'.
I don't know if the extra work is worthwhile, though. The conversion is
trivial and maybe should simply be explained in the auth-source manual.
Ted
- Re: Committing new smtpmail.el later tonight, (continued)
- Re: Committing new smtpmail.el later tonight, Lars Magne Ingebrigtsen, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Robert Pluim, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Eli Zaretskii, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Ted Zlatanov, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Eli Zaretskii, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Lars Magne Ingebrigtsen, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Ted Zlatanov, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Stefan Monnier, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Lars Magne Ingebrigtsen, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Lars Magne Ingebrigtsen, 2011/06/22
- Re: Committing new smtpmail.el later tonight,
Ted Zlatanov <=
- Re: Committing new smtpmail.el later tonight, Eli Zaretskii, 2011/06/22
- Re: Committing new smtpmail.el later tonight, Ted Zlatanov, 2011/06/22
- Re: netrc field encryption in auth-source, Ted Zlatanov, 2011/06/30
- Re: Opportunistic STARTTLS in smtpmail.el, Stefan Monnier, 2011/06/06
- Re: Opportunistic STARTTLS in smtpmail.el, Lars Magne Ingebrigtsen, 2011/06/03