aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Gemfile: actually updateHEADmasterRobin H. Johnson2023-04-092-31/+11
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Gemfile: update elasticsearch module again, need another fixRobin H. Johnson2023-04-092-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* ElasticSearch: try to monkeypatch Elasticsearch::UnsupportedProductErrorRobin H. Johnson2023-04-093-0/+11
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* archives: try community solutionRobin H. Johnson2023-04-092-12/+32
| | | | | | | | | | | | Bitten by the open source wars. ``` The client noticed that the server is not Elasticsearch and we do not support this unknown product (Elasticsearch::UnsupportedProductError) ```` Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Reference: https://stackoverflow.com/questions/68762774/elasticsearchunsupportedproducterror-the-client-noticed-that-the-server-is-no
* backend: Update to Sanitize-6, cleans up nokogiri/nokogumbo dep messRobin H. Johnson2023-03-213-43/+47
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Gemfile: update charlock_holmes for newer ICURobin H. Johnson2019-07-212-3/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* bundle/config: ensure nokogiri uses system libs.Robin H. Johnson2017-10-191-0/+5
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Gemfile: Fix nokogumbo build.Robin H. Johnson2017-10-192-3/+13
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Stop using bundlerMichał Górny2017-10-141-1/+1
|
* Add missing require for ostruct, needed for ruby22Michał Górny2017-10-141-0/+1
|
* storage: Fix typo for hash.Robin H. Johnson2017-05-231-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* ag: allow manual flush of index.Robin H. Johnson2017-05-232-0/+22
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* More function name mismatchRobin H. Johnson2017-05-211-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Fix accidental plural in function.Robin H. Johnson2017-05-211-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Rubocop cleanup.Robin H. Johnson2017-05-217-102/+101
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Implement hidden messages to block out spam.Robin H. Johnson2017-05-212-24/+88
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Update sanitize depAlex Legler2016-12-142-11/+14
|
* Fix broken names when no realname is set in From:Alex Legler2015-06-291-1/+4
| | | | | This should avoid further 'Encoding could not be reliably detected' errors for messages with 'From: addr@dom.ain' headers.
* Clarify error messageAlex Legler2015-03-071-1/+1
|
* one more minor fixAlex Legler2015-03-071-1/+1
|
* Title is not a sentence, hence remove the periodAlex Legler2015-03-071-1/+1
| | | | hopefully the last useless test commit
* Revert "Revert "Revert "Revert "TODO!""""Alex Legler2015-03-071-1/+1
| | | | This reverts commit d012813f2150138fc80bee530ca0874ef5e68ef3.
* Revert "Revert "Revert "TODO!"""Alex Legler2015-03-071-1/+1
| | | | This reverts commit 1f3d43980f44d1f0f827c55740fd2c6361939cd1.
* Revert "Revert "TODO!""Alex Legler2015-03-071-1/+1
| | | | This reverts commit 50ac0baf26f0671b264de064a696a384bfca8fc9.
* Revert "TODO!"Alex Legler2015-03-071-1/+1
| | | | This reverts commit 89d138a92776dc5f416e3020c1388ce1136f76eb.
* TODO!Alex Legler2015-03-071-1/+1
|
* Revert "test"Alex Legler2015-03-071-0/+1
| | | | This reverts commit 763ede74c1139ddb6d6445d010226db0f34f7f96.
* testAlex Legler2015-03-071-1/+0
|
* Revert "test mirroring"Alex Legler2015-03-041-0/+1
| | | | This reverts commit 81e6445a5f9d47a4b29cf045fcfbc9a4ac8284c4.
* test mirroringAlex Legler2015-03-041-1/+0
|
* Add TODO.Robin H. Johnson2015-02-251-0/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Always raise problems from create/delete if calling from maildir indexing calls.Robin H. Johnson2015-02-251-3/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Improve error handling.Robin H. Johnson2015-02-251-7/+12
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Refactor to simplify for a quick bug I hit.Robin H. Johnson2015-02-251-10/+13
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Fix function name.Robin H. Johnson2015-02-251-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Document that this deletes the index normally.Robin H. Johnson2015-02-251-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Add a README.Robin H. Johnson2015-02-251-0/+9
|
* tab fixAlex Legler2015-02-251-1/+1
|
* Incremental was not doing new messages!.Robin H. Johnson2015-02-231-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Make a rethread command.Robin H. Johnson2015-02-231-2/+13
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Cleanup check.Robin H. Johnson2015-02-231-3/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Working index status check!Robin H. Johnson2015-02-231-26/+11
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Almost ready for real state.Robin H. Johnson2015-02-231-0/+16
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* more print.Robin H. Johnson2015-02-231-1/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Work on the index.Robin H. Johnson2015-02-231-9/+9
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Key hell.Robin H. Johnson2015-02-231-1/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Work on better selection of status.Robin H. Johnson2015-02-231-4/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* We do not want to catch NoMethodError from deeper in the stack.Robin H. Johnson2015-02-231-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Fix vim.Robin H. Johnson2015-02-236-2/+8
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Work on getting state.Robin H. Johnson2015-02-231-1/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>