* Michael Hohmuth <[email protected]> in gnu.emacs.gnus: > 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))) Nice also, thanks! -- DW _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
