From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75459 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap+agent has stopped caching when reading Date: Mon, 27 Dec 2010 21:04:21 +0100 Organization: Probably a good idea Message-ID: <87lj3bc796.fsf@dod.no> References: <87tyl7840y.fsf@dod.no> <87ocbf9i6q.fsf@dod.no> <87fwwrt2zh.fsf@dod.no> <877hi3t2ft.fsf@dod.no> <8739squaok.fsf@dod.no> <87vd2fc8em.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293480303 14977 80.91.229.12 (27 Dec 2010 20:05:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Dec 2010 20:05:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23810@lists.math.uh.edu Mon Dec 27 21:04:59 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 1PXJJT-0006gy-5d for ding-account@gmane.org; Mon, 27 Dec 2010 21:04:59 +0100 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 1PXJJE-0000XX-VC; Mon, 27 Dec 2010 14:04:45 -0600 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 1PXJJD-0000XL-5a for ding@lists.math.uh.edu; Mon, 27 Dec 2010 14:04:43 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PXJJ2-0007th-VD for ding@lists.math.uh.edu; Mon, 27 Dec 2010 14:04:43 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PXJJ2-0005lp-5J for ding@gnus.org; Mon, 27 Dec 2010 21:04:32 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PXJJ1-0006Y0-M8 for ding@gnus.org; Mon, 27 Dec 2010 21:04:31 +0100 Original-Received: from ti0064a380-0346.bb.online.no ([85.166.28.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2010 21:04:31 +0100 Original-Received: from sb by ti0064a380-0346.bb.online.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2010 21:04:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ti0064a380-0346.bb.online.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:skTzmeeH5FIcFHsWYQj2YsRGYK8= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75459 Archived-At: >>>>> Steinar Bang : > In any case in: > (when (< gnus-agent-max-fetch-size > (setq current-set-size > ... > current-set-size ends up as: > 0 (#o0, #x0, ?\C-@) > Does that mean that it has decided to fetch 0 articles? No, that wasn't it either. On the next debug run I saw the same thing, except this time I could follow him copying the article from buffer to buffer (from " *nntpd*" to the temp buffer and back and then narrow to region and write-region of the article). And when I looked into the agent directory there was an article with that number. One difference is that I peeked into the *nntpd* buffer on occasion to see what's in there (it contained the contents of the 7899 article). One observation I made: the article downloaded into the agent was stripped of its attachments. I have (setq nnimap-fetch-partial-articles "text/") in my .gnus.el. When I did `A C' the article buffer contained the article with its attachments, but the agent still contained the article without its attachments. I really would have liked the agent-representation of the article to be replaced with the full one.