bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44705: 27.1; better syntax for gnus-article-date-headers


From: 積丹尼 Dan Jacobson
Subject: bug#44705: 27.1; better syntax for gnus-article-date-headers
Date: Tue, 17 Nov 2020 14:11:04 +0800

Let's see if the output of

(set-variable 'gnus-article-date-headers '(combined-local-lapsed original))

    Date: Sat, 14 Nov 2020 10:06:47 +0800 (3 days, 2 hours, 57 minutes ago)
    Date: Fri, 13 Nov 2020 20:06:47 -0600

could be put onto one line:

    Date: Sat, 14 Nov 2020 10:06:47 +0800 (3 days, 2 hours, 57 minutes ago) 
(Fri, 13 Nov 2020 20:06:47 -0600)

It could, if the much better syntax

(local " (" elapsed ")" " (" original ")")

were allowed!

OK, to avoid breaking changes, just name it
gnus-article-date-headers-granular etc.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]