aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r--mail/mail-component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c
index 339e2345e0..bda9e7ea18 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -586,7 +586,7 @@ view_changed(EMFolderView *emfv, EComponentView *component_view)
|| !strcmp (name, "Outbox") || !strcmp (name, "Sent") || !strcmp (name, "Templates")))
use_name = _(name);
else if (!strcmp (name, "INBOX"))
- use_name = _("Inbox");
+ use_name = _("Inbox");
else
use_name = name;
@@ -1177,7 +1177,7 @@ status_check (GNOME_Evolution_ShellState shell_state)
case GNOME_Evolution_USER_OFFLINE:
status = OFFLINE;
if (em_utils_prompt_user (NULL, "/apps/evolution/mail/prompts/quick_offline", "mail:ask-quick-offline", NULL))
- break;
+ break;
case GNOME_Evolution_FORCED_OFFLINE:
/*Network is down so change network state on the camel session*/
status = OFFLINE;