From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49471 Path: main.gmane.org!not-for-mail From: dave-mlist@bfnet.com Newsgroups: gmane.emacs.gnus.general Subject: please comment on my setup Date: 21 Jan 2003 11:07:36 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87k7gys8ht.fsf@unix.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043179259 13431 80.91.224.249 (21 Jan 2003 20:00:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2003 20:00:59 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18b4Zg-0003UA-00 for ; Tue, 21 Jan 2003 21:00:44 +0100 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 18b4Zn-0005Ab-00; Tue, 21 Jan 2003 14:00:51 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 21 Jan 2003 14:01:47 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA27440 for ; Tue, 21 Jan 2003 14:01:35 -0600 (CST) Original-Received: (qmail 95019 invoked by alias); 21 Jan 2003 20:00:35 -0000 Original-Received: (qmail 95013 invoked from network); 21 Jan 2003 20:00:34 -0000 Original-Received: from adsl-66-127-57-249.dsl.snfc21.pacbell.net (HELO knave.localdomain) (66.127.57.249) by 66.230.238.6 with SMTP; 21 Jan 2003 20:00:34 -0000 Original-Received: (qmail 22759 invoked by uid 500); 21 Jan 2003 19:07:36 -0000 Original-To: ding@gnus.org In-Reply-To: <87k7gys8ht.fsf@unix.home> Original-Lines: 34 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49471 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49471 I'm rewriting my .gnus setup and moving my email to a new server. I have complete control over the server, so I'm considering a whole new workflow. To make my gnus portable, I'm putting my .gnus file on a crypto fs on a portable USB drive. All downloaded mail also goes on the crypto drive. I'll carry around the drive, and whatever host I'm using emacs on, I'll point emacs at the .gnus file to read mail. I have three classes of mail: 0. all mail ported from the old system will get archived in an nnmail hierarchy on the crypto drive. The archive will be read-only. 1. all incoming personal mail gets downloaded from various POP servers to their respective Maildirs, which are on the portable crypto drive. When I run gnus, nnmail-split-fancy will split and archive this mail on the drive. 2. all incoming mailing list mail stays in IMAP on server. When I run gnus, nnimap-split-fancy will split this mail on the server. The purpose of this is to reduce bandwidth and time during mail download. My gnus groups buffer will show me all groups from these three classes. My main concern is, since I'm moving from having fetchmail always running on a single host, downloading in the background, to gnus synchronously doing the downloading whenever I run "M-x gnus", am I going to be frustrated by the download times? I'm especially worried about IMAP splitting taking a long time. Is there any way to make it asynchronous? Dave