From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76593 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source.el API change: Gnus and Emacs sync Date: Fri, 11 Feb 2011 16:06:44 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87sjvuw7ij.fsf@lifelogs.com> References: <87oc6j8qjt.fsf@lifelogs.com> <87k4h7us1r.fsf@geneva.hpsy.me> <877hd68xtd.fsf@lifelogs.com> <87fwruuv9h.fsf@geneva.hpsy.me> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297462039 8954 80.91.229.12 (11 Feb 2011 22:07:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2011 22:07:19 +0000 (UTC) Cc: To: Joseph Gay Original-X-From: ding-owner+M24937@lists.math.uh.edu Fri Feb 11 23:07:14 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 1Po190-00005e-9j for ding-account@gmane.org; Fri, 11 Feb 2011 23:07:14 +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 1Po18i-0001Qk-HB; Fri, 11 Feb 2011 16:06:56 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Po18g-0001QO-BX for ding@lists.math.uh.edu; Fri, 11 Feb 2011 16:06:54 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Po18f-00042B-6i for ding@lists.math.uh.edu; Fri, 11 Feb 2011 16:06:54 -0600 Original-Received: from chirelay1o.jumptrading.com ([38.98.147.153] helo=chirelay1.jumptrading.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Po18e-0001Hr-7N for ding@gnus.org; Fri, 11 Feb 2011 23:06:52 +0100 Original-Received: from chirelay1.jumptrading.com (unknown [127.0.0.1]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 491A3320039 for ; Fri, 11 Feb 2011 16:06:46 -0600 (CST) X-AuditID: 26629395-a43c9bb000000989-24-4d55b2f6b2a8 Original-Received: from chiexchange02.w2k.jumptrading.com (unknown [38.98.147.140]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 18B522DC009 for ; Fri, 11 Feb 2011 16:06:46 -0600 (CST) Original-Received: from internalsmtp.w2k.jumptrading.com (10.2.4.29) by chiexchange02.w2k.jumptrading.com (10.2.4.71) with Microsoft SMTP Server id 8.1.291.1; Fri, 11 Feb 2011 16:06:45 -0600 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com ([10.2.14.81]) by internalsmtp.w2k.jumptrading.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 11 Feb 2011 16:06:45 -0600 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <87fwruuv9h.fsf@geneva.hpsy.me> (Joseph Gay's message of "Fri, 11 Feb 2011 15:16:42 -0600") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-OriginalArrivalTime: 11 Feb 2011 22:06:45.0546 (UTC) FILETIME=[F8BED8A0:01CBCA37] X-Brightmail-Tracker: AAAAAA== X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76593 Archived-At: On Fri, 11 Feb 2011 15:16:42 -0600 Joseph Gay wrote: JG> 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: JG> [...] TZ> The Secrets API backend works similarly. JG> That sounds great. I believe it will allow me to clear up an ugly hack JG> in my own config wherein I access IMAP on two separate accounts from the JG> same machine. Yeah. Say you have two nnimap servers, A and B. Then your authinfo lines will be machine A login you password ??? machine B login you password ??? and nnimap will automatically use the nnimap server name in addition to the actual host name. Ted