[Python-apps-commits] r13959 - in packages/alot/trunk/debian/patches (2 files)

jljusten-guest at users.alioth.debian.org jljusten-guest at users.alioth.debian.org
Mon Apr 24 04:47:00 UTC 2017


    Date: Monday, April 24, 2017 @ 04:46:59
  Author: jljusten-guest
Revision: 13959

debian: Remove patch since 0.5.1 contains 814e945c8696

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>

Modified:
  packages/alot/trunk/debian/patches/series
Deleted:
  packages/alot/trunk/debian/patches/fix-crash-malformed-date.patch

Deleted: packages/alot/trunk/debian/patches/fix-crash-malformed-date.patch
===================================================================
--- packages/alot/trunk/debian/patches/fix-crash-malformed-date.patch	2017-04-24 04:46:48 UTC (rev 13958)
+++ packages/alot/trunk/debian/patches/fix-crash-malformed-date.patch	2017-04-24 04:46:59 UTC (rev 13959)
@@ -1,15 +0,0 @@
-Subject: Fix crash when email's date is malformated
-Origin: upstream
-Applied-Upstream: https://github.com/pazz/alot/commit/814e945c8696954aaad697a6caafdd44638ef40f
---- a/alot/widgets/search.py	2015-12-21 22:15:07.000000000 +0100
-+++ b/alot/widgets/search.py	2016-08-24 22:02:03.803918450 +0200
-@@ -54,7 +54,8 @@
-             datestring = ''
-             if self.thread:
-                 newest = self.thread.get_newest_date()
--                datestring = settings.represent_datetime(newest)
-+                if newest != None:
-+                    datestring = settings.represent_datetime(newest)
-             datestring = pad(datestring)
-             width = len(datestring)
-             part = AttrFlipWidget(urwid.Text(datestring), struct['date'])

Modified: packages/alot/trunk/debian/patches/series
===================================================================
--- packages/alot/trunk/debian/patches/series	2017-04-24 04:46:48 UTC (rev 13958)
+++ packages/alot/trunk/debian/patches/series	2017-04-24 04:46:59 UTC (rev 13959)
@@ -1,2 +1 @@
-fix-crash-malformed-date.patch
 0007-use-local-intersphinx-links




More information about the Python-apps-commits mailing list