From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36776 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Dormant and ticked not independent in nnimap? Date: Wed, 04 Jul 2001 10:08:56 +0200 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172305 10395 80.91.224.250 (21 Oct 2002 03:51:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:51:45 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 14573 invoked from network); 4 Jul 2001 08:09:25 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 4 Jul 2001 08:09:25 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien.cs.uni-dortmund.de [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id KAA24362 for ; Wed, 4 Jul 2001 10:08:57 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id KAA12632; Wed, 4 Jul 2001 10:08:56 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id KAA06487; Wed, 4 Jul 2001 10:08:56 +0200 Original-To: ding@gnus.org User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 20 Xref: main.gmane.org gmane.emacs.gnus.general:36776 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36776 I have tried to make dormant marks be per-user on our old Cyrus 1.6.x IMAP server. To this end, I use this Lisp code: (setcdr (assq 'dormant nnimap-mark-to-flag-alist) (format "gnus-dormant-%s" (user-login-name))) (setcdr (assq 'dormant nnimap-mark-to-predicate-alist) (format "KEYWORD gnus-dormant-%s" (user-login-name))) Alas, it seems if user A marks a message as dormant, then user B sees it as ticked! It appears that nnimap also marks a message \Flagged in addition to gnus-dormant-jrl. Is there anything I can do about this? Or do I have to wait for Cyrus 2.x to get per-user article marks? kai -- ~/.signature: No such file or directory