meli/src/components
Manos Pitsidianakis c9d26bb415
mail/compose: add configurable custom hooks with shell commands
Quoting the docs at meli.conf(5):

```text
 custom_compose_hooks [{ name = String, command = String }]

 (optional) Custom compose-hooks that run shell scripts.
 compose-hooks run before submitting an e-mail.
 They perform draft validation and/or transformations.
 If a custom hook exits with an error status or prints output to
 stdout and stderr, it will show up in the UI as a notification.

 Example:

 [composing]
 editor_cmd = '~/.local/bin/vim +/^$'
 embed = true
 custom_compose_hooks = [ { name ="spellcheck", command="aspell --mode email --dont-suggest --ignore-case list" }]
 ```
2023-05-19 10:34:32 +03:00
..
contacts Clippy fixes 2023-04-30 20:47:53 +03:00
mail mail/compose: add configurable custom hooks with shell commands 2023-05-19 10:34:32 +03:00
utilities Clippy fixes 2023-04-30 20:47:53 +03:00
contacts.rs Clippy fixes 2023-04-30 20:47:53 +03:00
mail.rs mail/listing.rs: prevent list blank when refreshing account 2023-05-16 19:48:48 +03:00
mailbox_management.rs Clippy fixes 2023-04-30 20:47:53 +03:00
notifications.rs Replace old logging module with the `log` create 2023-05-01 16:22:35 +03:00
svg.rs Clippy fixes 2023-04-30 20:47:53 +03:00
utilities.rs Clippy fixes 2023-04-30 20:47:53 +03:00