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 /doc/aerc-config.5.scd | |
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 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index b09ce53e..3f0b076a 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -615,6 +615,13 @@ These options are configured in the *[compose]* section of _aerc.conf_. Default: _false_ +*lf-editor* = _true_|_false_ + 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. + + Default: _false_ + # MULTIPART CONVERTERS Converters allow generating _multipart/alternative_ messages by converting the |