ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
12 lines
553 B
Plaintext
12 lines
553 B
Plaintext
#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 type:(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' \
|
|
--
|