Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: ding@gnus.org
Subject: Re: auth-source-search
Date: Tue, 15 Mar 2011 17:41:32 +0100	[thread overview]
Message-ID: <m3d3lsfi9v.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <87r5agpakb.fsf@lifelogs.com>

Ted Zlatanov <tzz@lifelogs.com> writes:

> How about this implementation:
>
> (defun auth-source-pick-first-secret (spec)
>   "Pick the first secret found from applying SPEC to `auth-source-search'."
>   (let* ((result (nth 0 (apply 'auth-source-search spec)))
>          (secret (plist-get result :secret)))
>
>     (if (functionp secret)
>         (funcall secret)
>       secret)))
>
> Is that OK with you?

Yes; looks good.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




  parent reply	other threads:[~2011-03-15 16:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-03 16:11 auth-source-search Richard Riley
2011-03-03 20:00 ` auth-source-search Richard Riley
2011-03-03 22:14   ` auth-source-search Ted Zlatanov
2011-03-04 10:10     ` auth-source-search Richard Riley
2011-03-04 14:55       ` auth-source-search Ted Zlatanov
2011-03-05 10:21         ` auth-source-search Lars Magne Ingebrigtsen
2011-03-07 17:44           ` auth-source-search Ted Zlatanov
2011-03-09 15:39             ` auth-source-search Ted Zlatanov
     [not found]               ` <14vczs2spa.fsf@news.eternal-september.org>
2011-03-09 17:38                 ` auth-source-search Ted Zlatanov
2011-03-15 16:41               ` Lars Magne Ingebrigtsen [this message]
2011-03-09 15:35         ` auth-source-search Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3d3lsfi9v.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).