(use-package notmuch :ensure t :if (executable-find "notmuch") :hook (notmuch-message-mode . flyspell-mode) :custom (notmuch-show-logo nil) (notmuch-search-oldest-first nil) (notmuch-always-prompt-for-sender t) (notmuch-show-relative-dates t)) (provide 'fcuny-notmuch)