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 1f5e4e8bccd369fe9a7b2e1e8eda6867a93bee1c
parent 1a082adba866950f3f7f0648ca894e93a6488193
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 28 Feb 2016 11:12:43 -0800

use built-in function to add to ~/.mutt/aliases

Diffstat:
M.mutt/muttrc | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -141,10 +141,15 @@ set sleep_time = 0 #set sidebar_visible = yes #macro index b '<enter-command>toggle sidebar_visible<enter><refresh>' #macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>' +#bind index,pager \CP sidebar-prev +#bind index,pager \CN sidebar-next +#bind index,pager \CO sidebar-open +#set sidebar_sort = yes # fix order of sidebar entries # 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 "<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