summaryrefslogtreecommitdiff
path: root/home-config/aerc/aerc.conf
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 /home-config/aerc/aerc.conf
parentf6ffc5b30615f1d9962783a9758ff55e0088a779 (diff)
aerc delete bindings and fixed quoted replies for emails.
Diffstat (limited to 'home-config/aerc/aerc.conf')
-rw-r--r--home-config/aerc/aerc.conf2
1 files changed, 1 insertions, 1 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#