Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Dormant and ticked not independent in nnimap?
Date: Wed, 04 Jul 2001 10:08:56 +0200	[thread overview]
Message-ID: <vaf7kxpktev.fsf@lucy.cs.uni-dortmund.de> (raw)

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


             reply	other threads:[~2001-07-04  8:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-04  8:08 Kai Großjohann [this message]
2001-07-04  9:32 ` Simon Josefsson
2001-07-04 10:13   ` Kai Großjohann
2001-07-04 17:44     ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vaf7kxpktev.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).