mu4e-view: Add defcustom mu4e-view-open-program

When xdg-open is not enough.
This commit is contained in:
Dirk-Jan C. Binnema
2022-01-12 22:32:21 +02:00
parent 324b6f5022
commit b072b4a57e
2 changed files with 24 additions and 15 deletions

View File

@ -44,9 +44,9 @@
- the old mu4e-view is *gone*; only the gnus-based one remains. This allowed
for removing quite a bit of old code.
- the mu4e message rendering is much faster (a factor of 3+), which
makes displaying big results snappier. This required some updates in the
headers handling and in the server protocol.
- the mu4e headers rendering is much faster (a factor of 3+), which makes
displaying big results snappier. This required some updates in the headers
handling and in the server protocol.
- ~mu4e-index-updated-hook~ now fires after indexing completed, regardless of
whether anything changed (before, it fired only is something changed). In
@ -63,6 +63,10 @@
automatically change the ~Organization:~ header, and attempts to update the
message signature. Also, there's a key-binding now: ~C-c ;~
- A new ~defcustom~, ~mu4e-view-open-program~ for starting the appropriate
program for a give file (e.g., ~xdg-open~). There are some reasonable
defaults for various systems.
- undo is now supported across message-saves
- a lot of the internals have been changed: