dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit a550929fe645ee12e91dc568a71d7aa51a89bc5d
parent 6584352f9cb348193a9a217398776138c91212a3
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 30 Jul 2023 11:13:35 +0200

Make "shortish" group names more informative

This option defaults to 1, which is sub-optimal for groups such as:

  nntp+news.gmane.io:gmane.linux.suse.opensuse.devel
  nntp+news.gmane.io:gmane.org.misc.sourcehut.general
  nntp+news.gmane.io:gmane.comp.gcc.devel
  nntp+news.gmane.io:gmane.emacs.help
  nntp+news.gmane.io:gmane.emacs.bugs
  nntp+news.gmane.io:gmane.emacs.devel

Diffstat:
M.gnus | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gnus b/.gnus @@ -26,7 +26,10 @@ ;; for now because I'm not sure which I'll settle for. gnus-message-archive-group nil - ;; Summary display. + ;; Groups. + gnus-group-uncollapsed-levels 2 + + ;; Summary. gnus-summary-line-format "%*%U%R %-16,16&user-date; %B%-23,23f %s\n" gnus-summary-dummy-line-format " β•­ %S\n" gnus-summary-make-false-root 'dummy @@ -52,7 +55,7 @@ . "%b %d") (t . "%F")) - ;; Article display. + ;; Articles. gnus-header-face-alist '(("From" nil gnus-header-from) ("Subject" nil gnus-header-subject)