From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10578 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:10:11 +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=US-ASCII X-Trace: main.gmane.org 1035150425 25193 80.91.224.250 (20 Oct 2002 21:47:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:47:05 +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 LAA10654 for ; Sun, 6 Apr 1997 11:16:32 -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:10:50 +0200 Original-Received: (qmail 15015 invoked by uid 504); 6 Apr 1997 18:08:20 -0000 Original-Received: (qmail 15012 invoked from network); 6 Apr 1997 18:08:18 -0000 Original-Received: from abel.metis.no (HELO gw.metis.no) (193.90.64.1) by claymore.vcinet.com with SMTP; 6 Apr 1997 18:08:17 -0000 Original-Received: by gw.metis.no (8.8.4/8.8.4) with ESMTP id UAA07150; Sun, 6 Apr 1997 20:10:13 +0200 (MET DST) Original-Received: by mailhub.metis.no (8.8.4/8.8.4) with ESMTP id UAA21652; Sun, 6 Apr 1997 20:10:13 +0200 (MET DST) Original-Received: by norne.metis.no (8.8.4/8.8.4) id UAA15921; Sun, 6 Apr 1997 20:10:12 +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: 28 X-Mailer: Gnus v5.4.25/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10578 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10578 >>>>> 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. Please disregard an earlier error report on this! It works fine on GNU Emacs 19.34, Gnus 5.4.25, except that my current variable settings asks me for my password twice (once for movemail presumably, and once for pop3. Any tips as to how to get rid of one of them?). Trying to accomodate Xemacs, I had temporarily removed Gnus 5.4.25 from the load-path of GNU Emacs 19.34, so I was running 5.3 there instead (what exactly are the incompatibles of .elc files of Xemacs 19.15 and GNU Emacs 19.34? Do the latter need Lars' patches to coexist?). I would very much like to share elisp between the two. - Steinar