diff --git a/notmuch.el b/notmuch.el index f4b09e90..59a5851b 100644 --- a/notmuch.el +++ b/notmuch.el @@ -772,6 +772,7 @@ global search. (set (make-local-variable 'scroll-preserve-screen-position) t) (add-to-invisibility-spec 'notmuch-search) (use-local-map notmuch-search-mode-map) + (setq truncate-lines t) (setq major-mode 'notmuch-search-mode mode-name "notmuch-search") (setq buffer-read-only t))