From 4eef3e6f0e2f7e258c961b30cef7f4d463fb8b2f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 22 Oct 2016 21:54:06 +0000 Subject: 39708: Document _email_addresses. --- Completion/Unix/Type/_email_addresses | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion') diff --git a/Completion/Unix/Type/_email_addresses b/Completion/Unix/Type/_email_addresses index 7d5c942de..8a5877a9c 100644 --- a/Completion/Unix/Type/_email_addresses +++ b/Completion/Unix/Type/_email_addresses @@ -5,6 +5,8 @@ # -s sep - complete a list of addresses separated by specified character # -c - e-mail address must be of form user@host (no comments or aliases) # +# TODO: with -n, have the named plugin complete not only aliases but also addresses? +# # Plugins are written as separate functions with names starting `_email-'. # They should either do their own completion or return the addresses in the # reply array in the form 'alias:address' and return 300. The -c option is -- cgit 1.4.1