From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10577 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: using pop3.el instead of Date: 06 Apr 1997 20:00:40 +0200 Sender: sb@norne.metis.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035150424 25184 80.91.224.250 (20 Oct 2002 21:47:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:47:04 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id LAA10645 for ; Sun, 6 Apr 1997 11:12:19 -0700 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sun, 6 Apr 1997 20:01:26 +0200 Original-Received: (qmail 14986 invoked by uid 504); 6 Apr 1997 17:58:56 -0000 Original-Received: (qmail 14983 invoked from network); 6 Apr 1997 17:58:55 -0000 Original-Received: from abel.metis.no (HELO gw.metis.no) (193.90.64.1) by claymore.vcinet.com with SMTP; 6 Apr 1997 17:58:53 -0000 Original-Received: by gw.metis.no (8.8.4/8.8.4) with ESMTP id UAA07146; Sun, 6 Apr 1997 20:00:43 +0200 (MET DST) Original-Received: by mailhub.metis.no (8.8.4/8.8.4) with ESMTP id UAA21620; Sun, 6 Apr 1997 20:00:43 +0200 (MET DST) Original-Received: by norne.metis.no (8.8.4/8.8.4) id UAA15915; Sun, 6 Apr 1997 20:00:42 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Stainless Steel Rat's message of 04 Apr 1997 18:09:28 -0500 Original-Lines: 38 X-Mailer: Gnus v5.3/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10577 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10577 >>>>> Stainless Steel Rat : >>>>> "SB" == Steinar Bang writes: SB> Neither the Gnus manual, nor the Gnus FAQ, is very helpful on how to SB> go about using pop3.el instead of movemail. > (setq nnmail-movemail-program 'nnmail-pop3-movemail) > That's it. Everything should just work at that point if you are > properly set up to get mail from a POP maildrop. Hm... this makes Gnus come up with the following, after first reading the active file from the primary news server, and then prompting for my pop password: Signaling: (wrong-type-argument stringp nnmail-pop3-movemail) expand-file-name(nnmail-pop3-movemail "/opt/pub/libexec/emacs/19.34/sparc-sun-solaris2.4/") nnmail-move-inbox("po:sb") nnmail-get-new-mail(nnml nnml-save-nov "~/Mail/" nil) nnml-request-scan(nil "") gnus-request-scan(nil (nnml "")) gnus-read-active-file() gnus-setup-news(nil nil nil) byte-code("„ gnus(nil) call-interactively(gnus) execute-extended-command(nil) call-interactively(execute-extended-command) Checking the value of nnmail-pop3-movemail. Not a function, not a variable. Is a (require 'pop3) necessary somewhere? Hm... maybe if I try (setq nnmail-movemail-program pop3-movemail) instead...?