commit: 3b5c1d6c66d59d1682ad6cc2fda31f3f21a092bc Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Jan 15 09:20:37 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 09:49:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5c1d6c
net-mail/archivmail: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3488 net-mail/archivemail/files/0.7.2-empty_maildir-r266.patch | 15 --------------- 1 file changed, 15 deletions(-) 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 4af2366..00000000 --- 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) -
