meli/docs
Manos Pitsidianakis 8c671935f9
Add compose (pre-submission) hooks for validation/linting
compose-hooks run before submitting an e-mail.
They perform draft validation and/or transformations.
If a hook encounters an error or warning, it will show up as a notification.
The currently available hooks are:
- past-date-warn
  Warn if Date header value is far in the past or future.
- important-header-warn
  Warn if important headers (From, Date, To, Cc, Bcc) are missing or invalid.
- missing-attachment-warn
  Warn if Subject, draft body mention attachments but they are missing.
- empty-draft-warn
  Warn if draft has no subject and no body.

They can be disabled with [composing.disabled_compose_hooks] setting.
2023-05-16 17:31:56 +03:00
..
samples melib/jmap: use server_url instead of server_hostname + server_port in config 2022-10-13 10:40:48 +03:00
screenshots README: replace svg with webp screenshots 2020-10-20 22:13:02 +03:00
meli-themes.5 docs: fix NAME sections manual pages for correct whatis(1) parsing 2022-11-11 16:53:41 +02:00
meli.1 docs: add edit-config in manpages 2023-05-01 08:43:36 +03:00
meli.7 docs: add edit-config in manpages 2023-05-01 08:43:36 +03:00
meli.conf.5 Add compose (pre-submission) hooks for validation/linting 2023-05-16 17:31:56 +03:00