From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8857 Path: main.gmane.org!not-for-mail From: andreas@sccon.com Newsgroups: gmane.emacs.gnus.general Subject: possible pop password broken Date: Wed, 20 Nov 1996 13:20:41 -0500 Message-ID: <199611201820.NAA19360@jet-sun.med.iacnet.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.93) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035148969 14862 80.91.224.250 (20 Oct 2002 21:22:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:22:49 +0000 (UTC) Return-Path: Original-Received: (qmail 1589 invoked from smtpd); 20 Nov 1996 18:40:10 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 20 Nov 1996 18:40:09 -0000 Original-Received: from jet-sun.med.iacnet.com (jet-sun.med.iacnet.com [140.244.8.10]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 20 Nov 1996 19:21:48 +0100 Original-Received: by jet-sun.med.iacnet.com (SMI-8.6/SMI-SVR4) id NAA19360; Wed, 20 Nov 1996 13:20:41 -0500 Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:8857 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8857 hi all... i just downloaded rgnus 0.66 and tried it out and found that something that was working the last time i remembered is not working now.... i have the following code in my .gnus to remember my pop password but i get the following error message... (setq gnus-secondary-select-methods '((nnml ""))) (setq nnmail-spool-file "po:scc-ak") (setq nnmail-pop-password-required t) ;; remember POP password once given at startup (autoload 'ange-ftp-read-passwd "ange-ftp") (if (not nnmail-pop-password) (setq nnmail-pop-password (ange-ftp-read-passwd "Enter POP password: "))) i get the following error: Signaling: (error "Error in ~/.gnus: (void-variable nnmail-pop-password)") now i thought i remembered from a post of Lars that this was supposed to be fixed in rgnus... i there for commented out the nnmail-pop-password references in regards to ange-ftp but the password does not get remembered... so... what am i doing wrong here... :) any help is appreciated... cheers, andreas