summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_mutt
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_mutt')
-rw-r--r--Completion/Unix/Command/_mutt4
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' \