Hide mu4e index message

This commit is contained in:
Andreas Zweili 2022-12-10 14:17:30 +01:00
parent f0b848a488
commit e8bf470a50
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@
mu4e-attachment-dir "~/nextcloud/10_documents/01_inbox"
;; don't show threading by default:
mu4e-headers-show-threads nil
;; hide annoying "mu4e Retrieving mail..." msg in mini buffer:
mu4e-hide-index-messages t
mu4e-compose-signature-auto-include nil)
(add-hook 'mu4e-view-mode-hook 'visual-line-mode)