Don't indent notuch content

This commit is contained in:
Case Duckworth 2022-04-13 10:15:44 -05:00
parent 19cb761465
commit e3e399ac52
1 changed files with 3 additions and 0 deletions

View File

@ -491,6 +491,9 @@
notmuch-address-use-company (featurep 'company)
notmuch-search-oldest-first nil
notmuch-archive-tags '("-inbox" "-unread"))
;; Reading mail
(:option notmuch-show-indent-content nil)
(add-hook 'notmuch-show-mode-hook #'visual-fill-column-mode)
;; Composing mail
(:option message-kill-buffer-on-exit t
message-auto-save-directory "~/var/mail/drafts")