Fix #827684 (Deleting Kindle Books from Device)

This commit is contained in:
Kovid Goyal 2011-08-16 16:54:38 -06:00
parent fb4395a5e6
commit af43dc7d0e

View File

@ -64,7 +64,7 @@ class KINDLE(USBMS):
EBOOK_DIR_MAIN = 'documents' EBOOK_DIR_MAIN = 'documents'
EBOOK_DIR_CARD_A = 'documents' EBOOK_DIR_CARD_A = 'documents'
DELETE_EXTS = ['.mbp','.tan','.pdr'] DELETE_EXTS = ['.mbp', '.tan', '.pdr', '.ea', '.apnx', '.phl']
SUPPORTS_SUB_DIRS = True SUPPORTS_SUB_DIRS = True
SUPPORTS_ANNOTATIONS = True SUPPORTS_ANNOTATIONS = True