From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21269 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: pop :program change Date: 19 Feb 1999 13:15:50 +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 1035159406 22145 80.91.224.250 (21 Oct 2002 00:16:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:16:46 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA16180 for ; Fri, 19 Feb 1999 07:22:54 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB27424; Fri, 19 Feb 1999 06:22:07 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 Feb 1999 06:22:20 -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 GAA17129 for ; Fri, 19 Feb 1999 06:21:45 -0600 (CST) Original-Received: from quimbies.gnus.org (larsi@ppp003.uio.no [129.240.240.4]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA16106 for ; Fri, 19 Feb 1999 07:21:33 -0500 (EST) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id NAA05093; Fri, 19 Feb 1999 13:21:02 +0100 Mail-Copies-To: never X-Now-Reading: Italo Calvinos _Usynlige byer_ Original-To: ding@gnus.org In-Reply-To: Urban Engberg's message of "12 Feb 1999 08:36:44 +0100" User-Agent: Gnus/5.070077 (Pterodactyl Gnus v0.77) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > 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))) This has changed in 0.76: `:program' The program to use to fetch mail from the POP server. This is should be a `format'-like string. Here's an example: fetchmail %u@%s -P %p %t The valid format specifier characters are: `t' The name of the file the mail is to be moved to. This must always be included in this string. `s' The name of the server. `P' The port number of the server. `u' The user name to use. `p' The password to use. The values used for these specs are taken from the values you give the corresponding keywords. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen