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.
2022-09-02 16:09:45 +03:00
..
command Update most Cargo dependencies 2022-05-02 17:03:56 +03:00
components mail/compose: add configurable header preample suffix and prefix for editing 2022-09-02 16:09:45 +03:00
conf mail/compose: add configurable header preample suffix and prefix for editing 2022-09-02 16:09:45 +03:00
plugins melib: don't use both {set,push}_references() 2021-01-15 16:41:40 +02:00
terminal Improve embed terminal 2022-09-01 22:24:01 +03:00
types Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00
command.rs Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00
components.rs Add scrolling context to StatusBar 2021-01-08 15:01:38 +02:00
conf.rs melib/error.rs: switch summary<->details identifiers 2022-09-02 12:12:12 +03:00
jobs.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
lib.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
mailcap.rs Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00
main.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
managesieve.rs Replace PosixTimer with async timers 2020-10-29 13:18:36 +02:00
plugins.rs plugins: place socket in XDG_RUNTIME_DIR, not CWD 2020-09-20 13:31:18 +03:00
sqlite3.rs Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00
state.rs melib/error.rs: switch summary<->details identifiers 2022-09-02 12:12:12 +03:00
terminal.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
types.rs Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00