@@ -76,6 +76,7 @@ Version 1.5.1 -- CVS
- Added "no focus" option for compose page in display preferences (setting
reply focus to "No focus" also affects composing new messages)
- Current hook name is now globally available when running a hook ($currentHookName)
+ - Fix bug when Saving to Draft folder that contains special characters.
Version 1.5.0
--------------------
@@ -333,7 +333,7 @@ if ($draft) {
exit();
}
else {
- Header("Location: $location/right_main.php?mailbox=$draft_folder".
+ Header("Location: $location/right_main.php?mailbox=" . urlencode($draft_folder) .
"&startMessage=1¬e=".urlencode($draft_message));