From d7417bdc0e500fff5f6890c3ee1f70dff54c3f18 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 13 Apr 2001 18:42:13 +0000 Subject: add completion for common MUAs and a couple of minor fixes (13982) --- Completion/Unix/Command/_mutt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_mutt') 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' \ -- cgit 1.4.1