diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-28 17:51:58 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-28 17:51:58 -0400 |
commit | 863601f6441dd0ffa9ad00d4f9887fdf90853c1f (patch) | |
tree | 29850b523a395aada5a22d409d94693ad9e6b565 /home-config | |
parent | f6ffc5b30615f1d9962783a9758ff55e0088a779 (diff) |
aerc delete bindings and fixed quoted replies for emails.
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/aerc/aerc.conf | 2 | ||||
-rw-r--r-- | 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 | |||
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): |
453 | text/html=pandoc --wrap=preserve -f markdown -t html --standalone | 453 | text/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> | |||
36 | T = :toggle-threads<Enter> | 36 | T = :toggle-threads<Enter> |
37 | 37 | ||
38 | <Enter> = :view<Enter> | 38 | <Enter> = :view<Enter> |
39 | d = :prompt 'Really delete this message?' 'delete-message'<Enter> | 39 | dd = :mv Trash<Enter> |
40 | dg = :mv [Gmail]/Trash<Enter> | ||
40 | D = :delete<Enter> | 41 | D = :delete<Enter> |
41 | A = :archive year<Enter> | 42 | A = :archive year<Enter> |
42 | 43 | ||
@@ -69,7 +70,9 @@ O = :open<Enter> | |||
69 | S = :save<space> | 70 | S = :save<space> |
70 | | = :pipe<space> | 71 | | = :pipe<space> |
71 | D = :delete<Enter> | 72 | D = :delete<Enter> |
72 | A = :archive flat<Enter> | 73 | dd = :mv Trash<Enter> |
74 | dg = :mv [Gmail]/Trash<Enter> | ||
75 | A = :archive year<Enter> | ||
73 | 76 | ||
74 | <C-l> = :open-link <space> | 77 | <C-l> = :open-link <space> |
75 | 78 | ||