From fbe8bdcc411720f7ee17111248d29ea2b1c4c5fe Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 22 Feb 2020 23:15:38 -0500 Subject: more gnus config --- .emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 40fca13..ca4f66d 100644 --- a/.emacs +++ b/.emacs @@ -249,8 +249,10 @@ Extended Format date in the date field and return it as a string obeing (nnfolder-active-file "~/News/sent/active") (nnfolder-directory "~/News/sent"))) (gnus-check-new-newsgroups nil) + (gnus-group-line-format "%M%S%p%P%5y:%B%(%G%) %z\n") :hook - (message-send . gnus-score-followup-article)) + (message-send . gnus-score-followup-article) + (gnus-group-mode . gnus-topic-mode)) (use-package haskell-mode :ensure t -- cgit v1.2.3