commit:     7ec16c80c1cade656858ee167d4400ef2ae5d229
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Feb 16 14:36:54 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 15:52:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec16c80

mail-client/alot: remove obsolete patch

Closes: https://github.com/gentoo/gentoo/pull/24209
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 mail-client/alot/alot-9999.ebuild                  |  3 +--
 ....9-0002-update-reference-to-envelope-body.patch | 28 ----------------------
 2 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/mail-client/alot/alot-9999.ebuild 
b/mail-client/alot/alot-9999.ebuild
index 497e1230e10c..87b22470c579 100644
--- a/mail-client/alot/alot-9999.ebuild
+++ b/mail-client/alot/alot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -45,7 +45,6 @@ DEPEND="
 
 PATCHES=(
        "${FILESDIR}/${PV}-0001-remove-non-working-test.patch"
-       "${FILESDIR}/${PV}-0002-update-reference-to-envelope-body.patch"
 )
 
 distutils_enable_tests setup.py

diff --git 
a/mail-client/alot/files/0.9-0002-update-reference-to-envelope-body.patch 
b/mail-client/alot/files/0.9-0002-update-reference-to-envelope-body.patch
deleted file mode 100644
index 8010b50db8ad..000000000000
--- a/mail-client/alot/files/0.9-0002-update-reference-to-envelope-body.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 67a06f5b9afa132a187956d5f28b0470b84a0235 Mon Sep 17 00:00:00 2001
-From: Patrick Totzke <[email protected]>
-Date: Sun, 16 Feb 2020 10:24:59 +0000
-Subject: [PATCH] Update reference to envelope.body
-
-which now should be body_txt as of e067ea2037c10224645f0cb7ab2e020772e612ac
-
-fixes #1468
----
- alot/commands/globals.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/alot/commands/globals.py b/alot/commands/globals.py
-index f9dc5812..aa1fd436 100644
---- a/alot/commands/globals.py
-+++ b/alot/commands/globals.py
-@@ -869,7 +869,7 @@ class ComposeCommand(Command):
-                     mimetype = helper.guess_mimetype(sigcontent)
-                     if mimetype.startswith('text'):
-                         sigcontent = helper.try_decode(sigcontent)
--                        self.envelope.body += '\n' + sigcontent
-+                        self.envelope.body_txt += '\n' + sigcontent
-             else:
-                 ui.notify('could not locate signature: %s' % sig,
-                           priority='error')
--- 
-2.24.1
-

Reply via email to