From: Michael Mair-Keimberger (asterix) Date: Sun, 15 Jan 2017 09:20:37 +0000 (+0100) Subject: net-mail/archivmail: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3b5c1d6c66d59d1682ad6cc2fda31f3f21a092bc;p=gentoo.git net-mail/archivmail: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3488 --- diff --git a/net-mail/archivemail/files/0.7.2-empty_maildir-r266.patch b/net-mail/archivemail/files/0.7.2-empty_maildir-r266.patch deleted file mode 100644 index 4af2366b7433..000000000000 --- a/net-mail/archivemail/files/0.7.2-empty_maildir-r266.patch +++ /dev/null @@ -1,15 +0,0 @@ -http://archivemail.svn.sourceforge.net/viewvc/archivemail?view=rev&revision=266 -Fixed crash when archiving an empty maildir with python 2.5. -The incompatible changes in mailbox.Maildir triggered an assertion in -_archive_dir(); removing that assertion since it looks not useful anyway. - ---- trunk/archivemail 2008/03/15 15:59:05 265 -+++ trunk/archivemail 2008/03/15 18:42:56 266 -@@ -1287,7 +1287,6 @@ - original = mailbox.MHMailbox(mailbox_name) - else: - unexpected_error("unknown type: %s" % type) -- assert(original) - - cache = IdentityCache(mailbox_name) -