Bläddra i källkod

Add a confirmation that message has been sent for users who do not
use compose_in_new. I think this is more clear than just presenting them
with the message list again without any notice whatsoever.

Thijs Kinkhorst 22 år sedan
förälder
incheckning
8ef8c978c1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/compose.php

+ 1 - 1
src/compose.php

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