From: Sergio Villar Senin Date: Wed, 11 Nov 2009 15:40:42 +0000 (+0100) Subject: Do add contacts automatically to addressbook. X-Git-Tag: 3.1.14~4 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=8cc742a9ac8783fac42d4fad7cda0b4c4672a961 Do add contacts automatically to addressbook. This will be changed in the future with an option in the menu --- diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 7ed4609..8e5f450 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -3161,8 +3161,7 @@ modest_ui_actions_on_send (GtkWidget *widget, ModestMsgEditWindow *edit_window) g_return_val_if_fail (MODEST_IS_MSG_EDIT_WINDOW(edit_window), TRUE); - /* Check names but do not automatically add them to addressbook */ - if (!modest_msg_edit_window_check_names (edit_window, FALSE)) + if (!modest_msg_edit_window_check_names (edit_window, TRUE)) return TRUE; data = modest_msg_edit_window_get_msg_data (edit_window);