Mutt abook

From wikinotes
Revision as of 17:06, 29 December 2020 by Will (talk | contribs) (Created page with "Instructions for integrating abook into mutt. = Configuration = <blockquote> <source lang="bash"> # ~/.mutt/muttrc set query_command="abook --mutt-query '%s'" macro ind...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Instructions for integrating abook into mutt.


Configuration

# ~/.mutt/muttrc

set query_command="abook --mutt-query '%s'"
macro index a     "|abook --add-email\n" 'add sender to abook'
macro pager a     "|abook --add-email\n" 'add sender to abook'