Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutt completion doesn't work with neomutt 20200626 #462

Open
mgedmin opened this issue Nov 11, 2020 · 0 comments · May be fixed by #463
Open

mutt completion doesn't work with neomutt 20200626 #462

mgedmin opened this issue Nov 11, 2020 · 0 comments · May be fixed by #463

Comments

@mgedmin
Copy link
Contributor

mgedmin commented Nov 11, 2020

I've been investigating why mutt completion (neomutt -f =<tab>) doesn't work for me with neomutt 20200626, and I discovered that _muttfiledir() expects neomutt -Q folder to return a value that looks like

folder="/path/to/it"

but neomutt 20200626 returns a value that looks like

set folder = "/path/to/it"

(AFAICT the output format of neomutt -Q changed some time in 2018.)

This is easy to fix by updating the sed regexp, and I'll attempt to prepare a pull request for it.

mgedmin added a commit to mgedmin/bash-completion that referenced this issue Nov 11, 2020
@mgedmin mgedmin linked a pull request Nov 11, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant