summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-08-28 17:51:58 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-08-28 17:51:58 -0400
commit863601f6441dd0ffa9ad00d4f9887fdf90853c1f (patch)
tree29850b523a395aada5a22d409d94693ad9e6b565
parentf6ffc5b30615f1d9962783a9758ff55e0088a779 (diff)
aerc delete bindings and fixed quoted replies for emails.
-rw-r--r--home-config/aerc/aerc.conf2
-rw-r--r--home-config/aerc/binds.conf7
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
450# 450#
451# Example (obviously, this requires that you write your main text/plain body 451# Example (obviously, this requires that you write your main text/plain body
452# using the markdown syntax): 452# using the markdown syntax):
453text/html=pandoc --wrap=preserve -f markdown -t html --standalone 453text/html=pandoc --wrap=preserve -f gfm+hard_line_breaks -t html --standalone
454 454
455[filters] 455[filters]
456# 456#
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>
36T = :toggle-threads<Enter> 36T = :toggle-threads<Enter>
37 37
38<Enter> = :view<Enter> 38<Enter> = :view<Enter>
39d = :prompt 'Really delete this message?' 'delete-message'<Enter> 39dd = :mv Trash<Enter>
40dg = :mv [Gmail]/Trash<Enter>
40D = :delete<Enter> 41D = :delete<Enter>
41A = :archive year<Enter> 42A = :archive year<Enter>
42 43
@@ -69,7 +70,9 @@ O = :open<Enter>
69S = :save<space> 70S = :save<space>
70| = :pipe<space> 71| = :pipe<space>
71D = :delete<Enter> 72D = :delete<Enter>
72A = :archive flat<Enter> 73dd = :mv Trash<Enter>
74dg = :mv [Gmail]/Trash<Enter>
75A = :archive year<Enter>
73 76
74<C-l> = :open-link <space> 77<C-l> = :open-link <space>
75 78