You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello @Floki@J-N-K,
as the refactored version of the MailMover (still welcome feedback on this patch !! :beer),
is more iterative and do a process of moving on a mail centric way before we do the whole list at once.
I think this could fix, you issue, please test the MailMover and add your feedback.
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.
The text was updated successfully, but these errors were encountered: