From 0189aa9f96783e367bfc3d2ece79ab673e0a3fc5 Mon Sep 17 00:00:00 2001 From: Jack Platten Date: Fri, 21 Aug 2026 09:06:36 -0700 Subject: [PATCH] Update config commit to create new round --- crates/tranquil-config/src/lib.rs | 2 +- example.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tranquil-config/src/lib.rs b/crates/tranquil-config/src/lib.rs index 0c6adf5..63176e0 100644 --- a/crates/tranquil-config/src/lib.rs +++ b/crates/tranquil-config/src/lib.rs @@ -1125,7 +1125,7 @@ pub struct SmarthostConfig { #[config(env = "MAIL_SMARTHOST_TOTAL_TIMEOUT_SECS", default = 60)] pub total_timeout_secs: u64, - /// Apply Atmos/Comail.at categories for headers to meet AUP. + /// Apply Atmos/Comail.at categories for headers to be categorized appropriately. #[config(env = "MAIL_APPLY_ATMOS_CATEGORIES", default = false)] pub apply_atmos_categories: bool, } diff --git a/example.toml b/example.toml index 46b5292..84b3baf 100644 --- a/example.toml +++ b/example.toml @@ -501,7 +501,7 @@ # Default value: 60 #total_timeout_secs = 60 -# Apply Atmos/Comail.at categories for headers to meet AUP. +# Apply Atmos/Comail.at categories for headers to be categorized appropriately. # # Can also be specified via environment variable `MAIL_APPLY_ATMOS_CATEGORIES`. #