Jani Nikula <jani at nikula.org> writes:
> +         local path=`notmuch config get database.path`
> +         compopt -o nospace
> +         COMPREPLY=( $(compgen -d "$path/${cur##folder:}" | \
> +             sed "s|^$path/||" | grep -v "\(^\|/\)\(cur\|new\|tmp\)$"

I'm a bit confused here. Why is 'folder:' being stripped? Too much
copy-pasta?

d

Reply via email to