From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71919 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Partial IMAP article fetch Date: Sun, 26 Sep 2010 16:45:01 -0400 Message-ID: <87d3s0i69e.fsf@uwo.ca> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285534226 25107 80.91.229.12 (26 Sep 2010 20:50:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 20:50:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20292@lists.math.uh.edu Sun Sep 26 22:50:25 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 1OzyAx-00041Z-OX for ding-account@gmane.org; Sun, 26 Sep 2010 22:50:23 +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 1OzyAv-0002ej-OA; Sun, 26 Sep 2010 15:50:21 -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 1OzyAt-0002eP-CV for ding@lists.math.uh.edu; Sun, 26 Sep 2010 15:50:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OzyAg-0007pm-0D for ding@lists.math.uh.edu; Sun, 26 Sep 2010 15:50:19 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OzyAf-0005FG-00 for ; Sun, 26 Sep 2010 22:50:05 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OzyAf-0003v2-68 for ding@gnus.org; Sun, 26 Sep 2010 22:50:05 +0200 Original-Received: from bas3-london14-1096786111.dsl.bell.ca ([65.95.160.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 22:50:05 +0200 Original-Received: from jdc by bas3-london14-1096786111.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 22:50:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096786111.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:qDeZ2MoGSNdLrFeTFdbyXz11whk= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71919 Archived-At: 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] 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. Dan