aerc delete bindings and fixed quoted replies for emails.

This commit is contained in:
Ryan Schanzenbacher 2023-08-28 17:51:58 -04:00
parent f6ffc5b306
commit 863601f644
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 6 additions and 3 deletions

View file

@ -450,7 +450,7 @@ file-picker-cmd=fzf --multi --query=%s
# #
# Example (obviously, this requires that you write your main text/plain body # Example (obviously, this requires that you write your main text/plain body
# using the markdown syntax): # 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] [filters]
# #

View file

@ -36,7 +36,8 @@ V = :mark -v<Enter>
T = :toggle-threads<Enter> T = :toggle-threads<Enter>
<Enter> = :view<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> D = :delete<Enter>
A = :archive year<Enter> A = :archive year<Enter>
@ -69,7 +70,9 @@ O = :open<Enter>
S = :save<space> S = :save<space>
| = :pipe<space> | = :pipe<space>
D = :delete<Enter> 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> <C-l> = :open-link <space>