|
|
|
@ -69,7 +69,8 @@ bind index,pager \Cf vfolder-from-query |
|
|
|
bind index,pager z entire-thread |
|
|
|
# Addresses autocompetion using notmuch |
|
|
|
# https://github.com/neomutt/neomutt/issues/629 |
|
|
|
set query_command = "notmuch address from:%s" |
|
|
|
# https://github.com/neomutt/neomutt/issues/1333 |
|
|
|
set query_command = "echo '' && notmuch address from:%s" |
|
|
|
bind editor <Tab> complete-query |
|
|
|
bind editor ^T complete |
|
|
|
set query_format="%4c %t %-70.70a %-70.70n %?e?(%e)?" |
|
|
|
|