Skip to content

Commit

Permalink
🔀 Merge pull request #251 from gobijan/master
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Dec 24, 2023
2 parents 92c5ecd + d69ebad commit 2e65f2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/net/imap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,6 @@ def sort_internal(cmd, sort_keys, search_keys, charset)
else
normalize_searching_criteria(search_keys)
end
normalize_searching_criteria(search_keys)
synchronize do
send_command(cmd, sort_keys, charset, *search_keys)
clear_responses("SORT").last || []
Expand All @@ -2896,7 +2895,6 @@ def thread_internal(cmd, algorithm, search_keys, charset)
else
normalize_searching_criteria(search_keys)
end
normalize_searching_criteria(search_keys)
synchronize do
send_command(cmd, algorithm, charset, *search_keys)
clear_responses("THREAD").last || []
Expand Down

0 comments on commit 2e65f2a

Please sign in to comment.