From 99cb30dd9ee8587bc54081ba5bf8fc9fb9a2d2d5 Mon Sep 17 00:00:00 2001 From: Alex Puiu Date: Thu, 10 Feb 2022 17:17:53 +0200 Subject: [PATCH] Add card to the top --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 595f035..58fa628 100644 --- a/index.php +++ b/index.php @@ -68,7 +68,7 @@ if ($emails) $data = new stdClass(); $data->title = DECODE_SPECIAL_CHARACTERS ? mb_decode_mimeheader($overview->subject) : $overview->subject; $data->type = "plain"; - $data->order = 999; + $data->order = 1; if(count($attachments)) { $data->attachments = $attNames; $description = DECODE_SPECIAL_CHARACTERS ? quoted_printable_decode($inbox->fetchMessageBody($emails[$j], 1.1)) : $inbox->fetchMessageBody($emails[$j], 1.1);