Damien Wyart <damien.wy...@free.fr> writes:

> Yes, that might be closer to what the op would like. After some source
> reading, it looks like that would require quite deep hacking inside
> article-lapsed-string, so I can't propose a working solution quickly.

Here's the solution I use:

;; Do not show seconds in elapsed time
(setq article-time-units
  `((year . ,(* 365.25 24 60 60))
    (week . ,(* 7 24 60 60))
    (day . ,(* 24 60 60))
    (hour . ,(* 60 60))
    (minute . 60)))

Michael
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to