diff --git a/muttrc b/muttrc index 8ba530e..e5c363c 100644 --- a/muttrc +++ b/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 sync-mailbox +bind index collapse-thread + +# First syncs everything, second syncs only INBOX. +macro index O "offlineimap" +macro index o "offlineimap -qf INBOX" + # 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