From 3f2ef4be00de46a9ce966d3412f0d1313c6b4e69 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 29 Mar 2023 10:15:43 +0200 Subject: [PATCH] keybind for resizing image even smaller --- .config/mutt/keybindings | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/mutt/keybindings b/.config/mutt/keybindings index a3cafa9..d8f3484 100644 --- a/.config/mutt/keybindings +++ b/.config/mutt/keybindings @@ -82,6 +82,7 @@ macro index,pager M " set my_weed=\$weed se macro index,pager " set my_pipe_decode=\$pipe_decode unset pipe_decode$my_confdir/viewmailattachments set pipe_decode=\$my_pipe_decode" "view attachments in browser" macro compose \ez " set my_editor=\$editor set editor='mogrify -sample 1000x1000' set editor=\$my_editor" "Resize attached image to within 1000x1000" +macro compose \eZ " set my_editor=\$editor set editor='mogrify -sample 2500x2500' set editor=\$my_editor" "Resize attached image to within 1000x1000" bind index,pager sidebar-prev bind index,pager \e sidebar-prev -- 2.39.2