Gnus development mailing list
 help / color / mirror / Atom feed
* What is difference between 'R' and 'r' marks
@ 2003-10-31 17:02 Jake Colman
  2003-10-31 17:18 ` David S Goldberg
  0 siblings, 1 reply; 3+ messages in thread
From: Jake Colman @ 2003-10-31 17:02 UTC (permalink / raw)



If I read a message it is marked with 'R'.  If I press 'd' it is marked with
'r'.  Is there any practical difference between the two marks?

-- 
Jake Colman                     

Principia Partners LLC                    Phone: (201) 209-2467
Harborside Financial Center                 Fax: (201) 946-0320
902 Plaza Two                          E-mail: colman@ppllc.com
Jersey City, NJ 07311                 www.principiapartners.com



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

* Re: What is difference between 'R' and 'r' marks
  2003-10-31 17:02 What is difference between 'R' and 'r' marks Jake Colman
@ 2003-10-31 17:18 ` David S Goldberg
  2003-11-01  0:40   ` Steve Youngs
  0 siblings, 1 reply; 3+ messages in thread
From: David S Goldberg @ 2003-10-31 17:18 UTC (permalink / raw)


>>>>> On Fri, 31 Oct 2003 12:02:50 -0500, Jake Colman <colman@ppllc.com> said:

> If I read a message it is marked with 'R'.  If I press 'd' it is
> marked with 'r'.  Is there any practical difference between the two
> marks?
> 

Not really.

From the Gnus info:

   All the following marks mark articles as read.

`r'
     These are articles that the user has marked as read with the `d'
     command manually, more or less (`gnus-del-mark').

`R'
     Articles that have actually been read (`gnus-read-mark').

`O'
     Articles that were marked as read in previous sessions and are now
     "old" (`gnus-ancient-mark').

[...]

So the only difference between r and R is really a visual cue to you
as to whether you read or just marked an article in the current
session.  Either will show up as O in subsequent ones.

-- 
Dave Goldberg
david.goldberg6@verizon.net





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

* Re: What is difference between 'R' and 'r' marks
  2003-10-31 17:18 ` David S Goldberg
@ 2003-11-01  0:40   ` Steve Youngs
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Youngs @ 2003-11-01  0:40 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 981 bytes --]

|--==> "DSG" == David S Goldberg <David> writes:

  DSG> So the only difference between r and R is really a visual cue to you
  DSG> as to whether you read or just marked an article in the current
  DSG> session.

Although you can score articles differently based on these marks...

(setq gnus-default-adaptive-score-alist
      '((gnus-del-mark (subject -1))
        (gnus-read-mark (from 1) (subject 3))))

In this example, articles that you mark with `d' will end up having
the score for its subject lowered by 1.  And any article that you
actually read will have the score for the author increased by 1 and
the subject increased by 3.

Obviously for this to work you need to be using "adaptive scoring".

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|              Ashes to ashes, dust to dust.               |
|      The proof of the pudding, is under the crust.       |
|------------------------------<sryoungs@bigpond.net.au>---|

[-- Attachment #2: Type: application/pgp-signature, Size: 256 bytes --]

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

end of thread, other threads:[~2003-11-01  0:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-31 17:02 What is difference between 'R' and 'r' marks Jake Colman
2003-10-31 17:18 ` David S Goldberg
2003-11-01  0:40   ` Steve Youngs

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