Skip to content
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
merged 10 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    8fbede3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a5ad4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fcb10b View commit details
    Browse the repository at this point in the history
  4. message.h: refactor find_msgid from global.h to message_iter_msgid

    It really didn't belong to global.h in the first place.
    rsto committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    007520d View commit details
    Browse the repository at this point in the history
  5. 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.
    rsto committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6f40182 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dc7a5c View commit details
    Browse the repository at this point in the history
  7. 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.
    rsto committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4c6bdc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f97b408 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d59fbe1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    904479a View commit details
    Browse the repository at this point in the history