diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:49:22 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:49:22 +0000 |
commit | 3fe1c4714510120f4051aa8ece7524c56dec84e7 (patch) | |
tree | 3e189509bca0e62b5463d960c6548e6b8ae0f773 /Completion/User/_fetchmail | |
parent | 2b3114bb95320383034e69b06c3c89ff1a5fd3f2 (diff) | |
download | zsh-3fe1c4714510120f4051aa8ece7524c56dec84e7.tar.gz zsh-3fe1c4714510120f4051aa8ece7524c56dec84e7.tar.xz zsh-3fe1c4714510120f4051aa8ece7524c56dec84e7.zip |
moved to Completion/Unix/Command/_fetchmail
Diffstat (limited to 'Completion/User/_fetchmail')
-rw-r--r-- | Completion/User/_fetchmail | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Completion/User/_fetchmail b/Completion/User/_fetchmail deleted file mode 100644 index 31a92d984..000000000 --- a/Completion/User/_fetchmail +++ /dev/null @@ -1,11 +0,0 @@ -#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' \ - -- |