X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=59a5851bbcc4a95228b79340db78248ae4712ece;hp=f4b09e90729c6fd8451ce300bf1d672fdec3e9c9;hb=86f7ee24d6d0b15775b6f63f3bf88639e5be6e03;hpb=6caf631ebf79e2e9ba7e6a80244152b3c3615209 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))