mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
dist: Regenerate lists in vim/syntax/maddy-conf.vim
This commit is contained in:
parent
0e9754206b
commit
b675d110e5
1 changed files with 5 additions and 3 deletions
8
dist/vim/syntax/maddy-conf.vim
vendored
8
dist/vim/syntax/maddy-conf.vim
vendored
|
@ -86,7 +86,6 @@ syn keyword maddyModDir
|
||||||
\ appendlimit
|
\ appendlimit
|
||||||
\ attempt_starttls
|
\ attempt_starttls
|
||||||
\ auth
|
\ auth
|
||||||
\ authenticate_mx
|
|
||||||
\ autogenerated_msg_domain
|
\ autogenerated_msg_domain
|
||||||
\ body_canon
|
\ body_canon
|
||||||
\ bounce
|
\ bounce
|
||||||
|
@ -117,7 +116,6 @@ syn keyword maddyModDir
|
||||||
\ io_errors
|
\ io_errors
|
||||||
\ junk_mailbox
|
\ junk_mailbox
|
||||||
\ key_path
|
\ key_path
|
||||||
\ listed_action
|
|
||||||
\ location
|
\ location
|
||||||
\ mailfrom
|
\ mailfrom
|
||||||
\ max_logged_rcpt_errors
|
\ max_logged_rcpt_errors
|
||||||
|
@ -125,6 +123,8 @@ syn keyword maddyModDir
|
||||||
\ max_parallelism
|
\ max_parallelism
|
||||||
\ max_recipients
|
\ max_recipients
|
||||||
\ max_tries
|
\ max_tries
|
||||||
|
\ min_mx_level
|
||||||
|
\ min_tls_level
|
||||||
\ mtasts_cache
|
\ mtasts_cache
|
||||||
\ neutral_action
|
\ neutral_action
|
||||||
\ newkey_algo
|
\ newkey_algo
|
||||||
|
@ -133,13 +133,16 @@ syn keyword maddyModDir
|
||||||
\ oversign_fields
|
\ oversign_fields
|
||||||
\ perdomain
|
\ perdomain
|
||||||
\ permerr_action
|
\ permerr_action
|
||||||
|
\ quarantine_threadhold
|
||||||
\ ratelimit
|
\ ratelimit
|
||||||
\ read_timeout
|
\ read_timeout
|
||||||
|
\ reject_threadhold
|
||||||
\ required_fields
|
\ required_fields
|
||||||
\ require_sender_match
|
\ require_sender_match
|
||||||
\ require_tls
|
\ require_tls
|
||||||
\ responses
|
\ responses
|
||||||
\ run_on
|
\ run_on
|
||||||
|
\ score
|
||||||
\ selector
|
\ selector
|
||||||
\ sig_expiry
|
\ sig_expiry
|
||||||
\ sign_fields
|
\ sign_fields
|
||||||
|
@ -154,7 +157,6 @@ syn keyword maddyModDir
|
||||||
\ tls
|
\ tls
|
||||||
\ tls_client
|
\ tls_client
|
||||||
\ use_helper
|
\ use_helper
|
||||||
\ whitelist
|
|
||||||
\ write_timeout
|
\ write_timeout
|
||||||
|
|
||||||
hi def link maddyModDir Identifier
|
hi def link maddyModDir Identifier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue