From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33935 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap group loses tick marks Date: 29 Dec 2000 13:26:11 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87snn7tuow.fsf@lynx.ionific.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169952 27764 80.91.224.250 (21 Oct 2002 03:12:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:12:32 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id B765DD049D for ; Fri, 29 Dec 2000 10:13:49 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB08717; Fri, 29 Dec 2000 07:26:29 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 29 Dec 2000 07:25:52 -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 HAA14150 for ; Fri, 29 Dec 2000 07:25:42 -0600 (CST) Original-Received: from dolk.extundo.com (dolk.extundo.com [195.42.214.242]) by mailhost.sclp.com (Postfix) with ESMTP id A3989D049D for ; Fri, 29 Dec 2000 08:25:59 -0500 (EST) Original-Received: from barbar.josefsson.org (localhost.localdomain [127.0.0.1]) (authenticated) by dolk.extundo.com (8.11.1/8.11.1) with ESMTP id eBTDPu024856 for ; Fri, 29 Dec 2000 14:25:58 +0100 Original-To: ding@gnus.org In-Reply-To: <87snn7tuow.fsf@lynx.ionific.com> Mail-Copies-To: nobody Original-Lines: 27 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.94 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33935 Hannu Koivisto writes: > With Emacs 20.7 and Gnus from CVS as of yesterday, if I tick-mark > an article in a foreign nnimap group, exit the group and enter it > again, the article doesn't have that tick mark anymore. Could you evaluate (setq imap-log "*imap-log*") and tick-mark an article + exit the group + enter the group, and send me the contents of the *imap-log* buffer? > If this is a feature, I didn't see it mentioned in the manual (I > think it should be) It's not a feature. > and I'd also appreciate that Gnus would refuse to tick articles to > begin with if it can't actually store the marks. Hm, I'm not sure this is possible, Gnus doesn't have the case of a tick-set failure. But nnimap might signal an error if it's unable to set flags requested by Gnus. But some servers don't implement tick flags, or all flags are read-only, or whatever, and in that case nnimap wouldn't work at all. Hm, perhaps the *imap-log* will give more details to what kind of error this is.