diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-01 05:04:36 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-01 05:04:36 +0900 |
| commit | 5c9c311f33d25b67362c936e635f69c0544da0ef (patch) | |
| tree | 33c5f6f4682cc85ae8fa2a1c06eaf45cfcf2fecf | |
| parent | 7b7280fc2a594a4bb4bb9fc0ba1b5d41af0a3bd4 (diff) | |
modified completion/_mutt-wizard.zsh
| -rw-r--r-- | completion/_mutt-wizard.zsh | 30 |
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 |
