diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index a13f879b87..96530e2801 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -63,6 +63,7 @@ class KINDLE(USBMS): def filename_callback(self, fname, mi): if fname.startswith('.'): return fname[1:] + return fname def get_annotations(self, path_map): MBP_FORMATS = [u'azw', u'mobi', u'prc', u'txt']