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
196755bc11
commit
9d0183c21f
1 changed files with 24 additions and 5 deletions
29
dist/vim/syntax/maddy-conf.vim
vendored
29
dist/vim/syntax/maddy-conf.vim
vendored
|
@ -44,7 +44,7 @@ hi def link maddyReferenceSign Special
|
||||||
|
|
||||||
" grep --no-file -E 'Register.*\(".+", ' **.go | sed -E 's/.+Register.*\("([^"]+)", .+/\1/' | sort -u
|
" grep --no-file -E 'Register.*\(".+", ' **.go | sed -E 's/.+Register.*\("([^"]+)", .+/\1/' | sort -u
|
||||||
syn keyword maddyModule
|
syn keyword maddyModule
|
||||||
\ apply_spf
|
\ dnsbl
|
||||||
\ dummy
|
\ dummy
|
||||||
\ extauth
|
\ extauth
|
||||||
\ imap
|
\ imap
|
||||||
|
@ -66,7 +66,6 @@ syn keyword maddyModule
|
||||||
\ test_check
|
\ test_check
|
||||||
\ test_modifier
|
\ test_modifier
|
||||||
\ verify_dkim
|
\ verify_dkim
|
||||||
\ aliases_file
|
|
||||||
|
|
||||||
syn keyword maddyDispatchDir
|
syn keyword maddyDispatchDir
|
||||||
\ check
|
\ check
|
||||||
|
@ -87,20 +86,27 @@ syn keyword maddyModDir
|
||||||
\ appendlimit
|
\ appendlimit
|
||||||
\ attempt_starttls
|
\ attempt_starttls
|
||||||
\ auth
|
\ auth
|
||||||
\ auth_domains
|
|
||||||
\ authenticate_mx
|
\ authenticate_mx
|
||||||
\ auth_perdomain
|
|
||||||
\ autogenerated_msg_domain
|
\ autogenerated_msg_domain
|
||||||
\ body_canon
|
\ body_canon
|
||||||
\ bounce
|
\ bounce
|
||||||
\ broken_sig_action
|
\ broken_sig_action
|
||||||
|
\ check_early
|
||||||
|
\ client_ipv4
|
||||||
|
\ client_ipv6
|
||||||
\ compression
|
\ compression
|
||||||
|
\ concurrency
|
||||||
\ debug
|
\ debug
|
||||||
\ defer_sender_reject
|
\ defer_sender_reject
|
||||||
\ domain
|
\ domain
|
||||||
|
\ domains
|
||||||
\ driver
|
\ driver
|
||||||
\ dsn
|
\ dsn
|
||||||
|
\ ehlo
|
||||||
|
\ enforce_early
|
||||||
\ fail_action
|
\ fail_action
|
||||||
|
\ fail_open
|
||||||
|
\ files
|
||||||
\ fsstore
|
\ fsstore
|
||||||
\ hash
|
\ hash
|
||||||
\ header_canon
|
\ header_canon
|
||||||
|
@ -108,34 +114,47 @@ syn keyword maddyModDir
|
||||||
\ hostname
|
\ hostname
|
||||||
\ insecure_auth
|
\ insecure_auth
|
||||||
\ io_debug
|
\ io_debug
|
||||||
|
\ io_errors
|
||||||
\ junk_mailbox
|
\ junk_mailbox
|
||||||
\ key_path
|
\ key_path
|
||||||
|
\ listed_action
|
||||||
\ location
|
\ location
|
||||||
|
\ mailfrom
|
||||||
|
\ max_logged_rcpt_errors
|
||||||
\ max_message_size
|
\ max_message_size
|
||||||
\ max_parallelism
|
\ max_parallelism
|
||||||
\ max_recipients
|
\ max_recipients
|
||||||
\ max_tries
|
\ max_tries
|
||||||
\ mtasts_cache
|
\ mtasts_cache
|
||||||
|
\ neutral_action
|
||||||
\ newkey_algo
|
\ newkey_algo
|
||||||
|
\ none_action
|
||||||
\ no_sig_action
|
\ no_sig_action
|
||||||
\ oversign_fields
|
\ oversign_fields
|
||||||
|
\ perdomain
|
||||||
|
\ permerr_action
|
||||||
|
\ ratelimit
|
||||||
\ read_timeout
|
\ read_timeout
|
||||||
\ required_fields
|
\ required_fields
|
||||||
\ require_sender_match
|
\ require_sender_match
|
||||||
\ require_tls
|
\ require_tls
|
||||||
|
\ responses
|
||||||
|
\ run_on
|
||||||
\ selector
|
\ selector
|
||||||
\ sig_expiry
|
\ sig_expiry
|
||||||
\ sign_fields
|
\ sign_fields
|
||||||
|
\ softfail_action
|
||||||
\ sqlite3_busy_timeout
|
\ sqlite3_busy_timeout
|
||||||
\ sqlite3_cache_size
|
\ sqlite3_cache_size
|
||||||
\ sqlite3_exclusive_lock
|
\ sqlite3_exclusive_lock
|
||||||
\ storage
|
\ storage
|
||||||
\ storage_perdomain
|
|
||||||
\ target
|
\ target
|
||||||
\ targets
|
\ targets
|
||||||
|
\ temperr_action
|
||||||
\ 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