zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: _mutt option repetition
Date: Sat, 22 Jul 2000 00:38:19 -0400	[thread overview]
Message-ID: <20000722003819.A17534@scowler.net> (raw)

I was bitten when trying to complete arguments to multiple -a's.
The same applies for -b and -c, but not, as I had suspected, -i.

Index: Completion/User/_mutt
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_mutt,v
retrieving revision 1.2
diff -u -r1.2 _mutt
--- Completion/User/_mutt	2000/05/05 13:38:46	1.2
+++ Completion/User/_mutt	2000/07/22 04:37:47
@@ -5,9 +5,9 @@
 
 _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' \


                 reply	other threads:[~2000-07-22  4:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000722003819.A17534@scowler.net \
    --to=schizo@debian.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).