mu4e-headers: use the mu engine thread-subject
Instead of handling in the headers (which were broken). The messages that are hidden are _slightly_ different than before.
This commit is contained in:
@ -659,8 +659,7 @@ show the subject of a thread only once, similar to e.g. 'mutt'."
|
|||||||
(subj (mu4e-msg-field msg :subject)))
|
(subj (mu4e-msg-field msg :subject)))
|
||||||
(concat ;; prefix subject with a thread indicator
|
(concat ;; prefix subject with a thread indicator
|
||||||
(mu4e~headers-thread-prefix tinfo)
|
(mu4e~headers-thread-prefix tinfo)
|
||||||
(if (or (not tinfo) (zerop (plist-get tinfo :level))
|
(if (plist-get tinfo :thread-subject)
|
||||||
(plist-get tinfo :empty-parent))
|
|
||||||
(truncate-string-to-width subj 600) ""))))
|
(truncate-string-to-width subj 600) ""))))
|
||||||
|
|
||||||
(defun mu4e~headers-mailing-list (list)
|
(defun mu4e~headers-mailing-list (list)
|
||||||
|
|||||||
Reference in New Issue
Block a user