diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 6f8004b..f0dc36a 100644 --- a/init.el +++ b/init.el | |||
@@ -491,6 +491,9 @@ | |||
491 | notmuch-address-use-company (featurep 'company) | 491 | notmuch-address-use-company (featurep 'company) |
492 | notmuch-search-oldest-first nil | 492 | notmuch-search-oldest-first nil |
493 | notmuch-archive-tags '("-inbox" "-unread")) | 493 | notmuch-archive-tags '("-inbox" "-unread")) |
494 | ;; Reading mail | ||
495 | (:option notmuch-show-indent-content nil) | ||
496 | (add-hook 'notmuch-show-mode-hook #'visual-fill-column-mode) | ||
494 | ;; Composing mail | 497 | ;; Composing mail |
495 | (:option message-kill-buffer-on-exit t | 498 | (:option message-kill-buffer-on-exit t |
496 | message-auto-save-directory "~/var/mail/drafts") | 499 | message-auto-save-directory "~/var/mail/drafts") |