about summary refs log tree commit diff
path: root/Completion/User/_mutt
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_mutt')
-rw-r--r--Completion/User/_mutt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Completion/User/_mutt b/Completion/User/_mutt
index 90e7dec08..8df7799ee 100644
--- a/Completion/User/_mutt
+++ b/Completion/User/_mutt
@@ -25,8 +25,6 @@ local curcontext="$curcontext" state line ret=1
  '-Z+:open first mailbox with new mail:' && ret=0
 
 if [[ "$state" = userhost ]]; then
-  _tags hosts || return 1
-
   if compset -P '*@'; then
     _description hosts expl 'remote host name'
     _hosts "$expl[@]" -q -S, && return 0