]> git.pld-linux.org Git - packages/archivemail.git/blame_incremental - archivemail-empty-mailbox-objects-fix.patch
BR: rpmbuild(macros) >= 1.710
[packages/archivemail.git] / archivemail-empty-mailbox-objects-fix.patch
... / ...
CommitLineData
1# Description: add, document and test --all option
2# Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476806
3# Author: Joey Hess <joeyh@debian.org>
4# Last-Update: 2008-08-14
5Index: archivemail/archivemail
6===================================================================
7--- archivemail.orig/archivemail 2008-08-14 21:24:03.000000000 +0100
8+++ archivemail/archivemail 2008-08-14 21:24:12.000000000 +0100
9@@ -1278,7 +1278,7 @@
10 original = mailbox.MHMailbox(mailbox_name)
11 else:
12 unexpected_error("unknown type: %s" % type)
13- assert(original)
14+ assert(original is not None)
15
16 cache = IdentityCache(mailbox_name)
17
This page took 0.062413 seconds and 4 git commands to generate.