Looking for a way in #emacs to have quoted text in emails collapsed in message-mode.
I envision something like have it all collapsed and replaced by something like '[...]' which could then be used as a toggle.
Anyone have any pointers before I dive into regex hell to write my own.
The best I could find is https://www.emacswiki.org/emacs/HideShow which seem to provide a generic solution which could be adapted.
@mrb It sounds similar to what Org Mode offers by default, wonder if it's possible to finagle that somehow...
Somehow I overlooked the function `mu4e-view-toggle-hide-cited` which is include with mu4e.
This does 99% of what I need.