From 00b49b9ea83959dacbe2f7fb3c391c169f9c6470 Mon Sep 17 00:00:00 2001 From: fallas Date: Sun, 28 Oct 2001 11:06:08 +0000 Subject: [PATCH] Link to resume composing a draft email. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1633 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 1b123171..6f7e3c13 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -324,7 +324,14 @@ echo " "; } echo _("Delete") . - '  ' . + ' '; + if (($mailbox == $draft_folder) && ($save_as_draft)) { + echo '| '; + echo " '; + } + echo '  ' . ' ' . ' ' . ' ' . "\n"; @@ -435,4 +442,4 @@ do_hook('read_body_bottom'); do_hook('html_bottom'); sqimap_logout($imapConnection); -?> \ No newline at end of file +?> -- 2.25.1