Support the "BCC self" option

This commit is contained in:
2021-01-10 18:08:22 +00:00
parent 83488c31fe
commit 4484f51c5d
3 changed files with 18 additions and 0 deletions

View File

@@ -27,6 +27,8 @@
#define PLUGIN_ACCOUNT_OPT_SMTP_USER "send_user"
#define PLUGIN_ACCOUNT_OPT_SMTP_PASS "send_pw"
#define PLUGIN_ACCOUNT_OPT_BCC_SELF "bcc_self"
#define UNUSED(x) (void)(x)
#endif