info-gnus-english
[Top][All Lists]
Advanced

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

Cleaner dates in summary buffers


From: João Távora
Subject: Cleaner dates in summary buffers
Date: Sun, 01 Sep 2013 00:17:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (darwin)

Hi all,

Is there any way to turn this

    U.  2013-08-30 16:37  [    Julien Cubizolles    ]    `->              
    U.  2013-08-30 10:16  [         F. Gr.          ]  custom-theme-load-p
    U.+ 2013-08-30 15:07  [   jumianek@gmail.com    ]  v mouse does not co
    U.+ 2013-08-30 17:35  [      Óscar Fuentes      ]  `-> 
    U.  2013-08-30 23:27  [        Catonano         ]  v o-blog (helpwith 
    U.  2013-08-31 02:12  [      Jambunathan K      ]  `-> 
    U.  2013-08-31 22:26  [        Catonano         ]    `->

Into this?

    U.  2013-08-30 16:37  [    Julien Cubizolles    ]    `-> 
    U.             10:16  [         F. Gr.          ]  custom-theme-load-p
    U.+            15:07  [   jumianek@gmail.com    ]  v mouse does not co
    U.+            17:35  [      Óscar Fuentes      ]  `-> 
    U.             23:27  [        Catonano         ]  v o-blog (helpwith 
    U.  2013-08-31 02:12  [      Jambunathan K      ]  `-> 
    U.             22:26  [        Catonano         ]    `->

I already have these settings

    (setq gnus-summary-line-format "%U%R%z %(%&user-date;  %[%ux%]  %B%s%)\n"
          gnus-user-date-format-alist '((t . "%Y-%m-%d %H:%M"))
          gnus-thread-sort-functions '(gnus-thread-sort-by-date))

    (defun gnus-user-format-function-x (header)
        ;;; stuff that fancies up the sender name)

And some more settings, probably irrelevant. I'm thinking I could write
code in `gnus-summary-update-hook' that hides these dates with a
'display property, but wonder if you can come up with anything better...

Thanks,
João





reply via email to

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