summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
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;