-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index Message-ID, References and In-Reply-To headers in Xapian #4977
Merged
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fbede3 - Browse repository at this point
Copy the full SHA 8fbede3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a5ad4 - Browse repository at this point
Copy the full SHA a6a5ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fcb10b - Browse repository at this point
Copy the full SHA 8fcb10bView commit details -
message.h: refactor find_msgid from global.h to message_iter_msgid
It really didn't belong to global.h in the first place.
Configuration menu - View commit details
-
Copy full SHA for 007520d - Browse repository at this point
Copy the full SHA 007520dView commit details -
index.c: convert all search part text before indexing
Up until now, Cyrus did not convert the contents of header fields and a couple of iCalendar properties to search form. This required us to convert those part contents to lower case in the Xapian wrapper, but we rather want this all proper NFKC-casefolded. Calling charset_convert on these values before sending them to the indexer makes sure all indexed text is in proper form.
Configuration menu - View commit details
-
Copy full SHA for 6f40182 - Browse repository at this point
Copy the full SHA 6f40182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc7a5c - Browse repository at this point
Copy the full SHA 2dc7a5cView commit details -
jmap_mail.c: calculate query costs after search, not before
The query runner might rewrite the search query before running it, so report the query costs after that.
Configuration menu - View commit details
-
Copy full SHA for 4c6bdc6 - Browse repository at this point
Copy the full SHA 4c6bdc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97b408 - Browse repository at this point
Copy the full SHA f97b408View commit details -
Configuration menu - View commit details
-
Copy full SHA for d59fbe1 - Browse repository at this point
Copy the full SHA d59fbe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 904479a - Browse repository at this point
Copy the full SHA 904479aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.