Skip to content

Commit

Permalink
show emptied trash message
Browse files Browse the repository at this point in the history
  • Loading branch information
RNRetailer committed Nov 20, 2024
1 parent ce0075e commit d66d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal_gmail_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ def empty_trash() -> None:
message_ids_encountered_this_batch = delete_messages(messages, message_ids_encountered)

if not message_ids_encountered_this_batch:
return
break

messages_deleted += len(message_ids_encountered_this_batch)

Expand Down

0 comments on commit d66d7dd

Please sign in to comment.