Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: Releasing the new nnimap on y'all soon
Date: Tue, 21 Sep 2010 12:08:18 -0500	[thread overview]
Message-ID: <87bp7r6n3x.fsf@lifelogs.com> (raw)
In-Reply-To: <m3y6av9j36.fsf@quimbies.gnus.org>

On Tue, 21 Sep 2010 18:06:53 +0200 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Ted Zlatanov <tzz@lifelogs.com> writes:
>> `auth-source-create' already does this.  It's invoked when the
>> CREATE-IF-MISSING parameter to `auth-source-user-or-password' is set.
>> There's also a DELETE-EXISTING parameter there.

LMI> CREATE-IF-MISSING is being passed to the thing, but it doesn't save
LMI> anything for me.

It only creates if your sources include the Secrets API.  See
`auth-source-create'.

>> So `auth-source-create' needs to be augmented to support netrc saves, I
>> think, to provide the requested features.  It's not hard so I'll get to
>> it eventually unless someone beats me to it.

LMI> Even though a netrc file exists, shouldn't it save new passwords to the
LMI> .gpg file?

No, it will save to whatever is in the spec.  So if the spec says
'secrets then it saves to Secrets API (this is working thanks to help
from Michael Albinus).  If the spec says "filename" it saves to the
file, encrypted or not (this is not written).  It works on one
auth-sources spec at a time since only the first matching entry is
consulted, so it doesn't know if there are other specs.  It also doesn't
know if the file is encrypted or not--like I said I tried to keep
auth-source.el separate from the encryption/decryption layer.

Ted




  reply	other threads:[~2010-09-21 17:08 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 16:09 Lars Magne Ingebrigtsen
2010-09-17 16:19 ` Lars Magne Ingebrigtsen
2010-09-17 16:50   ` Dan Christensen
2010-09-17 17:33     ` Lars Magne Ingebrigtsen
2010-09-18 17:33       ` Knut Anders Hatlen
2010-09-18 17:38         ` Lars Magne Ingebrigtsen
2010-09-18 18:04           ` Lars Magne Ingebrigtsen
2010-09-18 20:03             ` Knut Anders Hatlen
2010-09-18 20:07               ` Lars Magne Ingebrigtsen
2010-09-18 20:22                 ` Knut Anders Hatlen
2010-09-18 20:39                   ` Lars Magne Ingebrigtsen
2010-09-18 20:50                     ` Knut Anders Hatlen
2010-09-18 20:44                   ` Knut Anders Hatlen
2010-09-18 20:48                     ` Lars Magne Ingebrigtsen
2010-09-18 20:59                       ` Knut Anders Hatlen
2010-09-18 20:56                     ` Lars Magne Ingebrigtsen
2010-09-18 21:03                       ` Knut Anders Hatlen
2010-09-18 21:06                         ` Lars Magne Ingebrigtsen
2010-09-18 22:46                       ` Knut Anders Hatlen
2010-09-19  1:05                         ` Lars Magne Ingebrigtsen
2010-09-19  8:03                           ` Knut Anders Hatlen
2010-09-17 16:56   ` Knut Anders Hatlen
2010-09-17 17:49     ` Knut Anders Hatlen
2010-09-17 18:35       ` Lars Magne Ingebrigtsen
2010-09-17 18:44         ` Lars Magne Ingebrigtsen
2010-09-17 19:12           ` Knut Anders Hatlen
2010-09-17 19:15             ` Lars Magne Ingebrigtsen
2010-09-17 18:46         ` Knut Anders Hatlen
2010-09-17 18:51           ` Lars Magne Ingebrigtsen
2010-09-17 18:09     ` Lars Magne Ingebrigtsen
2010-09-17 18:20       ` Lars Magne Ingebrigtsen
2010-09-17 18:31         ` Lars Magne Ingebrigtsen
2010-09-17 19:20       ` Knut Anders Hatlen
2010-09-17 20:16         ` Lars Magne Ingebrigtsen
2010-09-17 20:22           ` Lars Magne Ingebrigtsen
2010-09-17 20:54             ` Steinar Bang
2010-09-23  8:05         ` Knut Anders Hatlen
2010-09-23 16:37           ` Lars Magne Ingebrigtsen
2010-09-17 19:46   ` Knut Anders Hatlen
2010-09-17 19:59     ` Lars Magne Ingebrigtsen
2010-09-17 21:02       ` Knut Anders Hatlen
2010-09-18 12:09         ` Lars Magne Ingebrigtsen
2010-09-18 12:12           ` Lars Magne Ingebrigtsen
2010-09-18 15:35         ` Lars Magne Ingebrigtsen
2010-09-18 16:15           ` Knut Anders Hatlen
2010-09-18 16:34             ` Knut Anders Hatlen
2010-09-18 16:37               ` Lars Magne Ingebrigtsen
2010-09-18 16:59                 ` Knut Anders Hatlen
2010-09-18 17:07                   ` Lars Magne Ingebrigtsen
2010-09-18 17:41                     ` Knut Anders Hatlen
2010-09-18 18:19                       ` Lars Magne Ingebrigtsen
2010-09-18 18:31                         ` Lars Magne Ingebrigtsen
2010-09-18 18:55                           ` Knut Anders Hatlen
2010-09-18 19:11                             ` Lars Magne Ingebrigtsen
2010-09-18 19:36                               ` Knut Anders Hatlen
2010-09-18 19:37                               ` Lars Magne Ingebrigtsen
2010-09-20 10:48   ` Steinar Bang
2010-09-20 12:15   ` "Format specifier doesn't match argument type" error message when exiting nnimap group (Was: Releasing the new nnimap on y'all soon) Steinar Bang
2010-09-20 15:53     ` "Format specifier doesn't match argument type" error message when exiting nnimap group Lars Magne Ingebrigtsen
2010-09-20 16:59       ` Steinar Bang
2010-09-21  8:32         ` Persistent 1 unread count on nnimap group (Was: "Format specifier doesn't match argument type" error message when exiting nnimap group) Steinar Bang
2010-09-21 16:11         ` "Format specifier doesn't match argument type" error message when exiting nnimap group Lars Magne Ingebrigtsen
2010-09-22  8:24           ` Steinar Bang
2010-09-22 12:12             ` Dan Christensen
2010-09-22 16:37               ` Lars Magne Ingebrigtsen
2010-09-22 16:37             ` Lars Magne Ingebrigtsen
2010-09-22 18:28               ` Dan Christensen
2010-09-22 19:19                 ` Lars Magne Ingebrigtsen
2010-09-22 19:35                   ` Dan Christensen
2010-09-22 19:51                     ` Lars Magne Ingebrigtsen
2010-09-22 20:34                       ` Dan Christensen
2010-09-22 21:21                         ` Lars Magne Ingebrigtsen
2010-09-23  0:16                           ` Dan Christensen
2010-09-22 19:53               ` Steinar Bang
2010-09-22 20:10                 ` Lars Magne Ingebrigtsen
2010-09-23  7:13                 ` Steinar Bang
2010-09-23 16:20                   ` Lars Magne Ingebrigtsen
2010-09-23 16:35                     ` Lars Magne Ingebrigtsen
2010-09-23 17:09                       ` Steinar Bang
2010-09-23 17:51                         ` Lars Magne Ingebrigtsen
2010-09-24  8:28                           ` Steinar Bang
2010-09-24 16:17                             ` Lars Magne Ingebrigtsen
2010-09-17 17:05 ` Releasing the new nnimap on y'all soon Steinar Bang
2010-09-17 17:22   ` Steinar Bang
2010-09-17 17:35     ` Lars Magne Ingebrigtsen
2010-09-17 18:01       ` Steinar Bang
2010-09-17 18:54         ` Lars Magne Ingebrigtsen
2010-09-17 19:33           ` Steinar Bang
2010-09-17 19:57             ` Lars Magne Ingebrigtsen
2010-09-17 20:51               ` Steinar Bang
2010-09-17 20:57                 ` Lars Magne Ingebrigtsen
2010-09-17 20:59                   ` Lars Magne Ingebrigtsen
2010-09-17 21:09                     ` Steinar Bang
2010-09-17 21:01                   ` Steinar Bang
2010-09-17 21:09                     ` Adam Sjøgren
2010-09-17 21:27                       ` Adam Sjøgren
2010-09-17 21:45                         ` Adam Sjøgren
2010-09-17 21:50                           ` Adam Sjøgren
2010-09-17 22:01                             ` Lars Magne Ingebrigtsen
2010-09-17 21:34           ` Steinar Bang
2010-09-17 22:23             ` Lars Magne Ingebrigtsen
2010-09-17 22:28               ` Steinar Bang
2010-09-17 22:34                 ` Lars Magne Ingebrigtsen
2010-09-18  5:53                   ` Steinar Bang
2010-09-18  7:40                     ` Steinar Bang
2010-09-18 10:36                       ` Steinar Bang
2010-09-17 21:28 ` Frank Schmitt
2010-09-17 22:03   ` Lars Magne Ingebrigtsen
2010-09-17 22:06     ` Lars Magne Ingebrigtsen
2010-09-17 22:15       ` Lars Magne Ingebrigtsen
2010-09-18  0:47         ` Lars Magne Ingebrigtsen
2010-09-18  1:03           ` Lars Magne Ingebrigtsen
2010-09-18  6:24           ` Ted Zlatanov
2010-09-18  7:05             ` Steinar Bang
2010-09-20  2:31               ` Ted Zlatanov
2010-09-20 16:25                 ` Lars Magne Ingebrigtsen
2010-09-20 17:05                   ` Ted Zlatanov
2010-09-21 16:06                     ` Lars Magne Ingebrigtsen
2010-09-21 17:08                       ` Ted Zlatanov [this message]
2010-09-21 21:34                         ` Lars Magne Ingebrigtsen
2010-09-22 13:33                           ` Ted Zlatanov
2010-09-22 14:25                             ` Michael Albinus
2010-09-22 16:45                               ` Lars Magne Ingebrigtsen
2010-09-18 11:51             ` Lars Magne Ingebrigtsen
2010-09-18 12:28     ` Sebastian Krause
2010-09-18 12:43       ` Lars Magne Ingebrigtsen
2010-09-18 15:54       ` Lars Magne Ingebrigtsen
2010-09-18 16:48 ` Austin F. Frank
2010-09-18 17:01   ` Lars Magne Ingebrigtsen
2010-09-18 21:43 ` Sebastian Krause
2010-09-18 21:51   ` Lars Magne Ingebrigtsen
2010-09-19 15:34     ` Sebastian Krause
2010-09-19 15:41       ` Lars Magne Ingebrigtsen

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=87bp7r6n3x.fsf@lifelogs.com \
    --to=tzz@lifelogs.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).