From 170a77d0eb0cf3de040c728d3883fb1f72a20367 Mon Sep 17 00:00:00 2001 From: nick evans Date: Tue, 11 Jun 2024 23:02:08 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20Warn=20by=20default=20on=20depre?= =?UTF-8?q?cated=20responses=20usage=20[=F0=9F=9A=A7=20load=5Fdefaults(0.4?= =?UTF-8?q?)]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This can still be silenced via the config option. --- lib/net/imap/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/imap/config.rb b/lib/net/imap/config.rb index fdf9f0d46..1e8c73506 100644 --- a/lib/net/imap/config.rb +++ b/lib/net/imap/config.rb @@ -152,7 +152,7 @@ def initialize(parent = Config.global, **attrs) open_timeout: 30, idle_response_timeout: 5, sasl_ir: true, - responses_without_block: :silence_deprecation_warning, + responses_without_block: :warn, ).freeze @global = default.new