From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66721 Path: news.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss and password handling Date: Tue, 08 Apr 2008 18:37:11 +0200 Message-ID: <8763uswbew.fsf@freemail.hu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207672793 14359 80.91.229.12 (8 Apr 2008 16:39:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2008 16:39:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15204@lists.math.uh.edu Tue Apr 08 18:40:25 2008 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.50) id 1JjGq4-000480-KQ for ding-account@gmane.org; Tue, 08 Apr 2008 18:38:28 +0200 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 1JjGpF-0008Q7-Ns; Tue, 08 Apr 2008 11:37:37 -0500 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 1JjGpE-0008Pr-Ga for ding@lists.math.uh.edu; Tue, 08 Apr 2008 11:37:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JjGp8-0007VX-NJ for ding@lists.math.uh.edu; Tue, 08 Apr 2008 11:37:36 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JjGpI-0000Xu-00 for ; Tue, 08 Apr 2008 18:37:40 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JjGp2-00070E-Ur for ding@gnus.org; Tue, 08 Apr 2008 16:37:24 +0000 Original-Received: from etthundrat.olf.sgsnet.se ([193.11.222.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Apr 2008 16:37:24 +0000 Original-Received: from mange by etthundrat.olf.sgsnet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Apr 2008 16:37:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: etthundrat.olf.sgsnet.se Mail-Copies-To: never Jabber-Id: legoscia@jabber.cd.chalmers.se User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) Cancel-Lock: sha1:TCCaozpWsWwZsv2LRDYxpFjqnUs= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66721 Archived-At: Lynbech Christian writes: > I am tracking some RSS feeds via nnrss which are password protected. Is > there any way to hardwire these passwords, rather than having to type > them in each time I start gnus? The variables url-basic-auth-storage or url-digest-auth-storage should work. Magnus