[mutt] A few mappings from Steve Losh's tutorial
This commit is contained in:
parent
020ae2252d
commit
441b315d2f
1 changed files with 13 additions and 0 deletions
13
muttrc
13
muttrc
|
@ -61,8 +61,21 @@ alternative_order text/plain text/enriched text/html
|
|||
|
||||
unmailboxes "$record" "$postponed" "$trash"
|
||||
|
||||
# Basically the default, but give a little more space to addresses since we are no longer in the 80s.
|
||||
set index_format="%4C %Z %{%b %d} %-20.20L (%?l?%4l&%4c?) %s"
|
||||
|
||||
# Vim style first and last
|
||||
bind index gg first-entry
|
||||
bind index G last-entry
|
||||
|
||||
bind index R group-reply
|
||||
bind index <tab> sync-mailbox
|
||||
bind index <space> collapse-thread
|
||||
|
||||
# First syncs everything, second syncs only INBOX.
|
||||
macro index O "<shell-escape>offlineimap<enter>"
|
||||
macro index o "<shell-escape>offlineimap -qf INBOX<enter>"
|
||||
|
||||
# Some resources for colors:
|
||||
# http://www.strcat.de/dotfiles/mutt.color
|
||||
# https://github.com/altercation/mutt-colors-solarized/blob/master/mutt-colors-solarized-dark-256.muttrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue