From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30089 Path: main.gmane.org!not-for-mail From: Thomas Hippensteele Newsgroups: gmane.emacs.gnus.general Subject: Double mail download, v5.8.4 Date: 21 Apr 2000 10:04:13 -1000 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166664 6602 80.91.224.250 (21 Oct 2002 02:17:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:17:44 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 490BFD051E for ; Fri, 21 Apr 2000 16:05:33 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB24993; Fri, 21 Apr 2000 15:05:31 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Apr 2000 15:04:53 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA06438 for ; Fri, 21 Apr 2000 15:04:44 -0500 (CDT) Original-Received: from leka.aloha.net (mail.aloha.net [204.94.112.37]) by mailhost.sclp.com (Postfix) with ESMTP id 8AFFDD051E for ; Fri, 21 Apr 2000 16:04:59 -0400 (EDT) Original-Received: from ALOHA (cvx01-760.gst.aloha.net [204.94.119.252]) by leka.aloha.net (8.9.3/8.9.3) with ESMTP id KAA19360 for ; Fri, 21 Apr 2000 10:04:51 -1000 (HST) Original-To: ding@gnus.org Original-Lines: 54 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30089 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30089 Hello. This morning I made some changes on how I download mail, and now Gnus insists on writing all my Pop mail to the crashbox instead of my nnmail folders. Probably a configuration problem. The changes: I now use Rmail, managed with Epop3mail, to download mail from the company mail server to Emacs at home. Gnus is now only for my personal account. Now, suddenly, when I start Gnus it writes all of my mail to the crashbox. I have to restart it to get the mail from there to the nnmail folders. Configuration from .gnus follows: ------------------- (setq gnus-select-method '(nntp "my.news.server")) (setq user-mail-address "me@network.name") (load-library "smtpmail") (setq smtpmail-default-smtp-server "my.mail.server") (setq smtpmail-local-domain nil) (setq send-mail-function 'smtpmail-send-it) (setq smtpmail-smtp-server "my.mail.server") (load-library "message") (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-debug-info nil) (setq gnus-secondary-select-methods '((nnml "my.mail.server"))) (setq gnus-message-archive-group "mail.SENT") (setq gnus-large-newsgroup nil) (setq nnml-spool-file "po:me@network.name") (setq mail-sources '((pop :server "my.mail.server" :user "me" :password "mypassword"))) (setq nnmail-split-methods '( ("mail.DingList" ".*ding@.*") ("mail.JDE" ".*JDE.*") (etc.,etc.,etc.,) ------------------ Anyone have an idea what could be going wrong? Thanks, -- Tom Hippensteele