From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73719 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent improvements Date: Sat, 30 Oct 2010 19:45:50 +0200 Organization: Probably a good idea Message-ID: <87lj5fo9pt.fsf@dod.no> References: <877hh5epkh.fsf@uwo.ca> <8739rokrxk.fsf@dod.no> <87lj5fkbos.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288460791 25906 80.91.229.12 (30 Oct 2010 17:46:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2010 17:46:31 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22089@lists.math.uh.edu Sat Oct 30 19:46:26 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 1PCFVa-0005O0-FT for ding-account@gmane.org; Sat, 30 Oct 2010 19:46:26 +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 1PCFVN-0006NT-HL; Sat, 30 Oct 2010 12:46:13 -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 1PCFVL-0006NE-Ui for ding@lists.math.uh.edu; Sat, 30 Oct 2010 12:46:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PCFVH-0005K1-K8 for ding@lists.math.uh.edu; Sat, 30 Oct 2010 12:46:11 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PCFVG-0003RU-00 for ; Sat, 30 Oct 2010 19:46:06 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PCFVF-0005D9-Vi for ding@gnus.org; Sat, 30 Oct 2010 19:46:05 +0200 Original-Received: from cm-84.208.204.33.getinternet.no ([84.208.204.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Oct 2010 19:46:05 +0200 Original-Received: from sb by cm-84.208.204.33.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Oct 2010 19:46:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.204.33.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:wohYM4e/ZmYTfceZSaAar6ZDyAA= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73719 Archived-At: >>>>> Lars Magne Ingebrigtsen : > Steinar Bang writes: >> Any chance of seeing any agent improvements while you're on this roll? > Anything in particular you have in mind? In order of (my) priority: - Make the agent stash article when downloading stuff work again (I plan to do some edebug'ing on that... one of these days..) - Don't let nnimap+agent be a blocker to fast moves/copies when online during the move - Allow nnimap agent offline delete, copy, and move (synchronize when online, and it would be nice of the synchronization could use fast server side operations) - Keep agent synchronized during deletes, copies and moves done when online (it's only the deletes that are important actually, I can live with articles moved to a different folder not actually being downloaded until I take action to make it so. That's the way it always has been, actually) - Make expire handle the agent cached article (should follow by the previous item's functionality) Hm... these are all nnimap+agent requests, actually...