diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-17 12:24:09 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-17 12:24:09 +0000 |
| commit | 02eece808fde87eac07f8bcbad1ee278cb91514e (patch) | |
| tree | 221a385a7b4d5a01cec3d33543e7a85e6d093db3 /roundcubemail/bin | |
| parent | 7a2493bf23f7271f5ea4b9e8fd205e13014c5ca6 (diff) | |
Merged devel-threads branch (r3066:3364) back into trunk
git-svn-id: https://svn.roundcube.net/trunk@3367 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/bin')
| -rwxr-xr-x | roundcubemail/bin/msgexport.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/bin/msgexport.sh b/roundcubemail/bin/msgexport.sh index 7dd56e9ea..005e2cadf 100755 --- a/roundcubemail/bin/msgexport.sh +++ b/roundcubemail/bin/msgexport.sh @@ -89,8 +89,8 @@ function export_mailbox($mbox, $filename) $from = current($IMAP->decode_address_list($headers->from, 1, false)); fwrite($out, sprintf("From %s %s UID %d\n", $from['mailto'], $headers->date, $headers->uid)); - fwrite($out, iil_C_FetchPartHeader($IMAP->conn, $IMAP->mailbox, $i, null)); - fwrite($out, iil_C_HandlePartBody($IMAP->conn, $IMAP->mailbox, $i, null, 1)); + fwrite($out, iil_C_FetchPartHeader($IMAP->conn, $mbox, $i, null)); + fwrite($out, iil_C_HandlePartBody($IMAP->conn, $mbox, $i, null, 1)); fwrite($out, "\n\n\n"); progress_update($i, $count); |
