X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FCOMPLETION-BASH;h=926def428bfc7b8d18d7281993de03d45780eccd;hp=73f5efcf1552641662736e511d623a281201f92e;hb=14767c94b3827be7c867196467ed7aea5f6f49b0;hpb=4d4f3e6367922ac4237d87ccfb070dbbcb6ff6be diff --git a/docs/COMPLETION-BASH b/docs/COMPLETION-BASH index 73f5efc..926def4 100644 --- a/docs/COMPLETION-BASH +++ b/docs/COMPLETION-BASH @@ -58,7 +58,7 @@ _nmh() ;; forw ) options=(-annotate -noannotate -form -format -noformat - -filter -inplace -noinplace -mime -nomime + -filter -mime -nomime -editor -noedit -whatnowproc -nowhatnowproc -build -file -version -help) @@ -96,7 +96,7 @@ _nmh() repl ) options=(-annotate -noannotate -group -nogroup -cc -nocc -query -noquery -form -format -noformat -filter - -inplace -noinplace -mime -nomime -fcc -width + -mime -nomime -width -editor -noedit -whatnowproc -nowhatnowproc -build -file -version -help) ;; @@ -108,7 +108,7 @@ _nmh() ;; scan ) options=(-clear -noclear -form -format -header -noheader - -width -reverse -noreverse -file -version -help ) + -width -file -version -help ) ;; show ) options=(-draft -showproc -showmimeproc -header -noheader @@ -157,4 +157,4 @@ _nmh() COMPREPLY=( $( compgen -W "${options[*]}" -- $current ) ) return 0 } -[ "$have" ] && complete -F _nmh ali anno burst comp dist flist flists folder folders forw inc mark mhbuild mhl mhlist mhmail mhparam mhpath mhshow mhstore msgchk next packf pick prev prompter rcvdist rcvpack rcvstore rcvtty refile repl rmf rmm scan send sendfiles show slocal sortm whatnow +[ "$have" ] && complete -F _nmh ali anno burst comp dist flist flists folder folders forw inc mark mhbuild mhl mhlist mhmail mhparam mhpath mhshow mhstore msgchk next packf pick prev prompter rcvdist rcvpack rcvstore refile repl rmf rmm scan send sendfiles show slocal sortm whatnow