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 2a61864b9d5094dd2c0d13e773daa518d1fdcd90
parent b64bdee469be4e9767c6222ee3b84bef19569fa0
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 18 Apr 2016 13:14:22 -0700

do not open the unread message right way

Diffstat:
M.mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -155,7 +155,7 @@ set query_command= "abook --mutt-query '%s'" #sender address to abook" macro index,pager A "!$EDITOR ~/.mutt/aliases\n:source ~/.mutt/aliases\n" "Edit aliases file and reload it" macro pager a "<create-alias><enter>" "create an alias from the message sender" -macro index Y "<next-unread-mailbox><enter>" "create an alias from the message sender" +macro index Y "<next-unread-mailbox>" "go to next mailbox with unread mails" # Sync email macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail"