<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
# postsuper(1) completion                                  -*- shell-script -*-

_postsuper()
{
    local cur prev words cword
    _init_completion || return

    local pval len

    case $prev in
        -c)
            _filedir -d
            return
            ;;
        -[dr])
            len=${#cur}
            for pval in ALL $(mailq 2>/dev/null | \
                command sed -e '1d; $d; /^[^0-9A-Z]/d; /^$/d; s/[* !].*$//'); do
                if [[ "$cur" == "${pval:0:$len}" ]]; then
                    COMPREPLY+=( $pval )
                fi
            done
            return
            ;;
        -h)
            len=${#cur}
            for pval in ALL $(mailq 2>/dev/null | \
                command sed -e '1d; $d; /^[^0-9A-Z]/d; /^$/d; s/[* ].*$//; /!$/d'); do
                if [[ "$cur" == "${pval:0:$len}" ]]; then
                    COMPREPLY+=( $pval )
                fi
            done
            return
            ;;
        -H)
            len=${#cur}
            for pval in ALL $(mailq 2>/dev/null | \
                command sed -e '1d; $d; /^[^0-9A-Z]/d; /^$/d; /^[0-9A-Z]*[* ]/d; s/!.*$//'); do
                if [[ "$cur" == "${pval:0:$len}" ]]; then
                    COMPREPLY+=