Skip to content

Latest commit

History

History
48 lines (39 loc) 路 2.26 KB

config-file-dir.md

File metadata and controls

48 lines (39 loc) 路 2.26 KB
  • Add DT_DIR and DT_FILE to config items
  • Filter out trailing /
  • Check they exist (if required) with DT_MUST_EXIST
  • Create (if required) with DT_CREATE

DIR

Config Item Type Default Value
attach_save_dir `DT_STRING DT_PATH`
autocrypt_dir `DT_STRING DT_PATH`
message_cachedir `DT_STRING DT_PATH`
news_cache_dir `DT_STRING DT_PATH`
smime_certificates `DT_STRING DT_PATH`
smime_keys `DT_STRING DT_PATH`
tmpdir `DT_STRING DT_PATH`

FILE

Config Item Type Default Value
alias_file `DT_STRING DT_PATH`
certificate_file `DT_STRING DT_PATH`
debug_file `DT_STRING DT_PATH`
entropy_file `DT_STRING DT_PATH`
history_file `DT_STRING DT_PATH`
newsrc `DT_STRING DT_PATH`
signature `DT_STRING DT_PATH`
ssl_ca_certificates_file `DT_STRING DT_PATH`
ssl_client_cert `DT_STRING DT_PATH`

EITHER

Config Item Type Default Value
header_cache `DT_STRING DT_PATH`
smime_ca_location `DT_STRING DT_PATH`

MAILBOX/FILE

Config Item Type Default Value
folder `DT_STRING DT_PATH
postponed `DT_STRING DT_PATH
record `DT_STRING DT_PATH
spoolfile `DT_STRING DT_PATH
trash `DT_STRING DT_PATH