diff options
-rw-r--r-- | lib/net/jao-notmuch.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index b4c587e..87e2e2c 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -263,7 +263,8 @@ ;;;; Outline mode for tree view (defun jao-notmuch-tree--msg-prefix (msg) - (insert (propertize (if (plist-get msg :first) "> " " ") 'display ""))) + (insert (propertize (if (plist-get msg :first) "> " " ") + 'display "" 'intangible t 'field t))) (defun jao-notmuch-tree--mode-setup () (setq-local outline-regexp "^> \\|^En") |