mu4e-modeline: refactor modeline support

Move all the modeline code to new mu4e-modeline.el, and update
mu4e-context and mu4e-headers to use it.
This commit is contained in:
Dirk-Jan C. Binnema
2023-01-07 10:28:15 +02:00
parent 6b04158925
commit beb2bef8dd
5 changed files with 108 additions and 47 deletions

View File

@ -45,6 +45,7 @@ mu4e_srcs=[
'mu4e-main.el',
'mu4e-mark.el',
'mu4e-message.el',
'mu4e-modeline.el',
'mu4e-obsolete.el',
'mu4e-org.el',
'mu4e-search.el',