Warn when sending to more than N recipients. This features obeys
[claws.git] / src / prefs_common.c
index ea276b06e43573894eb6fa7530804167cdac96d3..b0def0dbf1731b2d902d09e1d5dd22dcf26dadbf 100644 (file)
@@ -203,6 +203,10 @@ static PrefParam param[] = {
          P_BOOL, NULL, NULL, NULL},
        {"warn_empty_subj", "TRUE", &prefs_common.warn_empty_subj,
         P_BOOL, NULL, NULL, NULL},
+       {"warn_sending_many_recipients", "FALSE", &prefs_common.warn_sending_many_recipients,
+        P_BOOL, NULL, NULL, NULL},
+       {"warn_sending_many_recipients_num", "1", &prefs_common.warn_sending_many_recipients_num, P_INT,
+        NULL, NULL, NULL},
        {"hide_timezone", "FALSE", &prefs_common.hide_timezone,
         P_BOOL, NULL, NULL, NULL},
        {"allow_jisx0201_kana", "FALSE", &prefs_common.allow_jisx0201_kana,