From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71955 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Partial IMAP article fetch Date: Mon, 27 Sep 2010 09:43:01 +0200 Organization: Probably a good idea Message-ID: References: <87d3s0i69e.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285573407 13470 80.91.229.12 (27 Sep 2010 07:43:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 07:43:27 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20328@lists.math.uh.edu Mon Sep 27 09:43:26 2010 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.69) (envelope-from ) id 1P08Mw-00032N-MJ for ding-account@gmane.org; Mon, 27 Sep 2010 09:43:26 +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 1P08Mo-0006fm-QG; Mon, 27 Sep 2010 02:43:18 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P08Mn-0006fT-38 for ding@lists.math.uh.edu; Mon, 27 Sep 2010 02:43:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P08Mj-0000yU-42 for ding@lists.math.uh.edu; Mon, 27 Sep 2010 02:43:16 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P08Mi-0005Oy-00 for ; Mon, 27 Sep 2010 09:43:12 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P08Mf-0002vu-Ut for ding@gnus.org; Mon, 27 Sep 2010 09:43:09 +0200 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 09:43:09 +0200 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 09:43:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:JpydBFvyfxLLkvVNyuKq1nWI0vw= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71955 Archived-At: >>>>> Dan Christensen : > Lars Magne Ingebrigtsen writes: >> I've now implemented IMAP particle article fetch. That took a lot >> more code than I thought. >> >> (setq nnimap-fetch-partial-articles "text/") >> >> to test. > [renamed to gnus-fetch-partial-articles] Ah, that may be why it didn't work for me...? :-) > Should there be a server variable for this too? E.g. I might want this > for a slow remote server, but not for a local server. Good point.