From 36397234143b94a03e727dc7025ec02640cf178b Mon Sep 17 00:00:00 2001 From: kink Date: Fri, 25 Jul 2003 23:42:19 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5423 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compose.php b/src/compose.php index 451a5a50..7cb53aaf 100644 --- a/src/compose.php +++ b/src/compose.php @@ -385,7 +385,7 @@ if ($send) { } else { Header("Location: $location/right_main.php?mailbox=$urlMailbox&sort=$sort". - "&startMessage=$startMessage"); + "&startMessage=$startMessage¬e=".urlencode(_("Your Message has been sent."))); } } else { if ($compose_new_win == '1') { -- 2.25.1