commit c74bb1a9f3a0594fe188967909330959942c822d parent 4fa4bd4761bfc4f7b392f2dd53dc8d0561585283 Author: Anders Damsgaard Christensen <adc@geo.au.dk> Date: Tue, 19 Apr 2016 12:29:31 -0700 use blinkenlights UI in mutt Diffstat:
M | .mutt/muttrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -157,8 +157,8 @@ macro pager a "<create-alias><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" -macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inbox" +macro index O "<shell-escape>offlineimap -u blinkenlights<enter>" "run offlineimap to sync all mail" +macro index o "<shell-escape>offlineimap -u blinkenlights -qf INBOX<enter>" "run offlineimap to sync inbox" # View and select urls macro pager U "<pipe-entry>urlview<enter>" "call urlview to open links"