mu4e: implement mu4e-query-items

Implement function / datas structure to conveniently aggregate all
query-related data, for reuse in various places in mu4e...

... to start with the main menu, which gets much simpler. And the
modeline.
This commit is contained in:
Dirk-Jan C. Binnema
2023-01-09 23:58:10 +02:00
parent fc867c9065
commit 10041eb2e1
10 changed files with 345 additions and 281 deletions

View File

@ -48,6 +48,7 @@ mu4e_srcs=[
'mu4e-modeline.el',
'mu4e-obsolete.el',
'mu4e-org.el',
'mu4e-query-items.el',
'mu4e-search.el',
'mu4e-server.el',
'mu4e-speedbar.el',