From 637ecb1cd05730b71cfe8432f20884960f5cd2bb Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 21 Apr 2026 10:41:02 -0600 Subject: [PATCH] doveadm: Add STRING_SINGLEVAL arg type for single-value parameters Add STRING_SINGLEVAL to doveadm_arg_types to flag parameters that can only be specified once. Applied to all user arguments. --- .github/actions/spelling/expect.txt | 3 +-- .vitepress/theme/custom.css | 2 +- components/DoveadmCliComponent.vue | 5 +++- components/DoveadmHttpApiComponent.vue | 5 +++- data/doveadm.js | 32 +++++++++++++------------- lib/doveadm.js | 6 ++++- 6 files changed, 31 insertions(+), 22 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 77f44eb92..e127cadf4 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -490,7 +490,6 @@ MUAs MULTIAPPEND multiscript murchison -mutltiple muttmua Muttrc mybox @@ -711,6 +710,7 @@ showcerts showq sievec sievemailinglist +singleval slashdot smartsieve smbfs @@ -849,7 +849,6 @@ unpriv unsubscribable unsubscriptions uoff -Uou uppercased uppercasing upperfirst diff --git a/.vitepress/theme/custom.css b/.vitepress/theme/custom.css index 381c94959..151cf85a2 100644 --- a/.vitepress/theme/custom.css +++ b/.vitepress/theme/custom.css @@ -37,7 +37,7 @@ } section.VPSidebarItem.level-0:not(.collapsible) { - padding-bottom: 12px !important; + padding-bottom: 12px !important; } .VPNavBar.has-sidebar .content { diff --git a/components/DoveadmCliComponent.vue b/components/DoveadmCliComponent.vue index ed08c8417..c05876bfe 100644 --- a/components/DoveadmCliComponent.vue +++ b/components/DoveadmCliComponent.vue @@ -26,7 +26,10 @@ const d = computed(() => props.data)