From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46523 Path: main.gmane.org!not-for-mail From: jhbrown@ai.mit.edu (Jeremy H. Brown) Newsgroups: gmane.emacs.gnus.general Subject: Re: spam*.el and ifile-gnus.el? Date: 13 Sep 2002 03:17:34 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <8765xdva0q.fsf@emacswiki.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031901513 27836 127.0.0.1 (13 Sep 2002 07:18:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 07:18:33 +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 17pkim-0007Eq-00 for ; Fri, 13 Sep 2002 09:18:32 +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 17pkiI-0005lk-00; Fri, 13 Sep 2002 02:18:02 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 13 Sep 2002 02:18:39 -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 CAA15895 for ; Fri, 13 Sep 2002 02:18:27 -0500 (CDT) Original-Received: (qmail 24460 invoked by alias); 13 Sep 2002 07:17:35 -0000 Original-Received: (qmail 24455 invoked from network); 13 Sep 2002 07:17:35 -0000 Original-Received: from life.ai.mit.edu (128.52.32.80) by gnus.org with SMTP; 13 Sep 2002 07:17:35 -0000 Original-Received: from suspiria.ai.mit.edu (suspiria [128.52.39.94]) by life.ai.mit.edu (8.12.2/8.12.2/BASENAME(ai.master.life-8.12.2.mc,.mc):RCS_REVISION(evision: 1.23 ) with ESMTP id g8D7HYbM023906 for ; Fri, 13 Sep 2002 03:17:34 -0400 (EDT) Original-Received: by suspiria.ai.mit.edu (8.8.8/1.1.19.2/08Jul98-0847PM) id DAA0000029345; Fri, 13 Sep 2002 03:17:34 -0400 (EDT) Original-To: ding@gnus.org In-Reply-To: Original-Lines: 23 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:46523 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46523 Andreas Fuchs writes: > Hm, I tried to do something similar (just rename the advised functions > in ifile-gnus.el) for imap at work, but that didn't work out as I > expected. It seems like not the entire article is known to nnimap when > it gets split, so ifile fails; I didn't investigate this further, > though. Now that I think about this, this is probably a major problem with using ifile and imap together: one of the main points using imap is not downloading the entire message before you really want it. I'll bet gnus only downloads the headers for splitting. To use client-side ifile, gnus will have to download entire messages (or at least all the text parts), which will probably have significant performance impact when you're on a slow connection. When I surface for air in a week or two, I'll maybe look into implementing this as an option, and see how much people grouse about performance impact. Jeremy PS For IMAP, server-side ifile-splitting would really be the right thing. That is beyond the scope of my current mail-hacking ambitions.