From 441b315d2feefc68e5236640f3b5ef07ff556fe5 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 15 Apr 2018 18:23:49 -0700 Subject: [PATCH] [mutt] A few mappings from Steve Losh's tutorial --- muttrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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