mu: add zsh completion

Remove the ancient zsh completion, and replace with a new, more complete
one. Automatically install (but configuration through meson options)
This commit is contained in:
Dirk-Jan C. Binnema
2026-08-04 06:46:11 +03:00
committed by Seth Ladygo
parent e26fc581df
commit 756f795cea
6 changed files with 451 additions and 125 deletions

View File

@ -415,6 +415,9 @@ if emacs.found()
section: 'Mu4e')
endif
summary({'zsh' : get_option('zsh-completion').allowed()},
section: 'Completion', bool_yn: true)
# Local Variables:
# indent-tabs-mode: nil
# End: