From 378ba1d1903d644893cac79a08750a8bfeba8f43 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 09 Mar 2009 17:26:18 -0400
Subject: [PATCH] Update versions and docs + remove development-only stuff

---
 index.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/index.php b/index.php
index 172d57c..2b65931 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 /*
  +-------------------------------------------------------------------------+
  | RoundCube Webmail IMAP Client                                           |
- | Version 0.2-20080829                                                    |
+ | Version 0.2.1                                                           |
  |                                                                         |
  | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                   |
  |                                                                         |
@@ -183,6 +183,7 @@
     'remove-attachment'  => 'attachments.inc',
     'display-attachment' => 'attachments.inc',
     'upload' => 'attachments.inc',
+    'check-recent' => 'check_recent.inc',
   ),
   
   'addressbook' => array(

--
Gitblit v1.9.1