all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: eric@ericabrahamsen.net,
Cc: kjonca@poczta.onet.pl, larsi@gnus.org, jecminek.k@gmail.com,
	61002@debbugs.gnu.org
Subject: bug#61002: 28.2; Gnus - "Date" scoring scores all articles.
Date: Sat, 10 Feb 2024 10:07:48 +0200	[thread overview]
Message-ID: <86h6igvj1n.fsf@gnu.org> (raw)
In-Reply-To: <86ttmz86o3.fsf@gnu.org> (message from Eli Zaretskii on Sat, 27 Jan 2024 11:30:36 +0200)

Ping!

> Cc: kjonca@poczta.onet.pl, larsi@gnus.org, 61002@debbugs.gnu.org
> Date: Sat, 27 Jan 2024 11:30:36 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > From: Jakub Ječmínek <jecminek.k@gmail.com>
> > Date: Sat, 20 Jan 2024 12:33:11 +0100
> > Cc: Lars Ingebrigtsen <larsi@gnus.org>,
> >  Kamil Jońca <kjonca@poczta.onet.pl>
> > 
> > I've made huge mistake in my previous patch (now everyone will know
> > that I'm terrible programmer).
> > 
> > Here's working solution of what I'm proposing:
> 
> Eric, Lars: any comments?  Should this be installed?
> 
> > 
> > >From 0631de4d7be1d9891b3d42b77446ce6ea4d0c709 Mon Sep 17 00:00:00 2001
> > From: =?UTF-8?q?Jakub=20Je=C4=8Dm=C3=ADnek?= <jecminek.k@gmail.com>
> > Date: Sat, 20 Jan 2024 00:51:03 +0100
> > Subject: [PATCH] Provide valid match element for date key during interactive
> >  gnus-summary-increase-score
> > 
> > * lisp/gnus/gnus-score.el (gnus-summary-score-entry): The user is given invalid
> > default match element value during interactive use of gnus-summary-increase-score
> > and gnus-summary-lower-score (date key). We fix that by providing more meaningful
> > default value - number of days between today and entry at point.
> > ---
> >  lisp/gnus/gnus-score.el | 6 +++++-
> >  1 file changed, 5 insertions(+), 1 deletion(-)
> > 
> > diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el
> > index bd19e7d7cd7..46ccb14751d 100644
> > --- a/lisp/gnus/gnus-score.el
> > +++ b/lisp/gnus/gnus-score.el
> > @@ -895,7 +895,11 @@ If optional argument `EXTRA' is non-nil, it's a non-standard overview header."
> >                            (if (< score 0) "lower" "raise"))
> >                    (if (numberp match)
> >                        (int-to-string match)
> > -                    match))))
> > +                     (int-to-string
> > +                      (-
> > +                       (/ (car (time-convert (current-time) 1)) 86400)
> > +                       (/ (car (time-convert (gnus-date-get-time (gnus-date-iso8601 match)) 1))
> > +                          86400)))))))
> > 
> >      ;; If this is an integer comparison, we transform from string to int.
> >      (if (eq (nth 2 (assoc header gnus-header-index)) 'gnus-score-integer)
> > --
> > 2.39.3 (Apple Git-145)
> > 
> > Best,
> > 
> > Jakub Ječmínek
> > 
> > 
> > 
> > 
> 
> 
> 
> 





  reply	other threads:[~2024-02-10  8:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-22  8:30 bug#61002: 28.2; Gnus - "Date" scoring scores all articles Kamil Jońca
2024-01-20  0:14 ` bug#61002: [PATCH] " Jakub Ječmínek
2024-01-20 11:33   ` Jakub Ječmínek
2024-01-27  9:30     ` Eli Zaretskii
2024-02-10  8:07       ` Eli Zaretskii [this message]
2024-02-10 17:27         ` Eric Abrahamsen
2024-02-12 15:58           ` Jakub Ječmínek
2024-02-17 17:41             ` Eric Abrahamsen
2024-02-17 18:18             ` Philip Kaludercic
2024-02-17 18:23               ` Philip Kaludercic
2024-02-17 18:41                 ` Eric Abrahamsen

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=86h6igvj1n.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=61002@debbugs.gnu.org \
    --cc=eric@ericabrahamsen.net \
    --cc=jecminek.k@gmail.com \
    --cc=kjonca@poczta.onet.pl \
    --cc=larsi@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.