summaryrefslogtreecommitdiff
path: root/extra/completion
Commit message (Collapse)AuthorAge
* Enable zsh completion of sender addressesLucas Hoffmann2018-10-01
| | | | | | | | | | This parses the config file to find the email addresses. Because the string interpolation happens at run time and not at load time of the completion script the python snippet is run on each completion attempt. This has the advantage that changes to the config file are picked up without restarting the shell and the snippet is simple enough to not impose a real delay in completion.
* Enable zsh completion of recipient addressesLucas Hoffmann2018-10-01
| | | | | This uses the standard zsh completion function for email addresses to complete the --to, --cc and --bcc options for the compose subcommand.
* Update zsh completion after #944Lucas Hoffmann2017-01-24
|
* Add global options to zsh completionLucas Hoffmann2016-07-14
|
* extra: zsh completion filePatrick Totzke2012-09-09
cf issue #511