From 53b0be6b6b56c13b3a61a5d8ecbd223c61c10b4f Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 10 Nov 2018 19:58:40 -0500 Subject: [PATCH] [emacs/gnus] default to 50 articles when no unread or ticked --- init.org | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/init.org b/init.org index 4e45c0d..e30ed14 100644 --- a/init.org +++ b/init.org @@ -1785,14 +1785,9 @@ Hopefully temporary. (nnimap-user "abandali@uwaterloo.ca"))) gnus-message-archive-group "nnimap:Sent" gnus-parameters - '(;; ("amin" - ;; (display . 20)) - ("gnu.*" - ;; (display . 50) - (gcc-self . t)) - ;; ("uwaterloo" - ;; (display . [unread])) - ) + '(("gnu.*" + (gcc-self . t))) + gnus-large-newsgroup 50 gnus-home-directory (no-littering-expand-var-file-name "gnus/") gnus-directory (concat gnus-home-directory "news/") message-directory (concat gnus-home-directory "mail/") -- 2.20.1