From d859b0ca1f2bc7f046ff595fab93d17d6f6f42e4 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 16 Dec 2008 12:01:50 -0500
Subject: [PATCH] allow reply to yourself only in To field

---
 SQL/sqlite.update.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SQL/sqlite.update.sql b/SQL/sqlite.update.sql
index 26dc00f..627074e 100644
--- a/SQL/sqlite.update.sql
+++ b/SQL/sqlite.update.sql
@@ -33,3 +33,4 @@
 -- Updates from version 0.2-beta
 
 CREATE INDEX ix_session_changed ON session (changed);
+CREATE INDEX ix_cache_created ON cache (created);

--
Gitblit v1.9.1