diff options
author | Case Duckworth | 2021-05-04 09:57:13 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-04 09:57:13 -0500 |
commit | 117727151ffb86f8aa9f1f0dcdc0e99fd227a2a9 (patch) | |
tree | fcadce2cc9fb6925cfa561bf7629ddc6661e7241 | |
parent | Change gnus-group-mode keybindings (diff) | |
download | emacs-117727151ffb86f8aa9f1f0dcdc0e99fd227a2a9.tar.gz emacs-117727151ffb86f8aa9f1f0dcdc0e99fd227a2a9.zip |
Only show 200 messages in IMAP
-rw-r--r-- | gnus.el | 2 |
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 |