From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21163 Path: main.gmane.org!not-for-mail From: Urban Engberg Newsgroups: gmane.emacs.gnus.general Subject: Re: pop :program change Date: 12 Feb 1999 08:36:44 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159322 21615 80.91.224.250 (21 Oct 2002 00:15:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:15:22 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA29896 for ; Fri, 12 Feb 1999 02:38:48 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB24444; Fri, 12 Feb 1999 01:37:14 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Feb 1999 01:37:31 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id BAA13430 for ; Fri, 12 Feb 1999 01:37:13 -0600 (CST) Original-Received: from ns.cci.dk (firewall@ns.cci.dk [194.239.27.66]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA29860 for ; Fri, 12 Feb 1999 02:37:05 -0500 (EST) Original-Received: from GATEKEEPER by ns.cci.dk with smtp (Exim 1.92 #1) id 10BDFN-0004T6-00; Fri, 12 Feb 1999 08:42:45 +0100 Original-Received: from INSIDE by gatekeeper; Fri, 12 Feb 1999 08:43:58 +0100 (MET) id (Smail-3.2 1996-Jul-4 #6) Original-Received: by ue. (SMI-8.6/SMI-SVR4) id IAA21402; Fri, 12 Feb 1999 08:36:44 +0100 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "03 Feb 1999 17:08:32 +0100" Original-Lines: 26 User-Agent: Gnus/5.070072 (Pterodactyl Gnus v0.72) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21163 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21163 Going from 0.72, I can't get pop via movemail to work in 0.76, having tried all sorts of different settings. In 0.72, I have been using nnmail-spool-file '("/usr/mail/ue" "po:ue") nnmail-pop-password-required t nnmail-pop-password "xxx" (my MAILHOST environment variable sets the standard pop server). For 0.76, reading the manual, I have been trying e.g. nnmail-spool-file '((file :path "/usr/mail/ue") (pop :program "movemail" :args (format "po:%s %s %s" ue mail-source-crash-box xxx))) nnmail-spool-file '((file :path "/usr/mail/ue") (pop :program "movemail -p ue %t xxx")) but neither is able to retrieve any mail. -- ue@cci.dk