You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/src
Manos Pitsidianakis cbe593cf31 mail/compose: add configurable header preample suffix and prefix for editing
This commit adds a new configuration value for the composing section of
settings. Quoting the documentation:

 wrap_header_preamble: Option<(String, String)>
 optional

 Wrap header preample when editing a draft in an editor. This allows you
 to write non-plain text email without the preamble creating syntax
 errors. They are stripped when you return from the editor. The values
 should be a two element array of strings, a prefix and suffix. This can
 be useful when for example you're writing Markdown; you can set the
 value to ["<!--",\ "-->"] which wraps the headers in an HTML comment.
2 years ago
..
command Update most Cargo dependencies 2 years ago
components mail/compose: add configurable header preample suffix and prefix for editing 2 years ago
conf mail/compose: add configurable header preample suffix and prefix for editing 2 years ago
plugins melib: don't use both {set,push}_references() 3 years ago
terminal Improve embed terminal 2 years ago
types Fix all clippy warnings in `meli` crate 2 years ago
command.rs Fix all clippy warnings in `meli` crate 2 years ago
components.rs Add scrolling context to StatusBar 3 years ago
conf.rs melib/error.rs: switch summary<->details identifiers 2 years ago
jobs.rs Improve embed terminal 2 years ago
lib.rs Improve embed terminal 2 years ago
mailcap.rs Fix all clippy warnings in `meli` crate 2 years ago
main.rs Improve embed terminal 2 years ago
managesieve.rs Replace PosixTimer with async timers 4 years ago
plugins.rs plugins: place socket in XDG_RUNTIME_DIR, not CWD 4 years ago
sqlite3.rs Fix all clippy warnings in `meli` crate 2 years ago
state.rs melib/error.rs: switch summary<->details identifiers 2 years ago
terminal.rs Improve embed terminal 2 years ago
types.rs Fix all clippy warnings in `meli` crate 2 years ago