[MOVED TO GITLAB] Show a complete thread in a single buffer https://gitlab.com/ambrevar/mu4e-conversation
Pierre Neidhardt 31084d3aa1 readme: Fix screenshot display | 6 years ago | |
---|---|---|
COPYING | 6 years ago | |
mu4e-conversation-linear.png | 6 years ago | |
mu4e-conversation-tree.png | 6 years ago | |
mu4e-conversation.el | 6 years ago | |
readme.org | 6 years ago |
This package offers an alternate view to mu4e e-mail display. It shows all e-mails of a thread in a single view, where each correspondant has their own face. Threads can be displayed linearly (in which case e-mails are displayed in chronological order) or as an Org document where the node tree maps the thread tree.
Get the package, either from MELPA:
M-x package-install RET mu4e-conversation RET
Or clone / download this repository and modify your load-path
.
(add-to-list 'load-path (expand-file-name "/path/to/mu4e-conversation/" user-emacs-directory))
Load the package with
(with-eval-after-load 'mu4e (require 'mu4e-conversation))
From the headers view, call M-x mu4e-conversation
.
To fully toggle-replace mu4e-view
with mu4e-conversation
from any other
command (e.g. mu4e-headers-next
, helm-mu
), call
(setq mu4e-view-func 'mu4e-conversation)
#+ATTR_HTML: :width 800px ./mu4e-conversation-linear.png
#+ATTR_HTML: :width 800px ./mu4e-conversation-tree.png