Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
8ef8c978c1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/compose.php

+ 1 - 1
src/compose.php

@@ -385,7 +385,7 @@ if ($send) {
         }
         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') {