From 8ad2bd539809c3c4a30a9ec2c68709325def9772 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 20 Aug 2026 08:34:11 +0200 Subject: emacs: fold all threads on mu4e-view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This applies except unread messages. Signed-off-by: Miquel Sabaté Solà --- .config/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index ea47051..ff9140b 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -693,6 +693,10 @@ ;; the Message-ID. (add-to-list 'mu4e-view-fields :message-id) + ;; Collapse all threads by default except unread messages. Useful for + ;; mailing lists like the kernel ones with lots of interactions. + (add-hook 'mu4e-thread-mode-hook #'mu4e-thread-fold-all) + ;; PGP thingies. (setq mml-secure-openpgp-signers '("0x96BE8C6FD89D6565") mml-secure-openpgp-sign-with-sender t) -- cgit v1.2.3