mu4e: implement label updating through marks

Add support for updating label, using the marking interface.

Add some helpers for dealing with (delta) labels

Add keybindings to headers / views

Update docs
This commit is contained in:
Dirk-Jan C. Binnema
2025-08-27 21:45:37 +03:00
committed by Seth Ladygo
parent bf2f4ce57d
commit a2b1a7cc31
8 changed files with 289 additions and 42 deletions

View File

@ -52,6 +52,7 @@ mu4e_srcs=[
'mu4e-headers.el',
'mu4e-helpers.el',
'mu4e-icalendar.el',
'mu4e-labels.el',
'mu4e-lists.el',
'mu4e-main.el',
'mu4e-mark.el',
@ -115,7 +116,6 @@ foreach src : mu4e_srcs
'--eval', '(setq byte-compile-warnings \'(not obsolete))',
'--eval', target_func,
'--funcall', 'batch-byte-compile', '@INPUT@'])
endforeach
# this depends on the above hack: all mu4e elisp files needs to be in builddir