summaryrefslogtreecommitdiff
path: root/bin/msgimport
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-04-04 10:45:40 +0000
committerthomascube <thomas@roundcube.net>2008-04-04 10:45:40 +0000
commit6cc6e78be37b5bed432d70f54de6894585372387 (patch)
tree42d8fefe4ab2698835af4149b84e8f660c70f748 /bin/msgimport
parent7052c183e2535e4a2c59e17b983de9764dd88109 (diff)
Add commandline script for message exporting (proof-of-concept)
Diffstat (limited to 'bin/msgimport')
-rwxr-xr-xbin/msgimport1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/msgimport b/bin/msgimport
index 0ed268f4f..fd5afae8b 100755
--- a/bin/msgimport
+++ b/bin/msgimport
@@ -3,6 +3,7 @@
$CWD = $INSTALL_PATH = preg_replace('/bin\/$/', '', getcwd() . '/');
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . $CWD.'program/');
+ini_set('memory_limit', -1);
require_once('include/rcube_shared.inc');
require_once('include/rcube_imap.inc');