aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* ElasticSearch: try to monkeypatch Elasticsearch::UnsupportedProductErrorRobin H. Johnson2023-04-092-0/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* backend: Update to Sanitize-6, cleans up nokogiri/nokogumbo dep messRobin H. Johnson2023-03-211-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* 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-231-0/+6
| | | | 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-215-65/+56
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Implement hidden messages to block out spam.Robin H. Johnson2017-05-211-22/+48
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* 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
|
* tab fixAlex Legler2015-02-251-1/+1
|
* 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>
* Fix vim.Robin H. Johnson2015-02-235-2/+7
| | | | 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>
* Fun to trigger race bugs.Robin H. Johnson2015-02-231-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* missing dep.Robin H. Johnson2015-02-231-0/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Hard to read.Robin H. Johnson2015-02-231-3/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* This is hard to make it trip up sometimes.Robin H. Johnson2015-02-231-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Improve poll code.Robin H. Johnson2015-02-231-2/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Improve sleep code.Robin H. Johnson2015-02-231-2/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Prepare real wait for status.Robin H. Johnson2015-02-231-6/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Improve delete code paths.Robin H. Johnson2015-02-232-0/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Ability to turn off the progress bar.Robin H. Johnson2015-02-231-1/+5
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Expose delete index.Robin H. Johnson2015-02-231-2/+9
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Fall back to charlock_holmes; also add stub encoding extraction from the ↵Alex Legler2015-02-242-8/+18
| | | | message for later on
* Fix displayname extractionAlex Legler2015-02-241-8/+4
|
* Include a --jobs parameter.Robin H. Johnson2015-02-231-1/+8
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Only occupy 3/4 of the processorsAlex Legler2015-02-232-3/+11
|
* More robust header parsing (again hopefully)Alex Legler2015-02-232-15/+68
|
* Test (hopefully) faster encoding fix methodAlex Legler2015-02-231-1/+8
|
* use more threads!Alex Legler2015-02-232-6/+8
|
* Implement --deleteAlex Legler2015-02-231-0/+5
| | | | TODO: Actually delete the message
* Implement --infoAlex Legler2015-02-231-0/+18
|
* Add id resolving helperAlex Legler2015-02-231-0/+12
|
* Refactor id resolving method to a more generic functionAlex Legler2015-02-231-4/+11
|
* Fix get_content invocation for new error messagesAlex Legler2015-02-231-1/+1
|
* also rename parameter nameAlex Legler2015-02-231-3/+3
|
* Give message-id to hash function an appropriate nameAlex Legler2015-02-231-2/+2
|
* Save message filename in the indexAlex Legler2015-02-231-1/+6
|
* Show more filenames when rendering failsAlex Legler2015-02-212-10/+14
|
* Hotfix the Maildir handling to not need our --fix renaming of files.Robin H. Johnson2015-02-211-0/+12
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Sleep for a second after creating an index to hopefully fix timing issuesAlex Legler2015-02-211-0/+3
|
* Initial versionAlex Legler2015-02-194-0/+348