diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-10 19:58:40 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-10 19:58:40 -0500 |
commit | 53b0be6b6b56c13b3a61a5d8ecbd223c61c10b4f (patch) | |
tree | 1bcc64967a1626fec5f9bbc326bc4d9b66b01e38 | |
parent | c2f9e8516466de39a9bf977b766959e8f9554237 (diff) | |
download | configs-53b0be6b6b56c13b3a61a5d8ecbd223c61c10b4f.tar.gz configs-53b0be6b6b56c13b3a61a5d8ecbd223c61c10b4f.tar.xz configs-53b0be6b6b56c13b3a61a5d8ecbd223c61c10b4f.zip |
[emacs/gnus] default to 50 articles when no unread or ticked
-rw-r--r-- | init.org | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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/") |