From 8c75cf67667b0f3651255f4b33740d79f5cee6c0 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 30 Jan 2014 22:15:37 +0100 Subject: [PATCH] mutt: always include previous message + time format --- mutt/muttrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mutt/muttrc b/mutt/muttrc index 4c342fa..d4f9945 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -5,9 +5,11 @@ set envelope_from set forward_format = "Fwd: %s" set forward_quote = yes -set edit_headers -set askcc -set editor = vim +set edit_headers = yes # more power +set askcc = yes # ask until I have goobook completion in vim +set editor = vim # d'uh +set include = yes # don't ask, just do +set date_format = "!%b %d, %Y at %k:%M" # use 24-hour clock # goobook set query_command = "goobook query '%s'" @@ -35,7 +37,6 @@ set status_on_top = yes # also help on bottom set index_format="%Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s" set index_format="[%Z] %{%e/%m} %-20.20L %?M?+ ?%s" - # header ignore * unignore from: to: cc: date: subject: -- 2.48.1