Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: `gnus-unseen-mark' everywhere
Date: Mon, 31 Dec 2001 14:15:15 +0100	[thread overview]
Message-ID: <iluy9jjh6os.fsf@extundo.com> (raw)
In-Reply-To: <m3zo3zq1pz.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Mon, 31 Dec 2001 08:37:44 +0100")

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

>>  ((seen 54 (74 . 75) 78 (86 . 88) 102 109 113 (118 . 119))
>
> [...]
>
>> from ~/Mail/Aljoscha-IN/.marks
>> ((tick 54 (74 . 75) 78 (86 . 88) 102 109 113)
>>  (read (1 . 117))
>>  (reply 54 76 (78 . 79) 82 85 (87 . 90) 95 (97 . 100) 103 (105 . 111)
>>   (113 . 116))
>>  (forward 78 93))
>
> So it would seem as if the `seen' marks don't land in .marks, and this
> makes all your mail appear as unseen.  I'm not really familiar with
> the .marks code, so could somebody else have a go at this?

This is intended as a feature -- Gnus (i.e. .newsrc.eld) remembers
`seen' marks.  Backends remembers `recent' marks.  If the backend
would remember `seen', it would make the two flags have the same
semantics. (I'd admit that the semantic difference between the two is
a little obscure, but I find the distinction useful.)  See below.

But the seen mark should go away once you have seen the message once.
(Assuming you don't use several Gnus installations or delete
.newsrc.eld, or something.)  Doesn't this happen?

;; Propagate flags to server, with the following exceptions:
;; `seen' is private to each gnus installation
;; `cache' is a internal gnus flag for each gnus installation
;; `download' is a agent flag private to each gnus installation
;; `unsend' are for nndraft groups only
;; `score' is not a proper mark
(defconst gnus-article-unpropagated-mark-lists
  '(seen cache download unsend score)
  "Marks that shouldn't be propagated to backends.
Typical marks are those that make no sense in a standalone backend,
such as a mark that says whether an article is stored in the cache
(which doesn't make sense in a standalone backend).")





  reply	other threads:[~2001-12-31 13:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-30 11:33 Robert Epprecht
2001-12-30 21:37 ` Lars Magne Ingebrigtsen
2001-12-31  7:11   ` Robert Epprecht
2001-12-31  7:37     ` Lars Magne Ingebrigtsen
2001-12-31 13:15       ` Simon Josefsson [this message]
2002-01-02  7:24         ` Robert Epprecht
2002-01-08  6:34           ` Maciej Matysiak
2002-01-03 19:53         ` Paul Jarc
2002-01-03 20:21           ` Simon Josefsson
2002-01-03 20:32             ` Paul Jarc
2002-01-03 21:45               ` Simon Josefsson
2002-01-03 21:59                 ` Paul Jarc
2002-01-04 20:43                   ` Simon Josefsson
2002-01-04 21:12                     ` Paul Jarc
2002-01-04 21:27                       ` Simon Josefsson
2002-01-04 22:01                         ` Paul Jarc
2002-01-04 22:44                           ` Simon Josefsson
2002-01-05  1:00                             ` Paul Jarc

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=iluy9jjh6os.fsf@extundo.com \
    --to=jas@extundo.com \
    /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).