From 863601f6441dd0ffa9ad00d4f9887fdf90853c1f Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 28 Aug 2023 17:51:58 -0400 Subject: [PATCH] aerc delete bindings and fixed quoted replies for emails. --- home-config/aerc/aerc.conf | 2 +- home-config/aerc/binds.conf | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/home-config/aerc/aerc.conf b/home-config/aerc/aerc.conf index ec469ae..1d318a5 100644 --- a/home-config/aerc/aerc.conf +++ b/home-config/aerc/aerc.conf @@ -450,7 +450,7 @@ file-picker-cmd=fzf --multi --query=%s # # Example (obviously, this requires that you write your main text/plain body # using the markdown syntax): -text/html=pandoc --wrap=preserve -f markdown -t html --standalone +text/html=pandoc --wrap=preserve -f gfm+hard_line_breaks -t html --standalone [filters] # diff --git a/home-config/aerc/binds.conf b/home-config/aerc/binds.conf index 60dfef7..8c3c871 100644 --- a/home-config/aerc/binds.conf +++ b/home-config/aerc/binds.conf @@ -36,7 +36,8 @@ V = :mark -v T = :toggle-threads = :view -d = :prompt 'Really delete this message?' 'delete-message' +dd = :mv Trash +dg = :mv [Gmail]/Trash D = :delete A = :archive year @@ -69,7 +70,9 @@ O = :open S = :save | = :pipe D = :delete -A = :archive flat +dd = :mv Trash +dg = :mv [Gmail]/Trash +A = :archive year = :open-link