From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72341 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: Thu, 30 Sep 2010 20:53:33 +0200 Organization: Probably a good idea Message-ID: <87ocbf9i6q.fsf@dod.no> References: <87tyl7840y.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285872850 5059 80.91.229.12 (30 Sep 2010 18:54:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2010 18:54:10 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20714@lists.math.uh.edu Thu Sep 30 20:54:08 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 1P1OGZ-0001mG-Ab for ding-account@gmane.org; Thu, 30 Sep 2010 20:54:03 +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 1P1OGO-0006J5-Ss; Thu, 30 Sep 2010 13:53:52 -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 1P1OGN-0006Iq-3G for ding@lists.math.uh.edu; Thu, 30 Sep 2010 13:53:51 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P1OGJ-0003uV-0y for ding@lists.math.uh.edu; Thu, 30 Sep 2010 13:53:50 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P1OGI-00036e-00 for ; Thu, 30 Sep 2010 20:53:46 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P1OGE-0001dT-G8 for ding@gnus.org; Thu, 30 Sep 2010 20:53:42 +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 ; Thu, 30 Sep 2010 20:53:42 +0200 Original-Received: from sb by cm-84.208.200.46.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Sep 2010 20:53:42 +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: 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:UlNATZ65Oc36ZaYXqJBL+uobFSE= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72341 Archived-At: >>>>> Lars Magne Ingebrigtsen : > Steinar Bang writes: >> In my ~/.gnus.el file I have: >> >> ;; Store article in agent when reading it while online >> (add-hook 'gnus-select-article-hook 'gnus-agent-fetch-selected-article) >> This used to make the agent save a copy of all articles I've read. > Have you tried checking whether that function is actually called, and if > so, what it (isn't) doing? Not yet. I've been looking at checkins on nnimap.el and gnus-agent.el, and the gnus-completing-read changes on gnus-agent.el fit the time frame, at least. I will edebug the function in a little while.