Format plain text as Format=Flowed DelSp=No

This avoids triggering spam filters which require that lines are wrapped
to 78 characters.
This commit is contained in:
Alexander Krotov
2020-07-25 13:10:38 +03:00
committed by link2xt
parent 1325b2f7c6
commit be922eef0f
5 changed files with 180 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ pub mod imex;
mod scheduler;
#[macro_use]
pub mod job;
mod format_flowed;
pub mod key;
mod keyring;
pub mod location;