dist: Regenerate lists in vim/syntax/maddy-conf.vim

This commit is contained in:
fox.cpp 2019-12-13 19:24:16 +03:00
parent 0e9754206b
commit b675d110e5
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C

View file

@ -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