Skip to content

MailMover.py crashes if mail was deleted  #98

Closed
@J-N-K

Description

Running afew --move-mail crashes if one of the files in the notmuch database was previously deleted. This is due to the exception handling in Mailmover.py The shutil-Copy routine (l. 75) raises an exception if the file was not found and the exception-handler only takes care of "already exists" errors.

If the file was not found, it should be reported but not crash afew.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions