summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-13 17:52:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-13 19:01:02 -0700
commitc68f05c4f414d8c5f0272a43af0344d058f9ce7b (patch)
tree70246d09757bedc393d41899b745f4df7d18124e
parent1f6664f8f6a58da7f6b5718b99bba701c4b51666 (diff)
downloaddotfiles-c68f05c4f414d8c5f0272a43af0344d058f9ce7b.tar.gz
start Gnus with point at best unread group not first unread group
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 4f693955..6d3321e0 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2986,7 +2986,7 @@ mutt's review view, after exiting EDITOR."
(gnus-group-set-subscription "nnmaildir+fmail:annex" 7))
(gnus-group-list-groups)
- (gnus-group-first-unread-group)))))
+ (gnus-group-best-unread-group)))))
(with-eval-after-load 'gnus-start
(add-hook 'gnus-started-hook #'spw/sync-notmuch-nnselect-groups))