aerc delete bindings and fixed quoted replies for emails.

863601f6441d… · Ryan Schanzenbacher ·

parent f6ffc5b30615… view tree

Changed files

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<Enter>
T = :toggle-threads<Enter>
<Enter> = :view<Enter>
-d = :prompt 'Really delete this message?' 'delete-message'<Enter>
+dd = :mv Trash<Enter>
+dg = :mv [Gmail]/Trash<Enter>
D = :delete<Enter>
A = :archive year<Enter>
@@ -69,7 +70,9 @@ O = :open<Enter>
S = :save<space>
| = :pipe<space>
D = :delete<Enter>
-A = :archive flat<Enter>
+dd = :mv Trash<Enter>
+dg = :mv [Gmail]/Trash<Enter>
+A = :archive year<Enter>
<C-l> = :open-link <space>