X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FCOMPLETION-BASH;h=926def428bfc7b8d18d7281993de03d45780eccd;hp=806c9340e0440e9bb64052b3363ca9942e672dfe;hb=14767c94b3827be7c867196467ed7aea5f6f49b0;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/docs/COMPLETION-BASH b/docs/COMPLETION-BASH index 806c934..926def4 100644 --- a/docs/COMPLETION-BASH +++ b/docs/COMPLETION-BASH @@ -58,9 +58,9 @@ _nmh() ;; forw ) options=(-annotate -noannotate -form -format -noformat - -filter -inplace -noinplace -mime -nomime + -filter -mime -nomime -editor -noedit -whatnowproc - -nowhatnowproc -dashstuffing -nodashstuffing -build -file + -nowhatnowproc -build -file -version -help) ;; inc ) @@ -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