Gnus development mailing list
 help / color / mirror / Atom feed
* Dormant and ticked not independent in nnimap?
@ 2001-07-04  8:08 Kai Großjohann
  2001-07-04  9:32 ` Simon Josefsson
  0 siblings, 1 reply; 4+ messages in thread
From: Kai Großjohann @ 2001-07-04  8:08 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-04 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-04  8:08 Dormant and ticked not independent in nnimap? Kai Großjohann
2001-07-04  9:32 ` Simon Josefsson
2001-07-04 10:13   ` Kai Großjohann
2001-07-04 17:44     ` Simon Josefsson

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).