GNOME Bugzilla – Bug 651741
Find in text message doesn't warn about no matching found
Last modified: 2011-08-19 11:55:43 UTC
Open a message in evolution Press shift+ctrl+f Search for an unmatching pattern (a random string like "djkshglfs" would be fine) It's not written anywhere that the pattern didn't matched And: by pressing enter (or "next"), it isn't warned about having reached the end of page, until it has been pressed at least two times. And worse: by doing a sane search with some results (say, 3), and then modifying (without clearing) the search field and doing the search again, at the right of the search bar, it will still be displayed that there've been found 3 matches for the search, even if the current search string is absent from the mail content.
Confirming, I can reproduce this with current git master too (after 3.1.5 release).
Created attachment 194222 [details] [review] evo patch for evolution; This fixes it for me. After each Enter press the count of Matched strings is updated at the right side of the search panel, thus one can see there is no match found for the changed strings. With this patch the count updates as expected.
Created commit 6b13cb5 in evo master (3.1.90+)