summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-21 12:58:06 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-21 12:58:06 +0100
commit815890212809f55049ff04120b8ee34ece67ea33 (patch)
tree73507cf35ad42646f1deb23405c889eaf3217698
parentdcd7b583aff7150b605a50385ec75b7e40e12ec8 (diff)
mu4e: Replace deprecated variable.
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index df4edeb..b36b833 100644
--- a/init.org
+++ b/init.org
@@ -1023,7 +1023,7 @@ TODO: this is a big blob of email configuration. Document this properly!
;; Don't update list of emails automatically. I update the list
;; manually with "g".
(setq mu4e-headers-auto-update nil)
- (setq mu4e-headers-include-related t)
+ (setq mu4e-search-include-related t)
(setq mu4e-headers-seen-mark '("" . ""))
(setq mu4e-headers-unread-mark '("u" . "✉"))
(setq mu4e-hide-index-messages t)