From 0407a86befa34dd3193bd09a2cbe49378a4f425f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 7 Jan 2020 17:42:08 +0300 Subject: [PATCH] Working mouse wheel in Mutt --- mutt/.mutt/muttrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 638f969..f3bde96 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -40,6 +40,11 @@ macro pager \cu |urlview\n macro index \cb macro pager \cb +macro index \ce +macro index \cy +macro pager \ce +macro pager \cy + alternative_order text/plain text/enriched text/html auto_view text/html unignore \ -- 2.44.0