From e6c308c24275a30a173b2e5cb4bcda1dfdccf09d Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 6 May 2024 15:52:55 +0800 Subject: [PATCH] imap ext fix --- config/ext.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index f4c6ecbe..59ba89f4 100644 --- a/config/ext.json +++ b/config/ext.json @@ -173,7 +173,7 @@ "lib-depends": [ "imap" ], - "lib-suggests": [ + "ext-suggests": [ "openssl" ] },