From 6a5bf32f186e24fb8a3edceee14c0e236cd09612 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Tue, 12 Dec 2023 17:07:05 +0100 Subject: [PATCH] Ajout collapse de thread --- .config/mutt/global.muttrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/mutt/global.muttrc b/.config/mutt/global.muttrc index 9d8aa97..e5a48e4 100644 --- a/.config/mutt/global.muttrc +++ b/.config/mutt/global.muttrc @@ -45,6 +45,7 @@ bind index k previous-entry bind attach view-mailcap #bind attach l view-mailcap bind editor noop +bind index noop bind index G last-entry #bind pager,attach h exit bind pager j next-line @@ -54,7 +55,7 @@ bind index d delete-message bind index U undelete-message bind index L limit #bind index l display-message -bind index,query tag-entry +bind index collapse-thread #bind browser h goto-parent #macro browser h '..' "Go to parent folder" bind index,pager H view-raw-message