diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-13 18:42:13 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-13 18:42:13 +0000 |
commit | d7417bdc0e500fff5f6890c3ee1f70dff54c3f18 (patch) | |
tree | e6ac600aaa0d17e38a2515ee474bb4f92541a94d /Completion/Unix/Command/_mutt | |
parent | 25b8a1a4b1fe09ab4ee0a12ff94d4162352ef9e1 (diff) | |
download | zsh-d7417bdc0e500fff5f6890c3ee1f70dff54c3f18.tar.gz zsh-d7417bdc0e500fff5f6890c3ee1f70dff54c3f18.tar.xz zsh-d7417bdc0e500fff5f6890c3ee1f70dff54c3f18.zip |
add completion for common MUAs and a couple of minor fixes (13982)
Diffstat (limited to 'Completion/Unix/Command/_mutt')
-rw-r--r-- | Completion/Unix/Command/_mutt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_mutt b/Completion/Unix/Command/_mutt index 7898a0527..21e383484 100644 --- a/Completion/Unix/Command/_mutt +++ b/Completion/Unix/Command/_mutt @@ -1,12 +1,12 @@ #compdef mutt -local curcontext="$curcontext" state line suf +local curcontext="$curcontext" state line expl suf typeset -A opt_args _arguments -C -s \ '::recipient:->userhost' \ '*-a[attach file using MIME]:file attachment:_files' \ - '*-b[specify a BCC recipient]:BCC recepient:->userhost' \ + '*-b[specify a BCC recipient]:BCC recipient:->userhost' \ '*-c[specify a CC recipient]:CC recipient:->userhost' \ '-e+[specify a post-init configuration command]:post-init configuration:' \ '-f+[specify mailbox to load]:mailbox: _mailboxes' \ |