From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47006 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Do nnmail-split-fancy-with-parent for nnimap? Date: Sun, 06 Oct 2002 02:47:20 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87y99cik4g.fsf@crybaby.cs.uni-dortmund.de> <87lm5cij8u.fsf@crybaby.cs.uni-dortmund.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1033865271 4728 127.0.0.1 (6 Oct 2002 00:47:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 6 Oct 2002 00:47:51 +0000 (UTC) Cc: ding@gnus.org 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 17xzaH-0001Du-00 for ; Sun, 06 Oct 2002 02:47:49 +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 17xzaD-0005d6-00; Sat, 05 Oct 2002 19:47:45 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 05 Oct 2002 19:48:25 -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 TAA08921 for ; Sat, 5 Oct 2002 19:48:13 -0500 (CDT) Original-Received: (qmail 25059 invoked by alias); 6 Oct 2002 00:47:27 -0000 Original-Received: (qmail 25054 invoked from network); 6 Oct 2002 00:47:27 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 6 Oct 2002 00:47:27 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id g960lPFt005060; Sun, 6 Oct 2002 02:47:25 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Copies-To: nobody X-Hashcash: 0:021006:Kai.Grossjohann@CS.Uni-Dortmund.DE:951b9fd6859b2ab8 X-Hashcash: 0:021006:ding@gnus.org:2cc90d4a089ea656 In-Reply-To: <87lm5cij8u.fsf@crybaby.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Sun, 06 Oct 2002 01:00:33 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47006 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47006 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: >>> It would be really cool if ~/.nnmail-cache was stored on the server >>> somehow. Is there a way to store data like this alongside IMAP mail >>> on a server? >> >> I think the network usage would be too high for this. > > You must be kidding. Right now, nnimap splitting transfers each > message over the net twice (one fetch from nnimap:INBOX, one put to > the target group). Really? I thought it only fetched the headers once, and then used COPY+Delete to move it. Maybe things work differently when fancy splitting is used, I don't use it. Maybe tramp could be extended to support reading/storing files in IMAP somehow? I don't know much about tramp so maybe this won't work.