Skip to content

Commit

Permalink
fix compatibility issue with 41b4478
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 5, 2024
1 parent eea33cd commit 665841e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ downloadEnoughFromInbox
"candidate must have started at least one conversation in the downloaded time range
(we express that so low-level here to avoid false positive tests)"
inbox messages anySatisfy: [:ea |
(ea subject beginsWith: 'Re:' caseSensitive: false) not and: [
(ea subject talkBeginsWith: 'Re:' caseSensitive: false) not and: [
candidate hasMailAddress: ea author]]]
ifFound: [:candidate |
person := candidate].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
},
"instance" : {
"cache" : "ct 7/14/2021 17:01",
"downloadEnoughFromInbox" : "ct 7/1/2023 18:13",
"downloadEnoughFromInbox" : "ct 1/5/2024 17:44",
"importCachesFor:" : "ct 7/23/2021 19:58",
"inbox" : "ct 7/7/2021 22:30",
"person" : "ct 7/1/2023 16:17",
Expand Down

0 comments on commit 665841e

Please sign in to comment.