442
442
for filename in os.listdir(dirpath):
443
443
filepath = os.path.join(dirpath, filename)
444
444
filebase, ext = os.path.splitext(filepath)
445
449
# Handle the .db metadata files as part of the handling of the
446
450
# .pck or .msg message files.
447
451
if ext not in ('.pck', '.msg'):