From 8cc742a9ac8783fac42d4fad7cda0b4c4672a961 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Wed, 11 Nov 2009 16:40:42 +0100 Subject: [PATCH] Do add contacts automatically to addressbook. This will be changed in the future with an option in the menu --- src/modest-ui-actions.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 1.7.9.5