From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34294 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Error respooling article with nnimap backend Date: 16 Jan 2001 23:17:39 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170248 29695 80.91.224.250 (21 Oct 2002 03:17:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:17:28 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id BAC68D049D for ; Tue, 16 Jan 2001 17:18:38 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id QAC24992; Tue, 16 Jan 2001 16:18:12 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 Jan 2001 16:17:24 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA27623 for ; Tue, 16 Jan 2001 16:17:14 -0600 (CST) Original-Received: from dolk.extundo.com (dolk.extundo.com [195.42.214.242]) by mailhost.sclp.com (Postfix) with ESMTP id A7554D049D for ; Tue, 16 Jan 2001 17:17:42 -0500 (EST) Original-Received: from barbar.josefsson.org (localhost.localdomain [127.0.0.1]) by dolk.extundo.com (8.11.1/8.11.1) with ESMTP id f0GMHf009658; Tue, 16 Jan 2001 23:17:41 +0100 Original-To: "Dr. Volker Zell" In-Reply-To: ("Dr. Volker Zell"'s message of "16 Jan 2001 19:34:20 +0100") Mail-Copies-To: nobody User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.95 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 15 Xref: main.gmane.org gmane.emacs.gnus.general:34294 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34294 "Dr. Volker Zell" writes: > Here they are. Thanks (and Kai too). > 1 -> nnimap-request-accept-article: group=nil server="gmmail" last=t Hm, null group... undocumented backend interface. :-) There are some conceptual problems with respooling too -- nnimap support splitting from several mailboxes on a server. Which mailbox should the message be moved to (and later splitted from)? Simply (car nnimap-split-inbox)? I think that would be good enough, but not ideal.