Gnus development mailing list
 help / color / mirror / Atom feed
* strange scoring with cache and total expire?
@ 2018-07-26 13:34 Eric S Fraga
  2018-07-26 13:45 ` Eric S Fraga
  2018-07-26 18:08 ` Steinar Bang
  0 siblings, 2 replies; 12+ messages in thread
From: Eric S Fraga @ 2018-07-26 13:34 UTC (permalink / raw)
  To: ding

Hello all,

As I have given up on the agent with respect to my work (office365.com)
server, I have started playing with the cache, including articles which
are marked read into the cache.  So far so good.  Not the same as using
the agent but it does mean I can easily/quickly access previously read
articles which is at least one of my motivations for using the agent.

However, something has gone strange with my adaptive scoring which, to
date, has worked very well.  I never get any positive scores, only
negative.  I wonder whether the persistent/cache mark affects this or
whether it's because I have moved to using total expire on the group?

I have defined a positive score for cached articles and a 0 score for
expirable articles.  I also include word scoring with similar settings.

Further, if I revisit the group (with no new messages) and then / o N
followed by q, the scores get re-done again on the old articles, getting
increasingly negative each time I do this.

I am very confused.

This is my setting for scoring:

#+begin_src emacs-lisp
  (setq gnus-default-adaptive-score-alist
        '(;(gnus-kill-file-mark)
          ;;(gnus-unread-mark)
          ;; (gnus-read-mark (from 5) (subject 30))
          (gnus-replied-mark (from 5) (subject 1))
          (gnus-read-mark (from 3) (subject 1))
          (gnus-cached-mark (from 3) (subject 1))
          (gnus-forwarded-mark (from 1) (subject 2))
          (gnus-saved-mark (from 1) (subject 3))
          (gnus-expirable-mark (from 0) (subject 0))
          (gnus-catchup-mark (from -1) (subject -2))
          (gnus-killed-mark (subject -10))
          (gnus-del-mark (from -1) (subject -2)))
        gnus-default-adaptive-word-score-alist '((42 . 5) ;cached
                                                 (65 . 5) ;replied
                                                 (70 . 1) ;forwarded
                                                 (82 . 3) ;read
                                                 (67 . -1) ;catchup
                                                 (69 . 0) ;expired
                                                 (75 . -3) ;killed
                                                 (114 . -5)) ;deleted
        )
#+end_src

Any advice very welcome!

Thanks,
eric

-- 
Eric S Fraga via Emacs 27.0.50 & org 9.1.13 on Debian buster/sid




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

end of thread, other threads:[~2018-08-25 20:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26 13:34 strange scoring with cache and total expire? Eric S Fraga
2018-07-26 13:45 ` Eric S Fraga
2018-07-26 18:08 ` Steinar Bang
2018-07-27  7:51   ` Eric S Fraga
2018-07-27 19:15     ` Steinar Bang
2018-07-29  8:57       ` Eric S Fraga
2018-07-29  9:05         ` Adam Sjøgren
2018-07-29  9:32           ` Eric S Fraga
2018-07-31 10:44             ` Alberto Luaces
2018-07-31 18:58               ` Eric S Fraga
2018-08-11 15:57           ` Eric S Fraga
2018-08-25 20:57             ` Adam Sjøgren

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