From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16295 Path: news.gmane.org!not-for-mail From: wgreenhouse-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org (W. Greenhouse) Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus doesn't use nnimap-authinfo-file Date: Wed, 29 May 2013 02:37:57 +0000 Message-ID: <87sj16o6ii.fsf@riseup.net> References: <87ehcqc2t2.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1369795108 17477 80.91.229.3 (29 May 2013 02:38:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 May 2013 02:38:28 +0000 (UTC) To: info-gnus-english-mXXj517/zsQ@public.gmane.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org-mXXj517/zsQ@public.gmane.org Wed May 29 04:38:28 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UhWHU-000579-65 for gegu-info-gnus-english@m.gmane.org; Wed, 29 May 2013 04:38:28 +0200 Original-Received: from localhost ([::1]:36194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhWHT-0004N2-Qb for gegu-info-gnus-english@m.gmane.org; Tue, 28 May 2013 22:38:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhWHK-0004Fh-Le for info-gnus-english-mXXj517/zsQ@public.gmane.org; Tue, 28 May 2013 22:38:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhWHE-0000XQ-Jr for info-gnus-english-mXXj517/zsQ@public.gmane.org; Tue, 28 May 2013 22:38:18 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:47578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhWHE-0000XJ-Db for info-gnus-english-mXXj517/zsQ@public.gmane.org; Tue, 28 May 2013 22:38:12 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UhWHB-0004rA-4G for info-gnus-english-mXXj517/zsQ@public.gmane.org; Wed, 29 May 2013 04:38:09 +0200 Original-Received: from exit.tor.uwaterloo.ca ([198.96.155.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 May 2013 04:38:09 +0200 Original-Received: from wgreenhouse by exit.tor.uwaterloo.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 May 2013 04:38:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 Original-X-Complaints-To: usenet-dbVV3NMTNubNLxjTenLetw@public.gmane.org X-Gmane-NNTP-Posting-Host: exit.tor.uwaterloo.ca X-Archive: encrypt User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:hahpYvgYWwqiPdK3EIb6z+DTGjM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english-mXXj517/zsQ@public.gmane.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org-mXXj517/zsQ@public.gmane.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.gnus.user:16295 Archived-At: Hi, Shnippelson writes: > Hi > > I'm trying to set up gnus but without success. > It is seems to me that gnus doesn't use "nnimap-authinfo-file". > I have the following lines in gnus-init: > > (setq gnus-secondary-select-methods '( > (nnimap "Work" > (nnimap-address "mail.work.ru") > (nnimap-authinfo-file "/home/shnip/.emacs.d/gnus/.authinfo") > (nnimap-stream ssl) > (nnimap-server-port 993)))) > > But gnus reads information from file ~/.authinfo. I can check it by > deleting the file. Current Gnus doesn't have this variable. --8<---------------cut here---------------start------------->8--- (gnus-version) "Gnus v5.13" (require 'nnimap) (boundp 'nnimap-authinfo-file) nil --8<---------------cut here---------------end--------------->8--- Instead, you can customize the variable `auth-sources', which can be multiple files, possibly GPG-encrypted. See (info "(auth) Help for users") for more advice. -- BOFH excuse #387: Your computer's union contract is set to expire at midnight.