From 4e17e6c9dbac8991ee8b302cb2581241247dc8bc Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 25 Sep 2005 14:18:03 +0000 Subject: Initial revision --- UPGRADING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 UPGRADING (limited to 'UPGRADING') 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; -- cgit v1.2.3