summaryrefslogtreecommitdiff
path: root/completion/_mutt-wizard.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'completion/_mutt-wizard.zsh')
-rw-r--r--completion/_mutt-wizard.zsh30
1 files changed, 14 insertions, 16 deletions
diff --git a/completion/_mutt-wizard.zsh b/completion/_mutt-wizard.zsh
index 9b04c74..619a20c 100644
--- a/completion/_mutt-wizard.zsh
+++ b/completion/_mutt-wizard.zsh
@@ -19,7 +19,7 @@ case "$state" in
'-y:Sync mail for account by name'
'-Y:Sync mail for all accounts'
'-u:Show a registered email account information'
- '-X:Delete an account"'"s local email too when deleting'
+ '-X:Delete an account'\''s local email too when deleting'
)
_describe 'flags' opts
;;
@@ -28,24 +28,22 @@ case "$state" in
-a)
_alternative \
'args: :((
- -f\:"Assume typical English mailboxes without attempting log-on."
- -i\:"IMAP/POP server address"
- -I\:"IMAP/POP server port"
- -m\:"Maximum number of emails to be kept offline (default=0: unlimited)"
- -n\:"Real name to be on the email account"
- -N\:"Account login name if not full address"
- -o\:"Configure address, but keep mail online."
- -p\:"Add for a POP server instead of IMAP."
- -P\:"Pass Prefix (prefix of the file where password is stored)"
- -s\:"SMTP server address"
- -S\:"SMTP server port"
- -x\:"Password for account (recommended to be in double quotes)"
+ -f\:"Assume typical English mailboxes without attempting log-on."
+ -i\:"IMAP/POP server address"
+ -I\:"IMAP/POP server port"
+ -m\:"Maximum number of emails to be kept offline (default=0: unlimited)"
+ -n\:"Real name to be on the email account"
+ -N\:"Account login name if not full address"
+ -o\:"Configure address, but keep mail online."
+ -p\:"Add for a POP server instead of IMAP."
+ -P\:"Pass Prefix (prefix of the file where password is stored)"
+ -s\:"SMTP server address"
+ -S\:"SMTP server port"
+ -x\:"Password for account (recommended to be in double quotes)"
-X\:"Delete an account'"'"'s local email too when deleting."
))'
;;
- -D|-y)
- _values 'email list' $(mw -l | cut -f2) 2>/dev/null
- ;;
+ -D|-y) _values 'email list' $(mw -l | cut -f2) 2>/dev/null ;;
esac
;;
esac