From 658898ffbce89bc55b67cf28c8388fcf33f16694 Mon Sep 17 00:00:00 2001 From: djmaze Date: Thu, 15 Apr 2021 15:46:47 +0200 Subject: [PATCH] Strange hamburger icon when syncing https://github.com/the-djmaze/snappymail/issues/79#issuecomment-817321314 --- .../libraries/MailSo/Base/DateTimeHelper.php | 3 +-- .../templates/Views/User/PopupsContacts.html | 26 +++++++------------ 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/snappymail/v/0.0.0/app/libraries/MailSo/Base/DateTimeHelper.php b/snappymail/v/0.0.0/app/libraries/MailSo/Base/DateTimeHelper.php index 7aa12cce4..ae34f5236 100644 --- a/snappymail/v/0.0.0/app/libraries/MailSo/Base/DateTimeHelper.php +++ b/snappymail/v/0.0.0/app/libraries/MailSo/Base/DateTimeHelper.php @@ -43,8 +43,7 @@ abstract class DateTimeHelper } $sDateTime = \trim(\preg_replace('/ \([a-zA-Z0-9]+\)$/', '', $sDateTime)); - $oDateTime = \DateTime::createFromFormat(\DateTime::RFC822, $sDateTime, static::GetUtcTimeZoneObject()) - ?: \DateTime::createFromFormat('D, d M Y H:i:s O', $sDateTime, static::GetUtcTimeZoneObject()); + $oDateTime = \DateTime::createFromFormat(\DateTime::RFC2822, $sDateTime, static::GetUtcTimeZoneObject()); return $oDateTime ? $oDateTime->getTimestamp() : 0; } diff --git a/snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html b/snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html index 912ad0289..cc416745d 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html @@ -5,25 +5,17 @@
- + + + + -
- - - -
+ -
- 🗑 -
+ 🗑 -