summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-09-25 14:18:03 +0000
committerthomascube <thomas@roundcube.net>2005-09-25 14:18:03 +0000
commit4e17e6c9dbac8991ee8b302cb2581241247dc8bc (patch)
treed877546f6bd334b041734498e81f6299e005b01c /UPGRADING
Initial revision
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
new file mode 100644
index 000000000..368f0480e
--- /dev/null
+++ b/UPGRADING
@@ -0,0 +1,15 @@
+UPDATE instructions
+===================
+
+Follow these instructions if upgrading from a previous version
+of RoundCube Webmail.
+
+
+
+from versions 0.1-alpha and 0.1-20050811
+----------------------------------------
+- replace all files in folder /program/
+- add these line to /config/main.inc.php
+ $rcmail_config['trash_mbox'] = 'Trash';
+ $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
+ $rcmail_config['prefer_html'] = TRUE;