aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings
diff options
context:
space:
mode:
Diffstat (limited to 'capplet/settings')
-rw-r--r--capplet/settings/.mail-account-view.c.swpbin73728 -> 0 bytes
-rw-r--r--capplet/settings/mail-capplet-shell.c8
2 files changed, 4 insertions, 4 deletions
diff --git a/capplet/settings/.mail-account-view.c.swp b/capplet/settings/.mail-account-view.c.swp
deleted file mode 100644
index 04395e1fc5..0000000000
--- a/capplet/settings/.mail-account-view.c.swp
+++ /dev/null
Binary files differ
diff --git a/capplet/settings/mail-capplet-shell.c b/capplet/settings/mail-capplet-shell.c
index 4053372a9d..c80c36e038 100644
--- a/capplet/settings/mail-capplet-shell.c
+++ b/capplet/settings/mail-capplet-shell.c
@@ -253,10 +253,10 @@ mail_capplet_shell_construct (MailCappletShell *shell,
"flags", G_APPLICATION_HANDLES_OPEN | G_APPLICATION_HANDLES_COMMAND_LINE,
"geometry", NULL,
"module-directory", EVOLUTION_MODULEDIR,
- "meego-mode", FALSE,
- "express-mode", FALSE,
- "small-screen-mode", FALSE,
- "online", FALSE,
+ "meego-mode", TRUE,
+ "express-mode", TRUE,
+ "small-screen-mode", TRUE,
+ "online", TRUE,
NULL);
if (error != NULL)