From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76591 Path: news.gmane.org!not-for-mail From: Joseph Gay Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source.el API change: Gnus and Emacs sync Date: Fri, 11 Feb 2011 15:16:42 -0600 Message-ID: <87fwruuv9h.fsf@geneva.hpsy.me> References: <87oc6j8qjt.fsf@lifelogs.com> <87k4h7us1r.fsf@geneva.hpsy.me> <877hd68xtd.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297459052 25284 80.91.229.12 (11 Feb 2011 21:17:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2011 21:17:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24935@lists.math.uh.edu Fri Feb 11 22:17:28 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Po0Mp-00025R-2r for ding-account@gmane.org; Fri, 11 Feb 2011 22:17:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Po0MF-0001Bf-MB; Fri, 11 Feb 2011 15:16:51 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Po0MC-0001BK-KP for ding@lists.math.uh.edu; Fri, 11 Feb 2011 15:16:48 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Po0MA-0001Vh-Qi for ding@lists.math.uh.edu; Fri, 11 Feb 2011 15:16:48 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Po0M9-0000Ye-HA for ding@gnus.org; Fri, 11 Feb 2011 22:16:45 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Po0M9-0001fD-Be for ding@gnus.org; Fri, 11 Feb 2011 22:16:45 +0100 Original-Received: from 75-143-92-146.dhcp.aubn.al.charter.com ([75.143.92.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Feb 2011 22:16:45 +0100 Original-Received: from gilleylen by 75-143-92-146.dhcp.aubn.al.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Feb 2011 22:16:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 75-143-92-146.dhcp.aubn.al.charter.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:2MYeY2Ku2rHdZf0gSZU4CyIjTRc= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76591 Archived-At: Ted Zlatanov writes: TZ> Yes. The default keys which all backends should respect are :host, TZ> :port, and :user. The netrc backend maps them to machine or host; port TZ> or protocol; user or login or account respectively. So for example: [...] TZ> The Secrets API backend works similarly. That sounds great. I believe it will allow me to clear up an ugly hack in my own config wherein I access IMAP on two separate accounts from the same machine.