From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68861 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus' speed Date: Mon, 03 Aug 2009 09:38:15 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87eirt2ca0.fsf@lifelogs.com> References: <87zlao7j1z.fsf@CPU107.opentrends.net> <87iqhb7w7a.fsf@CPU107.opentrends.net> <873a8f8i0b.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249312529 9344 80.91.229.12 (3 Aug 2009 15:15:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Aug 2009 15:15:29 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17281@lists.math.uh.edu Mon Aug 03 17:15:22 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1MXzFt-0006y4-NP for ding-account@gmane.org; Mon, 03 Aug 2009 17:15:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1MXzF2-0002Mp-4D; Mon, 03 Aug 2009 10:14:24 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1MXygG-0002Dy-Ng for ding@lists.math.uh.edu; Mon, 03 Aug 2009 09:38:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MXygF-0000Cq-E4 for ding@lists.math.uh.edu; Mon, 03 Aug 2009 09:38:28 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MXygo-00084K-00 for ; Mon, 03 Aug 2009 16:39:02 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MXygD-00052F-H7 for ding@gnus.org; Mon, 03 Aug 2009 14:38:25 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Aug 2009 14:38:25 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Aug 2009 14:38:25 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:Bj6V4PL5dSDL+ZndUv3xJfYPZ9k= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68861 Archived-At: On Sun, 02 Aug 2009 16:20:14 +0200 Steinar Bang wrote: SB> Partial IMAP downloads have been discussed many times on this list. SB> Heh... you've been part of such discussions yourself...:-) SB> http://thread.gmane.org/gmane.emacs.gnus.general/62566/focus=62942 3+ years ago... How time flies! SB> Here's my idea for a solution: SB> http://article.gmane.org/gmane.emacs.gnus.general/45714 SB> nntp://news.gmane.org/gmane.emacs.gnus.general/45714 Steinar originally wrote: > A quick revisit of the idea: > - in the agent cache, replace the delayed parts with a > message/external-body URL part > > where the URL is an IMAP URL: > > - when the user wishes to view or save the delayed part, it is > downloaded from the server, and the message/external-body is > replaced with the actual part I think that's a reasonable plan. I don't know the agent, so I can't do the agent cache piece, and I don't know much about generating the article buffer, but I can probably help with the IMAP interaction and the backend modifications. Are you interested in working on this? Is anyone else? Ted