aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-11-30 15:38:24 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:05 +0800
commit18b6c327835c614ab427d753247f9ffcb542b0cd (patch)
treee1c546aeb61d7d6c566556cdfa58bcd21d5ccd63 /mail
parent27f701169ee1947d6459dfbaaf3bd2cfa9f2f93f (diff)
downloadgsoc2013-evolution-18b6c327835c614ab427d753247f9ffcb542b0cd.tar
gsoc2013-evolution-18b6c327835c614ab427d753247f9ffcb542b0cd.tar.gz
gsoc2013-evolution-18b6c327835c614ab427d753247f9ffcb542b0cd.tar.bz2
gsoc2013-evolution-18b6c327835c614ab427d753247f9ffcb542b0cd.tar.lz
gsoc2013-evolution-18b6c327835c614ab427d753247f9ffcb542b0cd.tar.xz
gsoc2013-evolution-18b6c327835c614ab427d753247f9ffcb542b0cd.tar.zst
gsoc2013-evolution-18b6c327835c614ab427d753247f9ffcb542b0cd.zip
Update actions in EMailBrowser on message select too
Diffstat (limited to 'mail')
-rw-r--r--mail/e-mail-browser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/e-mail-browser.c b/mail/e-mail-browser.c
index 72afe77318..0665ccec11 100644
--- a/mail/e-mail-browser.c
+++ b/mail/e-mail-browser.c
@@ -269,10 +269,12 @@ mail_browser_message_selected_cb (EMailBrowser *browser,
EWebView *web_view;
const gchar *title;
+ reader = E_MAIL_READER (browser);
+ e_mail_reader_update_actions (reader, e_mail_reader_check_state (reader));
+
if (uid == NULL)
return;
- reader = E_MAIL_READER (browser);
folder = e_mail_reader_get_folder (reader);
formatter = e_mail_reader_get_formatter (reader);
web_view = em_format_html_get_web_view (formatter);