소스 검색

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 년 전
부모
커밋
8ef8c978c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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') {