Add a confirmation that message has been sent for users who do not
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Jul 2003 23:42:19 +0000 (23:42 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Jul 2003 23:42:19 +0000 (23:42 +0000)
use compose_in_new. I think this is more clear than just presenting them
with the message list again without any notice whatsoever.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5423 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 451a5a506b2d1fb352dd52e3f8859fb4fb1d5665..7cb53aaf64a3a3b9b1333579460653c33f56e4ed 100644 (file)
@@ -385,7 +385,7 @@ if ($send) {
         }
         else {
             Header("Location: $location/right_main.php?mailbox=$urlMailbox&sort=$sort".
         }
         else {
             Header("Location: $location/right_main.php?mailbox=$urlMailbox&sort=$sort".
-                   "&startMessage=$startMessage");
+                   "&startMessage=$startMessage&note=".urlencode(_("Your Message has been sent.")));
         }
     } else {
         if ($compose_new_win == '1') {
         }
     } else {
         if ($compose_new_win == '1') {