From 49b3690b7e6907253107c6bdf4d761d4758ea64f Mon Sep 17 00:00:00 2001 From: lkehresman Date: Tue, 11 Apr 2000 02:35:57 +0000 Subject: [PATCH] Worked on setting answered flag git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@408 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- functions/smtp.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 1041accf..3c4ae6f4 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -26,7 +26,7 @@ echo " \n"; echo " $bold$flag$senderName$flag_end$bold_end\n"; echo "
$bold$flag".$msg["DATE_STRING"]."$flag_end$bold_end
\n"; - echo " $bold$flag$subject$flag_end$ans$bold_end\n"; + echo " $bold$flag$subject$flag_end$ans$bold_end\n"; echo "\n"; } diff --git a/functions/smtp.php b/functions/smtp.php index b87dc0ca..52ef3851 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -428,7 +428,7 @@ } function sendMessage($t, $c, $b, $subject, $body) { - global $useSendmail; + global $useSendmail, $msg_id, $is_reply; global $data_dir, $username, $domain, $key, $version, $sent_folder, $imapServerAddress, $imapPort; if ($useSendmail==true) { -- 2.25.1