From 734212db69d0d66eb8a425c3dd21b5f0705f5038 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 20 Jan 2013 18:03:22 +0100 Subject: [PATCH] mutt/display: Don't display help bar. It just wastes space. --- mutt/display | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mutt/display b/mutt/display index d60f0b8..0b1dd38 100644 --- a/mutt/display +++ b/mutt/display @@ -16,6 +16,9 @@ # along with this file. If not, see . +# Don't display help bar at the top of the screen. +set help=no + # automatically display html mails as plain text: auto_view text/html # but ensure plain mail is used if it exists: -- 2.44.1