From 13e486d55f43e8001877ee9644e29b62ea69e83a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 29 Nov 2013 15:47:28 -0500 Subject: [PATCH] Set a date format. Check for mail every 60s. Stop the pager at the bottom of each message. --- muttrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/muttrc b/muttrc index 225a936..211a73e 100644 --- a/muttrc +++ b/muttrc @@ -35,6 +35,7 @@ set charset="utf8" set confirmappend=no set confirmcreate=no set copy=yes +set date_format="%Y-%m-%d %H:%M:%S" set delete=ask-yes set edit_headers=yes set fast_reply=yes @@ -44,11 +45,12 @@ set hidden_host=yes set honor_followup_to=yes set include=yes set indent_str="> " -set mail_check=15 +set mail_check=60 set markers=yes set move=no set pager="builtin" set pager_context=3 +set pager_stop=yes set print=ask-yes # This is the command used to query your address book -- 2.43.2