aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-10-26 17:35:27 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2009-10-26 17:35:27 +0800
commit12cb5975ab3b92e12c6ec36f548cf726a2d82801 (patch)
tree2e103fbf2867f9e05bae0826a7990a7eea435903 /mail/e-mail-reader.c
parentef8bd99497941451c657da67d91726a46faec75c (diff)
downloadgsoc2013-evolution-12cb5975ab3b92e12c6ec36f548cf726a2d82801.tar
gsoc2013-evolution-12cb5975ab3b92e12c6ec36f548cf726a2d82801.tar.gz
gsoc2013-evolution-12cb5975ab3b92e12c6ec36f548cf726a2d82801.tar.bz2
gsoc2013-evolution-12cb5975ab3b92e12c6ec36f548cf726a2d82801.tar.lz
gsoc2013-evolution-12cb5975ab3b92e12c6ec36f548cf726a2d82801.tar.xz
gsoc2013-evolution-12cb5975ab3b92e12c6ec36f548cf726a2d82801.tar.zst
gsoc2013-evolution-12cb5975ab3b92e12c6ec36f548cf726a2d82801.zip
Bug #397265 - Image loading for new contact requires restarting Evolution
Diffstat (limited to 'mail/e-mail-reader.c')
-rw-r--r--mail/e-mail-reader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index e7d83f6d9c..cdb3761d60 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -96,7 +96,7 @@ action_mail_add_sender_cb (GtkAction *action,
* event. Kind of kludgey, but works for now. */
shell = e_shell_backend_get_shell (shell_backend);
e_shell_event (shell, "contact-quick-add-email", (gpointer) address);
-
+ emu_remove_from_mail_cache_1 (address);
exit:
em_utils_uids_free (uids);
}
@@ -132,7 +132,7 @@ action_add_to_address_book_cb (GtkAction *action,
* event. Kind of kludgey, but works for now. */
shell = e_shell_backend_get_shell (shell_backend);
e_shell_event (shell, "contact-quick-add-email", curl->path);
-
+ emu_remove_from_mail_cache_1 (curl->path);
exit:
camel_url_free (curl);
}