From d461ae0e8a482cec00b45a0f0c4fa83abc8a5d29 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 20 Jul 2014 08:03:43 -0400
Subject: [PATCH] Iterate over all drafts saved in localStorage when asking for restoring. Delege/Ignore buttons will display the next item, if any
---
SQL/sqlite.initial.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/SQL/sqlite.initial.sql b/SQL/sqlite.initial.sql
index e7f74dd..897e3af 100644
--- a/SQL/sqlite.initial.sql
+++ b/SQL/sqlite.initial.sql
@@ -201,4 +201,4 @@
value text NOT NULL
);
-INSERT INTO system (name, value) VALUES ('roundcube-version', '2013061000');
+INSERT INTO system (name, value) VALUES ('roundcube-version', '2014042900');
--
Gitblit v1.9.1