From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45584 Path: main.gmane.org!not-for-mail From: "James H. Cloos Jr." Newsgroups: gmane.emacs.gnus.general Subject: Re: Sending via smtp-mail slow Date: 08 Jul 2002 16:45:49 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026161602 11404 127.0.0.1 (8 Jul 2002 20:53:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2002 20:53:22 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RfVa-0002xo-00 for ; Mon, 08 Jul 2002 22:53:22 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17RfUC-0007HE-00; Mon, 08 Jul 2002 15:51:56 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Jul 2002 15:52:19 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA22628 for ; Mon, 8 Jul 2002 15:52:07 -0500 (CDT) Original-Received: (qmail 22600 invoked by alias); 8 Jul 2002 20:51:39 -0000 Original-Received: (qmail 22594 invoked from network); 8 Jul 2002 20:51:39 -0000 Original-Received: from signup.localnet.com (HELO smtp.localnet.com) (207.251.201.46) by gnus.org with SMTP; 8 Jul 2002 20:51:39 -0000 Original-Received: (qmail 11407 invoked from network); 8 Jul 2002 20:46:56 -0000 Original-Received: from ppp16.tc-1.buf-ch.ny.localnet.com (HELO lugabout.jhcloos.org) (207.251.220.16) by smtp.localnet.com with SMTP; 8 Jul 2002 20:46:56 -0000 Original-Received: from lugabout.jhcloos.org (localhost [127.0.0.1]) by lugabout.jhcloos.org (Postfix on SuSE Linux 7.3 (i386)) with ESMTP id EC4A41018A for ; Mon, 8 Jul 2002 20:45:49 +0000 (GMT) Original-To: ding@gnus.org In-Reply-To: Original-Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45584 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45584 >>>>> "Jesper" == Jesper Harder writes: Jesper> Also, I have found that using nnml for my mail-archive group Jesper> makes sending mail much faster than nnfolder (the default). I tried using nnml for my outpoing archive once and obviously did it wrong as nothing got written to disk. I currently have: (custom-set-variables ;; unrelated stuff elied '(mail-archive-file-name "~/Mail/OUTGOING") '(message-default-headers "FCC: ~/Mail/OUTGOING ")) and gnus-message-archive-method et al are unchanged. Any tips on converting that to an nnml group? Thanks, -JimC