From 35b2633ad941966f5fca07b625a594a5b68c0fdb Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 15 Nov 1999 12:01:46 +0000 Subject: manual/8639 --- Completion/User/_mutt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/User/_mutt') diff --git a/Completion/User/_mutt b/Completion/User/_mutt index 16b1b0c6d..98c59b2e0 100644 --- a/Completion/User/_mutt +++ b/Completion/User/_mutt @@ -1,8 +1,8 @@ #compdef mutt -local context state line muttrc="~/.muttrc" ret=1 +local curcontext="$curcontext" state line muttrc="~/.muttrc" ret=1 - _arguments \ + _arguments -C \ '::recipient:->userhost' \ '-a:MIME attachment:_files' \ '-b:BCC recipient:->userhost' \ @@ -25,7 +25,7 @@ local context state line muttrc="~/.muttrc" ret=1 '-Z+:open first mailbox with new mail:' && ret=0 if [[ "$state" = userhost ]]; then - _tags "$context" hosts || return 1 + _tags hosts || return 1 if compset -P '*@'; then _description expl 'remote host name' -- cgit 1.4.1