Skip to content

Commit

Permalink
Fix data issues in webapp index (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w authored May 9, 2020
1 parent 6f0735c commit 0ba6e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opwen_email_server/integration/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def _delete(self, email_address: str, uids: Iterable[str]):
continue

self._mailbox_storage.delete(f"{domain}/{email_address}/{folder}/{email['sent_at']}/{uid}")
self._email_storage.delete(uid)

def _mark_sent(self, uids: Iterable[str]):
pass
Expand Down

0 comments on commit 0ba6e56

Please sign in to comment.