From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22752 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Splitting across backends... Date: 22 Apr 1999 18:18:34 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86g15thmzu.fsf@kramer.bp.aventail.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160614 30953 80.91.224.250 (21 Oct 2002 00:36:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:36:54 +0000 (UTC) Cc: wmperry@aventail.com, ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA20815 for ; Thu, 22 Apr 1999 12:20:42 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB29596; Thu, 22 Apr 1999 11:19:34 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 22 Apr 1999 11:19:57 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA06126 for ; Thu, 22 Apr 1999 11:19:48 -0500 (CDT) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA20793 for ; Thu, 22 Apr 1999 12:19:16 -0400 (EDT) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id SAA08781; Thu, 22 Apr 1999 18:18:35 +0200 (METDST) Original-To: Wes Hardaker In-Reply-To: Wes Hardaker's message of "21 Apr 1999 16:15:21 -0700" Original-Lines: 18 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) Emacs/20.3.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22752 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22752 Wes Hardaker writes: > Agent support for imap is really what you want. The good news is that > it works under IMAP, I've done it. The bad news is that it doesn't > work completely. Specifically, when you exit a nnimap group under a > unplugged gnus, it still tries to talk to the imap server to update > the mark list. Fixing this would require nnimap to stash the mark > changes until gnus became plugged again (the wrong way to do it), or > to have gnus support backend mark processing better so that gnus will > automatically cache commands sent to the imap server, and then ask the > backend to "really do it" later. I wrote a `nnagent-request-set-mark', similar to your second solution, some time ago. It stashes flag setting requests to a file, when you become plugged you `eval-buffer' the file. It should be trivial to plug it into Gnus. I'll see what I can do... -s