mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Allow html, htm and rtf documents to be deleted
This commit is contained in:
parent
f826dcd050
commit
a5d7a19c34
@ -401,7 +401,7 @@ class KOBO(USBMS):
|
||||
elif extension == '.pdf' or extension == '.epub':
|
||||
# print "ePub or pdf"
|
||||
ContentType = 16
|
||||
elif extension == '.txt':
|
||||
elif extension == '.rtf' or extension == '.txt' or extension == '.htm' or extension == '.html':
|
||||
# print "txt"
|
||||
ContentType = 901
|
||||
else: # if extension == '.html' or extension == '.txt':
|
||||
|
Loading…
x
Reference in New Issue
Block a user