mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
integrate backup sending via iroh into the repl
This commit is contained in:
@@ -48,7 +48,7 @@ fn format_line_flowed(line: &str, prefix: &str) -> String {
|
||||
after_space = false;
|
||||
}
|
||||
}
|
||||
result + &buffer
|
||||
result + buffer.as_str()
|
||||
}
|
||||
|
||||
/// Returns text formatted according to RFC 3767 (format=flowed).
|
||||
|
||||
Reference in New Issue
Block a user