dotfiles

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

commit ce3558e644bc724448bd4c1ea47c52fb5c5d34d5
parent dc1d8aa02fd80276a80060472e8613c8c05d19c5
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun,  5 Feb 2023 23:00:22 +0100

Tweak order of Gnus headers

Diffstat:
M.gnus | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.gnus b/.gnus @@ -59,6 +59,12 @@ ("Date" nil eighters-date) ("Newsgroups:.*," nil gnus-header-newsgroups) ("" gnus-header-name gnus-header-content)) + gnus-sorted-header-list + (list + ;; What, when. + "^Subject:" "^Summary:" "^Keywords:" "^Date:" + ;; Who. + "^From:" "^Followup-To:" "^To:" "^Cc:" "^Newsgroups:" "^Organization:") gnus-treat-display-smileys nil) (add-hook 'gnus-summary-mode-hook