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