dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d73d63f90ebad5cecfb52ba8ae29b1de66e5c030
parent 550a21ade80218f0a3620550257b733c8e1ffaba
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 28 Feb 2016 09:59:07 -0800

restructure abook commands

Diffstat:
M.mutt/muttrc | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -129,9 +129,7 @@ auto_view text/html # HTML is the last option. alternative_order text/plain text/enriched text/html -# abook address book -set query_command= "abook --mutt-query '%s'" -macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "add the sender address to abook" +# show e # vi-like movement bind attach,index gg first-entry @@ -161,8 +159,10 @@ macro index \ 4 "<sync-mailbox><change-folder>=gmail/INBOX/<enter>" "Go to Gmail macro index \ $ "<sync-mailbox><change-folder>=gmail/[Gmail].Sent\ Mail/<enter>" "Go to Gmail sent" macro index \ c "<sync-mailbox><change-folder>=geomail/INBOX.cryolist/<enter>" "Go to cryolist" -macro index A "!$EDITOR ~/.mutt/aliases\n:source ~/.mutt/aliases\n" "Edit aliases file and reload it" -macro pager A "!$EDITOR ~/.mutt/aliases\n:source ~/.mutt/aliases\n" "Edit aliases file and reload it" +# abook address book +set query_command= "abook --mutt-query '%s'" +macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "add the sender address to abook" +macro index,pager A "!$EDITOR ~/.mutt/aliases\n:source ~/.mutt/aliases\n" "Edit aliases file and reload it" # Sync email macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail"