aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--notmuch.el1
1 files changed, 1 insertions, 0 deletions
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))