Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: [ANNOUNCE] NNDiary, a diary backend for Gnus.
Date: Sat, 11 Aug 2001 02:04:02 +0200	[thread overview]
Message-ID: <vafofpnsbrh.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <3d6z5z8c.fsf@oce.orst.edu> (Jody Klymak's message of "10 Aug 2001 15:25:39 -0700")

Jody Klymak <jklymak@OCE.ORST.EDU> writes:

> ;; with an appropriate entry in .procmail...
> (setq nndiary-mail-sources '((imap :server "imap.oce.orst.edu" 
> :mailbox "mail/nndiary" :dontexpunge t)))
>
> However, it is maybe a little cruder than you would like.   The
> "dontexpunge" means that it can be left on the IMAP server for other
> users to fetch.   However, is it now flagged as read?  Maybe thats a
> problem for other users who only fetch unread.  How does gnus decide
> what articles to get from the IMAP server?  Does it keep track of
> read/unread, or does it read the flags from the server?

Doesn't this move things from the IMAP server into a local group?  Or
is it possible to tell nndiary to also store the nndiary:foo groups on
the IMAP server?

But I think your problem with the read mark is not really a problem.
In my experience, every user has their own read mark.  So if we share
a folder, and I read a message, then you still see it as unread.

However, other marks are per-folder, by default, rather than
per-user.  I'm using the following trick (kludge) to get a per-user
dormant mark with my Cyrus 1.6.x server.  Rumor has it that Cyrus 2.x
will support per-user `flags' (the IMAP equivalent of marks), but I
haven't seen it.

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

And then I tell Gnus to always display dormant messages (as if with `/
D') in all groups, and this way I get kind of a per-folder tick as
well as a per-user tick.

kai
-- 
~/.signature: No such file or directory


  parent reply	other threads:[~2001-08-11  0:04 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-08 16:12 Didier Verna
2001-08-09  1:15 ` Colin Walters
2001-09-04  9:06   ` Didier Verna
2001-08-09  7:20 ` Jody Klymak
2001-08-09 11:14   ` Kai Großjohann
2001-08-09 15:14     ` Jody Klymak
2001-09-04  9:06   ` Didier Verna
2001-08-09 18:51 ` Jody Klymak
2001-08-10 19:10   ` Dan Nicolaescu
2001-08-10 19:14     ` Karl Kleinpaste
2001-08-10 21:07       ` Dan Nicolaescu
2001-08-10 21:49       ` Kai Großjohann
2001-08-10 22:12       ` Kai Großjohann
2001-08-10 22:25         ` Jody Klymak
2001-08-10 22:31           ` Jody Klymak
2001-08-11  0:04           ` Kai Großjohann [this message]
2001-08-11  0:27             ` Jody Klymak
2001-08-11 12:13               ` Kai Großjohann
2001-08-11 18:10                 ` Jody Klymak
2001-08-11 20:04                   ` Jody Klymak
2001-08-11 20:54                     ` Kai Großjohann
2001-09-04  8:13                       ` Didier Verna
2001-09-04 12:29                         ` Kai Großjohann
2001-09-04 15:49                           ` Paul Jarc
2001-09-04  8:09                   ` Didier Verna
2001-08-11 18:51                 ` Amos Gouaux
2001-09-04  8:03               ` Didier Verna
2001-08-11 18:50             ` Amos Gouaux
2001-08-11 20:52               ` Kai Großjohann
2001-08-10 22:50         ` Dan Nicolaescu
2001-08-13 18:29         ` Dan Nicolaescu
2001-09-04  9:06     ` Didier Verna
2001-09-04  9:06   ` Didier Verna
2001-09-04 12:25     ` Kai Großjohann
2001-09-04 15:15     ` Jody Klymak
2001-09-04 16:37       ` Kai Großjohann
2001-08-24 19:55 ` [ANNOUNCE] NNDiary to diary Jody Klymak

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=vafofpnsbrh.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /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).