| Age | Commit message (Collapse) | Author |
|
|
|
Add a new combination (pseudo) field "related:", which combines
"message-id" and "references"
|
|
And add the display of combination-fields to 'mu info fields'.
|
|
'Phrasable' is probably a bit clearer description.
|
|
We were dumping the HTML-parts as-is in the Xapian indexer; however,
it's better to remove the html decoration first, and just pass the text.
We use the new built-in html->text scraper for that.
|
|
Not complete, but a first big stab converting users of Mu::Error and
various g_warning & friends, format to the new libfmt-based APIs.
|
|
Try to detect the language of the e-mail body and make it searchable.
|
|
|
|
Move test-mu-common to mu-test-utils. Use mu_test_init as a wrapper for
g_test_init. Update users.
|
|
They were so *implicitly*, but the query parser needs the info so contact fields
can use phrase-searces, too.
|
|
One should be enough!
|
|
Keep it in the store; much faster than generating on the fly.
|
|
Update many of the field flags; remove obsolete ones.
Ensure they are handled correctly in mu-document
|
|
Basically, move/rename lib/mu-message* to lib/mu-*.
Add the beginnings of a Message class.
|