From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68198 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap, agent and cache Date: Sat, 24 Jan 2009 10:37:17 +0100 Message-ID: <87zlhhkpte.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232789874 20274 80.91.229.12 (24 Jan 2009 09:37:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2009 09:37:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16639@lists.math.uh.edu Sat Jan 24 10:39:07 2009 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.50) id 1LQeym-00030y-Q9 for ding-account@gmane.org; Sat, 24 Jan 2009 10:39:05 +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 1LQexI-0003R7-O9; Sat, 24 Jan 2009 03:37:32 -0600 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 1LQexH-0003Qk-6p for ding@lists.math.uh.edu; Sat, 24 Jan 2009 03:37:31 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LQexE-0003CV-IG for ding@lists.math.uh.edu; Sat, 24 Jan 2009 03:37:31 -0600 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LQexW-0004mA-00 for ; Sat, 24 Jan 2009 10:37:46 +0100 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.fastmail.fm (Postfix) with ESMTP id 053D925542B for ; Sat, 24 Jan 2009 04:37:25 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Sat, 24 Jan 2009 04:37:25 -0500 X-Sasl-enc: cxjotUzxWBQkBgyFGbBE/P33Kv14zfEyRx5K6lDXbxkf 1232789844 Original-Received: from thinkpad.tsdh.de (p54AF2178.dip0.t-ipconnect.de [84.175.33.120]) by mail.messagingengine.com (Postfix) with ESMTPA id 2CC6312BF6 for ; Sat, 24 Jan 2009 04:37:23 -0500 (EST) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org In-Reply-To: (Mickael Remond's message of "Sat, 24 Jan 2009 09:53:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68198 Archived-At: Mickael Remond writes: Hi Mickael, > I have just set up gnus to work with IMAP, cache and agent. The agent > works well for getting new mails in all my IMAP mailboxes. > > However, I have a problem when I move or delete email. They are > actually removed from the server but are kept in the mailbox by the > agent. I try marking it to remove it from cache, but it did not help. I had the same problems when I tried to use the agent with IMAP. It simply doesn't work well if articles can be manipulated (copied, moved, deleted). For me the consequence was to install a local IMAP server (dovecot) and sync that with my other IMAP accounts using offlineimap. I access the local dovecot server with Gnus but without the agent, and it works just brilliant and is much faster. Bye, Tassilo