From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22107 Path: main.gmane.org!not-for-mail From: John Saylor Newsgroups: gmane.emacs.gnus.general Subject: Re: Is anyone using agent? Date: 28 Mar 1999 21:55:46 -0500 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 1035160087 26395 80.91.224.250 (21 Oct 2002 00:28:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:28:07 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA14703 for ; Sun, 28 Mar 1999 21:57:05 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB20703; Sun, 28 Mar 1999 20:56:33 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 28 Mar 1999 20:57:00 -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 UAA12152 for ; Sun, 28 Mar 1999 20:56:51 -0600 (CST) Original-Received: from office.saylor.bogus (jsaylor.ne.mediaone.net [24.128.39.138]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA14674 for ; Sun, 28 Mar 1999 21:56:43 -0500 (EST) Original-Received: (from jsaylor@localhost) by office.saylor.bogus (8.9.2/8.9.2) id VAA00493; Sun, 28 Mar 1999 21:55:46 -0500 (EST) Original-To: lconrad@world.std.com X-Home-Page: http://people.ne.mediaone.net/jsaylor/ In-Reply-To: lconrad@world.std.com's message of "28 Mar 1999 21:09:10 -0500" Original-Lines: 32 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22107 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22107 Hi >>>>> "l" == lconrad writes: [x] l> (setq nnmail-spool-file "~/Mailbox") Could be a syntax issue, I think gnus expects an alist. Mine looks like this [pgnus 80]: (setq nnmail-spool-file '((pop :server "pop.server" :user "jsaylor") (file :path "/var/spool/mail/jsaylor"))) Accordingly, I would rewrite it like this: (setq nnmail-spool-file '((file :path (expand-file-name "~/Mailbox")))) [also adding the expand-file-name call to ~/Mailbox to avoid twiddle problems] Good luck! -- \js "Oh my! An `inflammatory attitude' in alt.flame? Never heard of such a thing..." -- Allen Gwinn, allen@sulaco.Sigma.COM