Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
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.
2026-05-14 10:55:53 +01:00

29 lines
1.4 KiB
Plaintext

#compdef mutt
_arguments -s -S \
'::recipient:_email_addresses -n mutt' \
'(- :)-A[expand given alias]:alias:_email_addresses -n mutt' \
'*-a[attach file using MIME]::file attachment:_files' \
'*-b[specify a BCC recipient]:BCC recipient:_email_addresses -n mutt' \
'*-c[specify a CC recipient]:CC recipient:_email_addresses -n mutt' \
'(- :)-D[print the value of all variables]' \
'(-x)-E[edit the draft (-H) or include (-i) file]' \
'-d+[log debugging output to ~/.muttdebug0]:level:(1 2 3 4 5)' \
'-e+[specify a post-init configuration command]:post-init configuration' \
'-f+[specify mailbox to load]:mailbox: _mailboxes' \
'-F+[specify an init file]:init file:_files' \
'(- :)-h[display help]' \
'-H+[specify a draft file for message]:draft file:_files' \
'-i+[specify file to include in message]:include file:_files' \
'-m+[specify default mailbox type]:mailbox type:(mbox MMDF MH Maildir)' \
'-n[bypass system configuration]' \
'-p[resume postponed message]' \
'(- :)-Q+[query a configuration variable]:variable:(${${(f)"$(_call_program variables mutt -D 2>/dev/null)"}%%( is|=)*})' \
'-R[open in read-only mode]' \
'-s+[specify a subject]:subject:' \
'(- :)-v[display mutt version]' \
'(-E)-x[emulate mailx compose]' \
'-y[start listing mailboxes]' \
'-z[start only if new messages]' \
'-Z[open first mailbox with new mail]'