summaryrefslogtreecommitdiff
path: root/mail-client/alot/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /mail-client/alot/files
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'mail-client/alot/files')
-rw-r--r--mail-client/alot/files/0.9-0002-update-reference-to-envelope-body.patch28
1 files changed, 0 insertions, 28 deletions
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 <patricktotzke@gmail.com>
-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
-