No description
Find a file
Michael Gratton 7e38198287 ImapDb.Database: Register new ICU-based tokeniser for FTS
The SQLite tokeniser does not deal with scripts that do not use spaces
for word breaking (CJK, Thai, etc), thus searching in those languages
does not work well.

This adds a custom SQLite tokeniser based on ICU that breaks words for
all languages supported by that library, and uses NFKC_Casefold
normalisation to handle normalisation, case folding, and dropping of
ignorable characters.

Fixes #121
2021-01-19 20:48:59 +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 Geary.ImapDb.SearchQuery: Rename to Geary.FtsSearchQuery 2021-01-19 20:48:17 +11:00
sql ImapDb.Database: Register new ICU-based tokeniser for FTS 2021-01-19 20:48:59 +11:00
src ImapDb.Database: Register new ICU-based tokeniser for FTS 2021-01-19 20:48:59 +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