Remove undisclosed recipients only for creating new messages, not in simplifying
[modest] / src / modest-text-utils.c
index be439ac..7598f04 100644 (file)
@@ -1939,9 +1939,6 @@ modest_text_utils_simplify_recipients (const gchar *recipients)
                const gchar *address = (const gchar *) node->data;
                gchar *left_limit, *right_limit;
 
                const gchar *address = (const gchar *) node->data;
                gchar *left_limit, *right_limit;
 
-               if (address && strstr(address, "undisclosed-recipients"))
-                       continue;
-
                left_limit = strstr (address, "<");
                right_limit = g_strrstr (address, ">");
 
                left_limit = strstr (address, "<");
                right_limit = g_strrstr (address, ">");