Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: joaotavora@gmail.com (João Távora)
To: info-gnus-english@gnu.org
Subject: Cleaner dates in summary buffers
Date: Sun, 01 Sep 2013 00:17:53 +0100	[thread overview]
Message-ID: <m238ppfo0u.fsf@gmail.com> (raw)

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



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

             reply	other threads:[~2013-08-31 23:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-31 23:17 João Távora [this message]
2013-09-01 14:14 ` João Távora

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=m238ppfo0u.fsf@gmail.com \
    --to=joaotavora@gmail.com \
    --cc=info-gnus-english@gnu.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).