GArik / bash-completion

programmable completion for the bash shell
https://alioth.debian.org/projects/bash-completion/
GNU General Public License v2.0
84 stars 27 forks source link

Mutt folder completion broken (removes '=' sign after completing) #8

Open antoszka opened 7 years ago

antoszka commented 7 years ago

As in the subject, when I complete mutt folder names (in the mutt nomenclature, with the leading '=' sign), the sign gets removed:

mutt -f =foo<tab>

gets a full or partial completion, but removes the '=' sign, resulting in a useless result:

mutt -f foobar

This used to work properly.

antoszka commented 4 years ago

Any updates here? :)