Skip to content

Commit

Permalink
mu4e-view: unfold threads when working in headers-context
Browse files Browse the repository at this point in the history
It's a bit hard otherwise to keep headers/article in sync.

Fixes #2498.
  • Loading branch information
djcb committed Nov 22, 2023
1 parent 087d06c commit fa0248a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu4e/mu4e-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Then, display the results."
(with-selected-window (or (get-buffer-window buffer)
(get-buffer-window))
(with-current-buffer buffer
(mu4e-thread-unfold-all)
(if (or (mu4e~headers-goto-docid docid)
;; TODO: Is this the best way to find another
;; relevant docid for a view buffer?
Expand Down

0 comments on commit fa0248a

Please sign in to comment.