From f7ff6a320e216da1b52e335599e42a86106cf908 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 9 Feb 2025 16:24:51 +0100 Subject: module/stalwart-mail: Init initial version --- ...s-main-Cargo.toml-Activate-appropriate-de.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 modules/by-name/st/stalwart-mail/patches/build-crates-main-Cargo.toml-Activate-appropriate-de.patch (limited to 'modules/by-name/st/stalwart-mail/patches/build-crates-main-Cargo.toml-Activate-appropriate-de.patch') diff --git a/modules/by-name/st/stalwart-mail/patches/build-crates-main-Cargo.toml-Activate-appropriate-de.patch b/modules/by-name/st/stalwart-mail/patches/build-crates-main-Cargo.toml-Activate-appropriate-de.patch new file mode 100644 index 0000000..bfea568 --- /dev/null +++ b/modules/by-name/st/stalwart-mail/patches/build-crates-main-Cargo.toml-Activate-appropriate-de.patch @@ -0,0 +1,26 @@ +From 42cbd55c21196bdb57ac9795a938b94a781bb1e9 Mon Sep 17 00:00:00 2001 +From: Benedikt Peetz +Date: Sun, 9 Feb 2025 00:17:52 +0100 +Subject: [PATCH] build(crates/main/Cargo.toml): Activate appropriate default + features + +--- + crates/main/Cargo.toml | 14 +++++++------- + 1 file changed, 7 insertions(+), 7 deletions(-) + +diff --git a/crates/main/Cargo.toml b/crates/main/Cargo.toml +index 036d2dcf..baa320ef 100644 +--- a/crates/main/Cargo.toml ++++ b/crates/main/Cargo.toml +@@ -35,7 +35,7 @@ jemallocator = "0.5.0" + + [features] + #default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "enterprise"] +-default = ["rocks", "enterprise"] ++default = ["rocks", "redis"] + sqlite = ["store/sqlite"] + foundationdb = ["store/foundation", "common/foundation"] + postgres = ["store/postgres"] +-- +2.47.1 + -- cgit 1.4.1