From d8eb6824b8a0bad78714e2dee6fb8eee55e13bdf Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 15 Jul 2026 12:09:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20email=20config=20save=20=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E7=BC=BA=E5=B0=91=20enabled=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=8D=E5=AE=8C=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 5e2f5e3..60fb508 100644 --- a/app.py +++ b/app.py @@ -805,6 +805,7 @@ def email_config_save(): return jsonify({ "ok": True, "saved": saved, + "enabled": cfg["enabled"], "configured": len(errs) == 0, "config_errors": errs, })