-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
notmuch: autocompletion of "to/cc/bcc" addresses #629
Comments
|
it seems this is already doable, by binding the although the output is trimmed at 25 columns for some odd reason... by default, this means this is basically resolved. :) thanks! |
If i recall correctly, you can fix that with: |
|
On 2017-06-09 12:19:55, Tobias Angele wrote:
> although the output is trimmed at 25 columns for some odd reason...
If i recall correctly, you can fix that with:
set query_format="%4c %t %-70.70a %-70.70n %?e?(%e)?"
Confirmed, thanks!
|
|
I have a question regarding this issue - using The difference can be seen when comparing the output in a shell between: notmuch address from:<my-string>and when using tab completion in My If I should open a new issue please let me know Version info: |
|
It might be worth noting that notmuch can also query for a regex (see |
Right now when you compose an email in Neomutt, the autocompletion command (
TAB) in theTo:field yields the list of aliases. Yet the Notmuch feature provides a way more powerful autocompletion system through thenotmuch-addresscommand. This is used in the Emacs notmuch client and I use it all the time, it's one of those things that make me go back to Emacs instead of switching back to mutt (along with #628).I'm not sure how that completion works or how customizable it is, but it would seem to me like a key feature to add.
Thanks!
The text was updated successfully, but these errors were encountered: