Gnus development mailing list
 help / color / mirror / Atom feed
From: XeCycle <XeCycle@Gmail.com>
To: ding@gnus.org
Subject: Re: Bug: auth-sources not set before retrieving authinfo
Date: Mon, 11 Jun 2012 12:26:06 +0800	[thread overview]
Message-ID: <871ulmscdd.fsf@xc.laptop> (raw)
In-Reply-To: <87vcizasql.fsf@lifelogs.com>

[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]

Ted Zlatanov <tzz@lifelogs.com> writes:

[...]

> You can also structure `auth-sources' so a specific host is found in
> ~/.authinfo but all others come from ~/.authinfo.gpg.
>
> First in the list, put the ~/.authinfo entry, and add an extra parameter
> "host: regex" with `M-x customize-variable'.  The equivalent Lisp:
>
> #+begin_src lisp
> (setq auth-sources '((:source "~/.authinfo" :host "yourhost" :port t)
>                      (:source "~/.authinfo.gpg" :host t :port t)))
>
> #+end_src
>
> Let me know if it works OK for you or not.

Sadly it doesn't.  It seems to try all sources.

I've set it to this:

--8<---------------cut here---------------start------------->8---
(setq auth-sources '((:source "/dev/null" :host "localhost")
                     (:source "~/.authinfo.gpg" :host t)))
--8<---------------cut here---------------end--------------->8---

It still asks me for that.

-- 
Carl Lei (XeCycle)
Department of Physics, Shanghai Jiao Tong University
OpenPGP public key: 7795E591
Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591

[-- Attachment #2: Type: application/pgp-signature, Size: 489 bytes --]

  reply	other threads:[~2012-06-11  4:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04  8:56 XeCycle
2012-06-06  3:55 ` XeCycle
2012-12-23  2:35   ` Ted Zlatanov
2012-06-10 19:02 ` Lars Magne Ingebrigtsen
2012-06-10 19:09   ` Ted Zlatanov
2012-06-11  4:26     ` XeCycle [this message]
2012-07-18 14:13       ` Ted Zlatanov
2012-12-23  2:37         ` Ted Zlatanov
2012-06-11  4:03   ` XeCycle

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=871ulmscdd.fsf@xc.laptop \
    --to=xecycle@gmail.com \
    --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).