emacs-devel
[Top][All Lists]
Advanced

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

Re: Committing new smtpmail.el later tonight


From: Lars Magne Ingebrigtsen
Subject: Re: Committing new smtpmail.el later tonight
Date: Wed, 22 Jun 2011 21:24:00 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Ted Zlatanov <address@hidden> writes:

> At least for netrc files, :create should DTRT as you describe.  It's
> used that way in nnimap.el:

If I had

machine foo port bar login zot

and used

(auth-source-search :max 1
                     :host "foo"
                     :port "bar"
                     :require '(:user :secret))

it wouldn't return anything,

and if I added

                     :create t

then it would prompt for both the user name and the secret.

I think my latest changes to auth-source fixes this, but I'd appreciate
it if you'd go over the changes and check whether I was misunderstanding
something in the code.  :-)
                     
-- 
(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]