From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71083 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Partial article download Date: Sun, 19 Sep 2010 15:15:28 +0200 Organization: Probably a good idea Message-ID: <87aandq3gv.fsf@dod.no> References: <87iq22n0ky.fsf@dod.no> <87eicqrukm.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284902156 12452 80.91.229.12 (19 Sep 2010 13:15:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 13:15:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19456@lists.math.uh.edu Sun Sep 19 15:15:55 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 1OxJkH-0004F4-RM for ding-account@gmane.org; Sun, 19 Sep 2010 15:15:54 +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 1OxJk9-0007tZ-Tu; Sun, 19 Sep 2010 08:15:45 -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 1OxJk8-0007tL-IM for ding@lists.math.uh.edu; Sun, 19 Sep 2010 08:15:44 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OxJk3-00078e-Sg for ding@lists.math.uh.edu; Sun, 19 Sep 2010 08:15:44 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OxJk3-0001kN-00 for ; Sun, 19 Sep 2010 15:15:39 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OxJk1-0004Cz-Rf for ding@gnus.org; Sun, 19 Sep 2010 15:15:37 +0200 Original-Received: from cm-84.208.200.46.getinternet.no ([84.208.200.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 15:15:37 +0200 Original-Received: from sb by cm-84.208.200.46.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 15:15:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.200.46.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:VEYLJIjeKmK/bUr1uwfOzg7aZns= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71083 Archived-At: >>>>> Lars Magne Ingebrigtsen : > Anyway, I'll just fix the function to not bug out in the presence of > these things. Seems to be working. I can enter agentized nnimap groups when online, and I can enter agentized nnimap groups when offline, and I see the articles I read when online... I have this setting in my ~/.emacs: ;; Store article in agent when reading it while online (add-hook 'gnus-select-article-hook 'gnus-agent-fetch-selected-article) (which is a non-standard setting that also worked with nnimap+agent) And it seems to be faster. Especially `g', and initial startup. I ran the pre-new-nnimap version of gnus a little this morning, and it uses forever to start up compared to the new one.