From 079408b743f2aed019d5d3138783284d5e2ee23e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Dec 2015 12:18:45 +0530 Subject: [PATCH] ... --- src/calibre/utils/exim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/exim.py b/src/calibre/utils/exim.py index b43c07a171..a2b41d7eb9 100644 --- a/src/calibre/utils/exim.py +++ b/src/calibre/utils/exim.py @@ -66,7 +66,7 @@ class FileDest(object): class Exporter(object): - VERSION = 1 + VERSION = 0 TAIL_FMT = b'!II?' # part_num, version, is_last MDATA_SZ_FMT = b'!Q' EXT = '.calibre-data'