1 # claws-mail(1) completion
4 local cur prev words cword
5 _init_completion || return
8 --help|-h|--version|-v|--version-full|-V)
11 --alternate-config-dir)
12 COMPREPLY=( $( find . -maxdepth 2 -name clawsrc | sed 's,/clawsrc,,' ) )
15 --select|--status|--status-full)
19 --compose-from-file|--attach)
25 if [[ $cur == -* ]]; then
26 COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
30 complete -F _claws-mail claws-mail