mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
moved from Completion/User/_fetchmail
This commit is contained in:
parent
3fe1c47145
commit
fc31cf25ce
11
Completion/Unix/Command/_fetchmail
Normal file
11
Completion/Unix/Command/_fetchmail
Normal file
@ -0,0 +1,11 @@
|
||||
#compdef fetchmail
|
||||
|
||||
_arguments -S \
|
||||
{--bsmtp,'(--logfile)-L','(-L)--logfile','(--fetchmailrc)-f','(-f)--fetchmailrc','(--idfile)-i','(-i)--idfile'}':file:_files' \
|
||||
{--plugin,--plugout,'(--mda)-m','(-m)--mda'}':command:_command_names -e' \
|
||||
{'(--username)-u','(-u)--username'}:user:_users \
|
||||
'--auth:authentication types:(password kerberos kerberos_v5)' \
|
||||
{'(--protocol)-p','(-p)--protocol'}:protocol:'(auto pop2 pop3 apop rpop kpop sdps imap imap-k4 imap-gss etrn)' \
|
||||
{'(--port)-P','(-P)--port'}':port number' \
|
||||
'*:mail server:_hosts' \
|
||||
--
|
Loading…
Reference in New Issue
Block a user