From c045d3da0781b60b06ccd3e0831f05c72fdc97e8 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 3 Dec 2022 14:02:30 +0200 Subject: [PATCH] doveadm: doveadm mailbox path -t types: Add missing index-cache and list-index --- src/doveadm/doveadm-mail-mailbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doveadm/doveadm-mail-mailbox.c b/src/doveadm/doveadm-mail-mailbox.c index 2980bb0fbe..8a85737905 100644 --- a/src/doveadm/doveadm-mail-mailbox.c +++ b/src/doveadm/doveadm-mail-mailbox.c @@ -63,7 +63,7 @@ struct path_cmd_context { static const char *mailbox_list_path_type_names[] = { "dir", "alt-dir", "mailbox", "alt-mailbox", - "control", "index", "index-private" + "control", "index", "index-private", "index-cache", "list-index", }; static void doveadm_mailbox_arg_check(const char *arg) -- 2.47.3