From 55be0342ba66eacc9def478a082b7141249c9799 Mon Sep 17 00:00:00 2001 From: Dennis Whitney Date: Sun, 3 Oct 2021 18:39:33 -0500 Subject: [PATCH] Remove account requirements --- .gitignore | 3 +++ config.schema.yaml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 72364f9..9878b45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Developer tools +.idea + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/config.schema.yaml b/config.schema.yaml index cdf1be7..3a90d52 100644 --- a/config.schema.yaml +++ b/config.schema.yaml @@ -2,7 +2,6 @@ smtp_accounts: description: "SMTP accounts" type: "array" - required: true items: type: "object" required: true @@ -42,7 +41,6 @@ smtp_accounts: imap_accounts: description: "IMAP accounts" type: "array" - required: true items: type: "object" required: true