diff options
Diffstat (limited to 'lib/net/jao-notmuch.el')
-rw-r--r-- | lib/net/jao-notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 6b88e80..e2536c0 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -281,7 +281,7 @@ ;; Outline mode for tree view (defun jao-notmuch-tree--msg-prefix (msg) - (insert (if (plist-get msg :first) "> " " "))) + (insert (propertize (if (plist-get msg :first) "> " " ") 'display ""))) (defun jao-notmuch-tree--mode-setup () (setq-local outline-regexp "^> \\|^En") |