From e1889af7eb90d04c97f349243ccb9f67e13a68f6 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 13 Oct 2023 16:03:45 -0700 Subject: [PATCH] `verbose` arg expects integer --- dovecot.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dovecot.nix b/dovecot.nix index d5cd031..1d36766 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -403,7 +403,9 @@ in { plugin { fts = xapian - fts_xapian = partial=3 full=20 ${optionalString cfg.debug "verbose"} + fts_xapian = partial=3 full=20 ${ + optionalString cfg.debug "verbose=2" + } fts_autoindex = yes fts_enforced = yes fts_autoindex_exclude = \Trash