0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Supress weird warning "Use of uninitialized value within @_..." when calling Encode::encode on empty contents with Perl 5.18.2 64bits More... almost 9 years ago
When the words table is partitioned, keep the prepared statements for SELECT in each partition in a cache. More... over 9 years ago
extract_words: try to avoid more non-words. Split the text into lines, and discards long lines (>50 chars) that don't contain any separator. Then split the lines into words. More... over 9 years ago
Implement optional partitioning of the words table Add --reindex-initial-state option to manitou-mgr parallel reindexing More... over 9 years ago
Fix performance bug on selecting same-fingerprint attachment's OID Only the first row is needed More... over 9 years ago
New options apply_filters, update_addresses_last, update_runtime_info that can be turned off for mass imports from spool directories More... over 9 years ago
Reinit temporary directory after forking since it may have been removed More... over 9 years ago
In get_identity_id, check specifically for the identity_id key, not just any property of this email bucket. Presumably fixes 'Identity ??? not found for set identity action' errors in filtering More... almost 10 years ago
Implement mailfiles_directory_flattened_folders to interpret folder names as tag hierarchies on import. More... almost 10 years ago
Replace line breaks with spaces in variables merged into header fields. Line breaks are not supported inside header fields since \n is our field separator. More... almost 10 years ago
Test the configuration file for existence rather than readability This leads to a proper error message if later failing on it. More... almost 10 years ago
2nd take: dependency on libmime-perl is now on libmime-tools-perl (not just build dependency) More... about 10 years ago
Dependency on libmime-perl is now on libmime-tools-perl More... about 10 years ago
manitou-mdx.conf is now a debian configuration file manitou-mdx.conf.sample disappears /var/run/manitou is recreated when starting rather than installing More... about 10 years ago
Test against the size of combined attachments rather than each individually More... over 10 years ago
Added no_duplicate plugin that discards duplicate messages on import based on their SHA1 digest More... over 10 years ago
Put the sample configuration file into /usr/share rather than /etc More... over 10 years ago
Add --import-list option In daemon mode, test earlier if a spool is configured Remove or operators where not applicable More... about 11 years ago
Fix missing test on create database success More... over 11 years ago
Simplify and update the template configuration More... over 11 years ago
When creating a new database, force the encoding to UTF8 More... over 11 years ago
upgrade-schema now can upgrade iteratively to the latest version with several in-between intermediate versions More... over 11 years ago
Fix the filters not respecting apply_order More... over 11 years ago
Give a shell to the manitou user More... over 11 years ago
Implement support for gzipped mail files. More... over 11 years ago
Use File::Temp::tempdir if tmpdir is not defined in the configuration file. More... over 11 years ago
Hint that manitou-mdx should start after postgresql. More... over 11 years ago
Implement delete_processed_mail_files yes/no option for mailfiles spools. More... over 11 years ago
outgoing_plugins are now allowed in the [common] section. More... over 11 years ago
Add debian package files Bump version to 1.3.1 Remove dependency on Digest::SHA1 More... over 11 years ago