diff --git a/lib/Tails/Persistence/Configuration/Presets.pm b/lib/Tails/Persistence/Configuration/Presets.pm
index 36617e34017a1436eeea521318e57c4c515cb1ca..1f6bfd9405b9dc602855dbd682273d7e3e576e35 100644
--- a/lib/Tails/Persistence/Configuration/Presets.pm
+++ b/lib/Tails/Persistence/Configuration/Presets.pm
@@ -84,6 +84,16 @@ method _build__presets {
             enabled     => 0,
             icon_name   => 'pidgin',
         },
+        {
+            name        => $self->encoding->decode(gettext(q{Icedove})),
+            description => $self->encoding->decode(gettext(
+                q{Icedove profiles and locally stored email}
+            )),
+            destination => '/home/amnesia/.icedove',
+            options     => [ 'source=icedove' ],
+            enabled     => 0,
+            icon_name   => 'icedove',
+        },
         {
             name        => $self->encoding->decode(gettext(q{GNOME Keyring})),
             description => $self->encoding->decode(gettext(
@@ -154,16 +164,6 @@ method _build__presets {
             enabled     => 0,
             icon_name   => 'synaptic',
         },
-        {
-            name        => $self->encoding->decode(gettext(q{Icedove})),
-            description => $self->encoding->decode(gettext(
-                q{Icedove profiles and locally stored email}
-            )),
-            destination => '/home/amnesia/.icedove',
-            options     => [ 'source=icedove' ],
-            enabled     => 0,
-            icon_name   => 'icedove',
-        },
         {
             name        => $self->encoding->decode(gettext(q{Dotfiles})),
             description => $self->encoding->decode(gettext(