File: _fetchmail

package info (click to toggle)
zsh-beta 4.3.6-dev-0%2B20080723-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 14,752 kB
  • ctags: 7,403
  • sloc: ansic: 90,889; sh: 5,568; makefile: 836; perl: 745; awk: 381; sed: 16
file content (11 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
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' \
  --