aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/e-shell-migrate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-migrate.c b/shell/e-shell-migrate.c
index d26c9a83d1..45ed5a1b95 100644
--- a/shell/e-shell-migrate.c
+++ b/shell/e-shell-migrate.c
@@ -49,6 +49,10 @@ shell_migrate_attempt (EShell *shell,
parent = e_shell_get_active_window (shell);
backends = e_shell_get_shell_backends (shell);
+ /* New user accounts have nothing to migrate. */
+ if (major == 0 && minor == 0 && micro == 0)
+ return TRUE;
+
/* We only support migrating from version 2 now. */
if (major < 2) {
gchar *version;