From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71977 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: Partial IMAP article fetch Date: Mon, 27 Sep 2010 17:19:04 +0200 Organization: aich tea tea pea dicky riley dot net 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 1285600807 11156 80.91.229.12 (27 Sep 2010 15:20:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 15:20:07 +0000 (UTC) Cc: ding@gnus.org To: Dan Christensen Original-X-From: ding-owner+M20350@lists.math.uh.edu Mon Sep 27 17:20:05 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 1P0FUq-0001uG-K0 for ding-account@gmane.org; Mon, 27 Sep 2010 17:20:04 +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 1P0FUg-0000pr-Js; Mon, 27 Sep 2010 10:19:54 -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 1P0FUe-0000pU-JH for ding@lists.math.uh.edu; Mon, 27 Sep 2010 10:19:52 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0FUR-0005zd-9L for ding@lists.math.uh.edu; Mon, 27 Sep 2010 10:19:52 -0500 Original-Received: from mail-fx0-f44.google.com ([209.85.161.44]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0FUQ-0003vr-00 for ; Mon, 27 Sep 2010 17:19:38 +0200 Original-Received: by fxm6 with SMTP id 6so4312482fxm.17 for ; Mon, 27 Sep 2010 08:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :organization:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=dfYXIU/MuMuaXCu2suChQmvYnQq+ulWnMnBG9A7L0B8=; b=bNUI6FqiiiWxzsnK5n2aFPhX19lEPTR/Me4RSJGzudHQaqQJIhBWZjOLT28ZC704h+ x+XdtP7oZrJRhOPMSypSbjeuupICAqze6XjusNh016F9MkRtEMDf4anDXtMp2hIpz+jW PzCgiObu44TrZzrx16ajoZ6ulJrV2exU5OqTs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=ELcRihNv4Z3xJWcF0IgIYsHNp4RSjkNdQrqMMe0HRQxGsMlroxpHaMkgIpTpTvg4YS zZ6CGtaHadYKGy16QoiVc4Obte1tsOnOHqSURk00A1TTxqdqvYncsyaoF9AcG/RvlIbF HgQp+4B7Q0QDh3c1hLnB4jY3EmIHOFrVlFw2o= Original-Received: by 10.223.106.201 with SMTP id y9mr7702455fao.105.1285600747730; Mon, 27 Sep 2010 08:19:07 -0700 (PDT) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id a6sm2472145faa.20.2010.09.27.08.19.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Sep 2010 08:19:06 -0700 (PDT) In-Reply-To: <87d3s0i69e.fsf@uwo.ca> (Dan Christensen's message of "Sun, 26 Sep 2010 16:45:01 -0400") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71977 Archived-At: Dan Christensen writes: > 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 > Setting that to 't and then trying to read the post from Dave Goldberg about start tls, I got "nnimap-convert-partial-article: Wrong type argument: char-or-string-p, nil" So back to nil and the article read fine. (latest git pull as of now).