From 3ec164d12e61102c0e3ce5271d5cb6ad7be6e4a6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 16 Feb 2012 13:04:47 +0100 Subject: Bug #668482 - Edit account properties from menu on folder store --- modules/mail/e-mail-shell-view.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/mail/e-mail-shell-view.c') diff --git a/modules/mail/e-mail-shell-view.c b/modules/mail/e-mail-shell-view.c index 9929d8ae0e..f0661cf524 100644 --- a/modules/mail/e-mail-shell-view.c +++ b/modules/mail/e-mail-shell-view.c @@ -952,6 +952,10 @@ mail_shell_view_update_actions (EShellView *shell_view) sensitive = folder_is_trash; gtk_action_set_sensitive (action, sensitive); + action = ACTION (MAIL_ACCOUNT_PROPERTIES); + sensitive = account != NULL; + gtk_action_set_sensitive (action, sensitive); + action = ACTION (MAIL_FLUSH_OUTBOX); sensitive = folder_is_outbox; gtk_action_set_sensitive (action, sensitive); -- cgit v1.2.3