X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.c;h=d69a7962525f183e5fbd865b17d5620589596d8f;hp=8ad5debb89901e7fcc9f80c2133c6c1f814b3638;hb=5619278be034c3032ce89fc8ce0a2d52ef351e7b;hpb=0b80adcdaddd0d45f9503018a83c3cf661904793 diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 8ad5deb..d69a796 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -2090,17 +2090,6 @@ modest_ui_actions_on_send (GtkWidget *widget, ModestMsgEditWindow *edit_window) gchar *from = modest_account_mgr_get_from_string (account_mgr, account_name); - /* mail content checks and dialogs */ - if (data->subject == NULL || data->subject[0] == '\0') { - GtkResponseType response; - response = modest_platform_run_confirmation_dialog (GTK_WINDOW (edit_window), - _("mcen_nc_subject_is_empty_send")); - if (response == GTK_RESPONSE_CANCEL) { - g_free (account_name); - return; - } - } - if (data->plain_body == NULL || data->plain_body[0] == '\0') { GtkResponseType response; gchar *note_message;