Hello, I'm new to mutt (just some months) and I decided to leave the aliases file for abook. But the behaviour is different and I would like to complete with abook as I used to do with aliases. Here's how my muttrc looks like now : ------------------------------------------- #set alias_file=~/.mutt/aliases #source $alias_file #bind editor "<tab>" complete set query_command="abook --mutt-query '%s'" bind editor "<tab>" complete-query
## I also attempted to use the following keycode : #bind editor \t complete-query #bind editor <tab> complete-query ------------------------------------------- Anyway I can still complete-query with ^T, but still can not with <tab>. Any suggestion about what I missed ? If this issue can be easily solved, a second one waits me : With aliases, an alias typed without the completion is replaced by the email address but when I use the complete query I *have to* complete the alias otherwise the final address is : the-typed-al...@my-hostname who's not really who I want to write to. Any help/advices welcome. Raph