From af43dc7d0efc2586643b28c0165adcb94316bec7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 16 Aug 2011 16:54:38 -0600 Subject: [PATCH] Fix #827684 (Deleting Kindle Books from Device) --- src/calibre/devices/kindle/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index b027542bf0..3c875ba9d9 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -64,7 +64,7 @@ class KINDLE(USBMS): EBOOK_DIR_MAIN = 'documents' EBOOK_DIR_CARD_A = 'documents' - DELETE_EXTS = ['.mbp','.tan','.pdr'] + DELETE_EXTS = ['.mbp', '.tan', '.pdr', '.ea', '.apnx', '.phl'] SUPPORTS_SUB_DIRS = True SUPPORTS_ANNOTATIONS = True