X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FCOMPLETION-BASH;h=70ac3b2c1f495af82baf8275a7209c92ba386d9c;hp=28aa29fd27b1c7c243b759d4d606c978d2b16e90;hb=4c1efddfd499300c7e74263e57d8aa137e84c853;hpb=da2ccd847bcb978a51b946e934ac91a2af7347fa diff --git a/docs/COMPLETION-BASH b/docs/COMPLETION-BASH index 28aa29f..70ac3b2 100644 --- a/docs/COMPLETION-BASH +++ b/docs/COMPLETION-BASH @@ -74,10 +74,6 @@ _nmh() options=(-sequence -add -delete -list -public -nopublic -zero -nozero -version -help) ;; - next ) - options=(-showmimeproc -header -noheader -checkmime - -nocheckmime -version -help) - ;; packf ) options=(-file -version -help) ;; @@ -87,10 +83,6 @@ _nmh() -sequence -public -nopublic -zero -nozero -list -nolist -version -help) ;; - prev ) - options=(-showproc -showmimeproc -header -noheader -checkmime - -nocheckmime -version -help) - ;; refile ) options=(-link -nolink -src -file -version -help) ;; @@ -111,8 +103,9 @@ _nmh() -width -file -version -help ) ;; show ) - options=(-showproc -showmimeproc -header -noheader - -checkmime -nocheckmime -version -help) + next ) + prev ) + options=(-file -part -type -form -version -help) ;; sortm ) options=(-datefield -textfield -notextfield -limit -nolimit @@ -157,4 +150,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 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 mhstore msgchk next packf pick prev prompter rcvdist rcvpack rcvstore refile repl rmf rmm scan send sendfiles show slocal sortm whatnow