summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/User/_mutt6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 976d8f4bb..42a20f170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-22 Clint Adams <schizo@debian.org>
+
+ * 12347: Completion/User/_mutt: options -a, -b, and -c are
+ repeatable.
+
2000-07-21 Sven Wischnowsky <wischnow@zsh.org>
* 12337: Src/parse.c: fix parsing of `time' without a command
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' \