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

Offer completions for mu4e--search-query-keywords #42

Open
josephmturner opened this issue Jan 23, 2025 · 2 comments
Open

Offer completions for mu4e--search-query-keywords #42

josephmturner opened this issue Jan 23, 2025 · 2 comments

Comments

@josephmturner
Copy link

Is your feature request related to a problem? Please describe.
I'd like to be reminded which query keywords are available when searching.

Describe the solution you'd like
I'd like the minibuffer completions which are available in mu4e-search, e.g., to complete subj to subject:, to be available when entering a query with consult-mu-dynamic.

Thank you!!

Joseph

@armindarvish
Copy link
Owner

@josephmturner This may be non-trivial because the minibuffer-setup step is deep burried in the consult backend, so creating completion-functions for this can be tricky. Plus the fact that we would need to override the tab key binding in the minibuffer-map but currently consult-mu does not define a mode or keymap, so I need to find a workaround for that as well.

@josephmturner
Copy link
Author

josephmturner commented Jan 24, 2025 via email

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

No branches or pull requests

2 participants