Gnus development mailing list
 help / color / mirror / Atom feed
* POP mail bug in rgnus 0.72
@ 1996-11-30 17:01 Andreas Kaempf
  1996-12-01  6:25 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Kaempf @ 1996-11-30 17:01 UTC (permalink / raw)



well i just tried out the latest rgnus and i still am having the pop
mail password problem and now lisp code that was working in rgnus 0.66
is not working in 0.72... actually it was working in 0.71 but the pop
password did not work in 0.71...

what happens is that when queuried for the pop password i supply it
and then it goes off and does some processing and then i am prompted
for the pop password again... gnus then goes and retrieves my email
properly...

now a new wrinkle is that in my .gnus the portion that is used to
remember the password comes up with a syntax error of:

invalid function (unless)...

when i comment that portion out all is well but the password does not
get remember...

here is my .gnus portion for the pop password:

;;  read mail 

(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")
(autoload 'nnmail-read-passwd "nnmail")
;;(unless (and (boundp 'nnmail-pop-password)
;;		nnmail-pop-password)
(setq nnmail-pop-passwd
	(nnmail-read-passwd "Enter POP password: "))

notice i had to comment out the unless portion to get gnus to work...

thanks for any help in advance...
andreas

   Steller Computer Consultants	 	Andreas Kaempf
	P.O. BOX 3873			 603-595-7461
     Nashua, NH 03062  USA	      andreas@sccon.com
.....................................................
Fragen Sie nicht, was Ihr Computer fuer Sie tun kann.
Fragen Sie, was Sie fuer Ihren Computer tun koennen.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: POP mail bug in rgnus 0.72
  1996-11-30 17:01 POP mail bug in rgnus 0.72 Andreas Kaempf
@ 1996-12-01  6:25 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-12-01  6:25 UTC (permalink / raw)


Andreas Kaempf <andreas@sccon.com> writes:

> now a new wrinkle is that in my .gnus the portion that is used to
> remember the password comes up with a syntax error of:
> 
> invalid function (unless)...

Say:

(require 'cl) 

first.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-12-01  6:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-30 17:01 POP mail bug in rgnus 0.72 Andreas Kaempf
1996-12-01  6:25 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).