No description
Find a file
Michael Gratton 58cae0ae40 Geary.ImapDB.Account: Drop post-search stemmed term greedy match removal
Stop post-processing search results by dropping results that contain a
matched term that is longer by some criterion than a stemmed term.

Since this cannot be specified by SQLite's FTS queries, it has to be
done outside of the search, which can have a substantial impact on
performance, and either means running multiple queries outside of a
transaction to get the required number of search results (potentially
a large number of times), running the pruning within a transaction
(potentially blocking the DB for a large length of time), or returning
the wrong number of search results (potentially confusing the caller).

Because of these disadvantages, and since SearchQuery's maximum
difference in lengths between term and stemmed variant helps to prevent
greedy matching anyway, just drop the post processing.
2021-01-19 20:49:01 +11:00
.gitlab/issue_templates Update Gitlab issue templates 2019-07-05 12:47:29 +10:00
bindings/vapi ImapDb.SearchQuery: Use libstemmer for stemming 2020-10-14 20:05:12 +11:00
build-aux build: Fix flatpak CI failing 2020-10-14 20:05:15 +11:00
desktop Update files for 40.alpha release 2021-01-18 22:02:42 +11:00
help app icon: darker yellow for better contrast 2021-01-17 11:31:57 +01:00
icons app icon: darker yellow for better contrast 2021-01-17 11:31:57 +01:00
po po/POFILES.in: Add missing files 2021-01-19 20:49:01 +11:00
sql ImapDb.Database: Register new ICU-based tokeniser for FTS 2021-01-19 20:48:59 +11:00
src Geary.ImapDB.Account: Drop post-search stemmed term greedy match removal 2021-01-19 20:49:01 +11:00
subprojects/vala-unit build: Remove libhandy submodule from the build 2020-08-27 08:34:08 +10:00
test Geary.FtsSearchQuery: Fixes for email text disjunctions 2021-01-19 20:48:17 +11:00
ui ui/gtk/help-overlay.ui 2021-01-18 08:38:03 +00:00
.gitattributes .gitattributes: add syntax highlight for meson.build in Web UI 2019-04-30 10:40:42 +03:00
.gitignore Add a compatibility JSON-based flatpak manifest 2019-10-25 11:48:09 +11:00
.gitlab-ci.yml ImapDb.Database: Register new ICU-based tokeniser for FTS 2021-01-19 20:48:59 +11:00
AUTHORS Update THANKS, etc. 2017-10-02 20:52:45 +11:00
BUILDING.md ImapDb.Database: Register new ICU-based tokeniser for FTS 2021-01-19 20:48:59 +11:00
code-of-conduct.md code-of-conduct.md: Actually specify an address for reporting abuse 2020-04-08 12:41:56 +10:00
CONTRIBUTING.md README.md, CONTRIBUTING.md: Mention discourse & update for consistency 2020-06-24 23:02:46 +10:00
COPYING Added COPYING, AUTHORS, and MAINTAINERS files: #3697. 2011-06-06 15:23:04 -07:00
COPYING.icons Remove now-unused mail-spam-symbolic icon. Bug 737862. 2016-07-14 13:06:52 +10:00
COPYING.pyyaml Add a compatibility JSON-based flatpak manifest 2019-10-25 11:48:09 +11:00
geary.doap geary.doap: Remove Jim as a maintainer, he hasn't been around in a while 2020-08-19 10:56:12 +10:00
meson.build ImapDb.Database: Register new ICU-based tokeniser for FTS 2021-01-19 20:48:59 +11:00
meson_options.txt build: Update how build profiles are handled 2020-10-03 23:34:31 +10:00
NEWS Update files for 40.alpha release 2021-01-18 22:02:42 +11:00
org.gnome.Geary.json org.gnome.Geary.yaml: Workaround for WebKitGTK not printing under Flatpak 2021-01-17 20:19:36 +11:00
org.gnome.Geary.yaml org.gnome.Geary.yaml: Workaround for WebKitGTK not printing under Flatpak 2021-01-17 20:19:36 +11:00
README.md README.md: Minor improvements 2020-10-03 23:34:31 +10:00
THANKS THANKS: Updated 2020-08-27 10:34:52 +10:00

Geary: Send and receive email

Geary icon

Geary is an email application built around conversations, for the GNOME 3 desktop. It allows you to read, find and send email with a straight-forward, modern interface.

Visit https://wiki.gnome.org/Apps/Geary for more information.

GitHub users please note: Bug reports, code contributions and translations are managed using GNOME's infrastructure, so we cannot accept tickets or pull requests on GitHub. Please see the links below for more information.

Geary displaying a conversation

Building & Licensing

Please consult the BUILDING.md and COPYING files for more information about building Geary and the licence granted by its copyright holders for redistribution.

Getting in Touch

Code Of Conduct

We follow the Contributor Covenant as our Code of Conduct. All communications in project spaces are expected to adhere to it.

Contributing to Geary

Want to help improve Geary? Here are some ways to contribute:


Copyright © 2016 Software Freedom Conservancy Inc.
Copyright © 2017-2020 Michael Gratton mike@vee.net