From 289c02d84ea4d40e6294b1c6c809f4e63838a6d7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 30 Dec 2016 15:31:53 +0000 Subject: [PATCH] mutt: wait_key=no Allows mutt_mpv to return to the index/pager without any interaction --- mutt/muttrc | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt/muttrc b/mutt/muttrc index f94f1c5..cc20e15 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -59,6 +59,7 @@ set tilde = yes # fills end of messages with tilde set markers = no set mark_old = no # leave messages as new if unread set status_on_top = yes # also help on bottom +set wait_key = no # don't wait for enter key set index_format="[%Z] %{%e/%m} %15.15L %?M?+ ?%s" # header -- 2.48.1