Added abook integration
This commit is contained in:
parent
62f897fdf5
commit
dc6aac4e61
1 changed files with 5 additions and 0 deletions
5
muttrc
5
muttrc
|
@ -92,6 +92,11 @@ folder-hook arch/* source ~/.mutt/arch.muttrc
|
||||||
folder-hook gmail/* source ~/.mutt/gmail.muttrc
|
folder-hook gmail/* source ~/.mutt/gmail.muttrc
|
||||||
folder-hook iactor/* source ~/.mutt/iactor.muttrc
|
folder-hook iactor/* source ~/.mutt/iactor.muttrc
|
||||||
|
|
||||||
|
# abook
|
||||||
|
set query_command = "abook --mutt-query '%s'"
|
||||||
|
|
||||||
# macros
|
# macros
|
||||||
macro index I "<change-folder>!<enter>" "go to Inbox"
|
macro index I "<change-folder>!<enter>" "go to Inbox"
|
||||||
macro index Z "<shell-escape>/usr/bin/offlineimap -q -o<enter>" "sync IMAP"
|
macro index Z "<shell-escape>/usr/bin/offlineimap -q -o<enter>" "sync IMAP"
|
||||||
|
macro generic,index,pager \ca "<shell-escape>abook<return>" "lanch abook"
|
||||||
|
macro index,pager A "<pipe-message>abook --add-email<return>" "add the sender address to abook"
|
||||||
|
|
Loading…
Reference in a new issue