diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-07-22 04:39:46 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-07-22 04:39:46 +0000 |
commit | 36052b318ba9b174c55c5e0c02e8ed7a5c0bd78f (patch) | |
tree | fc933dc9f1a2917c78abef30beb965f502dd9c15 /Completion/User | |
parent | 6585bea1fbe7da57adfa0f57b1bf2f98bb91a911 (diff) | |
download | zsh-36052b318ba9b174c55c5e0c02e8ed7a5c0bd78f.tar.gz zsh-36052b318ba9b174c55c5e0c02e8ed7a5c0bd78f.tar.xz zsh-36052b318ba9b174c55c5e0c02e8ed7a5c0bd78f.zip |
12347: 3 mutt options are repeatable
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_mutt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/User/_mutt b/Completion/User/_mutt index fefb56575..5e8e6cc42 100644 --- a/Completion/User/_mutt +++ b/Completion/User/_mutt @@ -5,9 +5,9 @@ typeset -A opt_args _arguments -C \ '::recipient:->userhost' \ - '-a:MIME attachment:_files' \ - '-b:BCC recipient:->userhost' \ - '-c:CC recipient:->userhost' \ + '*-a:MIME attachment:_files' \ + '*-b:BCC recipient:->userhost' \ + '*-c:CC recipient:->userhost' \ '-e:post-init configuration:' \ '-f+:mailbox: _mailboxes' \ '-F+:init file:_files' \ |