Simplify hidden prefs for too many recipients
[claws.git] / src / compose.c
index 2a2a438ec037a9adeee374dcec5e7d7c0fe4a02a..77d9f0561835ab24f98b29f1f81f116ea20a3af1 100644 (file)
@@ -5152,7 +5152,7 @@ static gboolean compose_check_entries(Compose *compose, gboolean check_everythin
                }
        }
 
-       if (!compose->batch && prefs_common.warn_sending_many_recipients == TRUE
+       if (!compose->batch && prefs_common.warn_sending_many_recipients_num > 0
                        && check_everything == TRUE) {
                GSList *list;
                gint cnt = 0;