summary refs log tree commit diff stats
path: root/gnus.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-04 09:57:13 -0500
committerCase Duckworth2021-05-04 09:57:13 -0500
commit117727151ffb86f8aa9f1f0dcdc0e99fd227a2a9 (patch)
treefcadce2cc9fb6925cfa561bf7629ddc6661e7241 /gnus.el
parentChange gnus-group-mode keybindings (diff)
downloademacs-117727151ffb86f8aa9f1f0dcdc0e99fd227a2a9.tar.gz
emacs-117727151ffb86f8aa9f1f0dcdc0e99fd227a2a9.zip
Only show 200 messages in IMAP
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnus.el b/gnus.el index b7fd69e..886297b 100644 --- a/gnus.el +++ b/gnus.el
@@ -97,7 +97,7 @@
97;;; Other parameters 97;;; Other parameters
98(setq gnus-parameters 98(setq gnus-parameters
99 '(("nnimap\\.*" 99 '(("nnimap\\.*"
100 (display . all)))) 100 (display . 200))))
101 101
102;;; Gnus UI options 102;;; Gnus UI options
103(setq gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date 103(setq gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date