435
435
for filename in os.listdir(dirpath):
436
436
filepath = os.path.join(dirpath, filename)
437
437
filebase, ext = os.path.splitext(filepath)
438
442
# Handle the .db metadata files as part of the handling of the
439
443
# .pck or .msg message files.
440
444
if ext not in ('.pck', '.msg'):