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

speed up folder switch, add commented sidebar config

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

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -89,7 +89,10 @@ set timeout = 15 set mail_check = 5 # how often (in seconds) mutt should look for new mail (default = 5 sec) set alias_file=~/.mutt/aliases # Save aliases here +set sort_alias = alias # sort alias list when displayed in mutt +set reverse_alias = yes # sort in reverse order source ~/.mutt/aliases # Load in my aliases. + source ~/.sec/gpg.rc # Use GPG source ~/.mutt/colors # Define colours. #source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc @@ -131,6 +134,14 @@ 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" +# speed up folders switch +set sleep_time = 0 + +# mutt-sidebar +#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>' + # 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"