diff options
author | Moritz Poldrack <git@moritz.sh> | 2023-09-01 13:40:56 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-09-18 21:15:34 +0200 |
commit | ad159d5e9bd40dd42ce2bdbcbab30d954a3c4c0a (patch) | |
tree | f67ae66a7aec3fd6c400a31f133e716a2a1c934b /config/aerc.conf | |
parent | 389d89a9362e2e782f17074331bf85bb579d7466 (diff) | |
download | aerc-ad159d5e9bd40dd42ce2bdbcbab30d954a3c4c0a.tar.gz |
compose: add option for LF-only editors
Some editors only support LF line endings. For these, standard compliant
eml files are not an option.
Add an option compose.lf-editor to translate the eml file to lf
lineendings.
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
Tested-by: Matěj Cepl <mcepl@cepl.eu>
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 46b24f1c..00c8501f 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -383,6 +383,13 @@ #editor= # +# When set, aerc will create and read .eml files for composing that have +# non-standard \n linebreaks. This is only relevant if the used editor does not +# support CRLF linebreaks. +# +#lf-editor=false + +# # Default header fields to display when composing a message. To display # multiple headers in the same row, separate them with a pipe, e.g. "To|From". # |