mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:26:15 -05:00
aerc delete bindings and fixed quoted replies for emails.
This commit is contained in:
parent
f6ffc5b306
commit
863601f644
2 changed files with 6 additions and 3 deletions
|
@ -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]
|
||||
#
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue