summaryrefslogtreecommitdiff
path: root/program/lib
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-24 21:02:27 +0000
committerthomascube <thomas@roundcube.net>2005-10-24 21:02:27 +0000
commite0ed972884aff33465ac551c8ef06febb57e4c54 (patch)
tree4cc643f877bc1a56e6e8242c1d92ab9d82a347a0 /program/lib
parentf3b659935f3386c077746cd7a84770532ed0ec50 (diff)
Optimized memory usage when sending a message
Diffstat (limited to 'program/lib')
-rw-r--r--program/lib/imap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/imap.inc b/program/lib/imap.inc
index fc5ff09d7..7f4c93a60 100644
--- a/program/lib/imap.inc
+++ b/program/lib/imap.inc
@@ -1885,7 +1885,7 @@ function iil_C_DeleteFolder(&$conn, $folder){
}
}
-function iil_C_Append(&$conn, $folder, $message){
+function iil_C_Append(&$conn, $folder, &$message){
if (!$folder) return false;
$fp = $conn->fp;