diff --git a/mutt/.mutt/bindings b/mutt/.mutt/bindings index 21623f6..8ecdc27 100644 --- a/mutt/.mutt/bindings +++ b/mutt/.mutt/bindings @@ -323,10 +323,11 @@ bind editor complete-query bind editor ^T complete # Writing mail -bind index,pager m mail -bind index,pager r reply -bind index,pager b bounce-message -bind index,pager f forward-message +bind index,pager m mail +bind index,pager r reply +bind index,pager r group-reply # Control-r, \Cr +bind index,pager b bounce-message +bind index,pager f forward-message # Archive macro index,pager d "=Archive" "Archive" @@ -367,5 +368,4 @@ bind pager H display-toggle-weed # # bind browser check-new # bind browser N select-new -# bind index r group-reply # Control-r, \Cr # vim: set ft=neomuttrc diff --git a/mutt/.mutt/gen_html.sh b/mutt/.mutt/gen_html.sh index 6fc85e2..77cddea 100755 --- a/mutt/.mutt/gen_html.sh +++ b/mutt/.mutt/gen_html.sh @@ -13,6 +13,6 @@ cp "$FILE" "$TMP_DIR/input.html" # docker container run -it --rm -v "$TMP_DIR:/usr/src/app" zenika/alpine-chrome --no-sandbox --screenshot --hide-scrollbars "file:///usr/src/app/input.html" # Works but screenshot is usually too large # docker container run -it --net none --rm -v "$TMP_DIR:/usr/src/app" zenika/alpine-chrome --no-sandbox --screenshot --window-size=1280,1696 --hide-scrollbars "file:///usr/src/app/input.html" -docker container run -it --rm -v "$TMP_DIR:/usr/src/app" zenika/alpine-chrome --no-sandbox --print-to-pdf --hide-scrollbars "file:///usr/src/app/input.html" +docker container run -it --net none --rm -v "$TMP_DIR:/usr/src/app" zenika/alpine-chrome --no-sandbox --print-to-pdf --hide-scrollbars "file:///usr/src/app/input.html" xdg-open "$TMP_DIR/output.pdf" diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 3ea44f2..a28f2ef 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -64,6 +64,11 @@ set wait_key = no set mailcap_path = ~/.mutt/mailcap +# set record="+Sent" +# set postponed="+Drafts" + +set copy=yes + # macro index z "!mbsync -a^M" "Update through mbsync" # Load account information