summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2020-02-22fixup! fixup! Add more trace outputMatthias Beyer
2020-02-21Revert "TMP"Matthias Beyer
2020-02-21TMPMatthias Beyer
2020-02-21fixup! Add more error contextMatthias Beyer
2020-02-21fixup! Add more error contextMatthias Beyer
2020-02-21fixup! Add more error contextMatthias Beyer
2020-02-21fixup! Add more error contextMatthias Beyer
2020-02-21Add more error contextMatthias Beyer
2020-02-21fixup! fixup! Add more trace outputMatthias Beyer
2020-02-21fixup! fixup! Add more trace outputMatthias Beyer
2020-02-21Add test whether Store::is_borrowed() works as expectedMatthias Beyer
2020-02-21TMP: Revert "Revert "Check whether entry is borrowed before using it""Matthias Beyer
2020-02-21fixup! Add more trace outputMatthias Beyer
2020-02-21Add more trace outputMatthias Beyer
2020-02-21Revert "Check whether entry is borrowed before using it"Matthias Beyer
2020-02-21Check whether entry is borrowed before using itMatthias Beyer
2020-02-21Implement Deref to Store for MailStoreWithConnectionMatthias Beyer
2020-02-21fixup! fixup! Add more trace outputMatthias Beyer
2020-02-21fixup! Add more trace outputMatthias Beyer
2020-02-21Add more trace outputMatthias Beyer
2020-02-21fixup! Add more context for errorMatthias Beyer
2020-02-21Add more context for errorMatthias Beyer
2020-01-06Make sure messages are dropped before re-fetching them from notmuchMatthias Beyer
2020-01-06Add more debuggingMatthias Beyer
2020-01-06Reimplement fill_arena_with() using threads for accumulationMatthias Beyer
2020-01-06Rewrite iterator to return current-caluclate next instead of calculate-next-r...Matthias Beyer
2020-01-06Rewrite tree building based on replies rather than on replytoMatthias Beyer
2020-01-06Add convenience functionality to get replies for a mailMatthias Beyer
2020-01-06Add more debug output, store thread idMatthias Beyer
2020-01-06Add more debug outputMatthias Beyer
2020-01-06Add header field strippingMatthias Beyer
2020-01-06Add trace output when finding parentMatthias Beyer
2020-01-06Fix: If global loglevel allowes record to be logged, log itMatthias Beyer
2020-01-06Add more debug output for Mailtree codeMatthias Beyer
2020-01-06Simplify implementation: Connection is passed with store wrapper objectMatthias Beyer
2020-01-06Add mailtree moduleMatthias Beyer
2020-01-06WIP: Add first draft of Mailtree, based on indextreeMatthias Beyer
2020-01-06Add helper functions to get (root) parent of mailMatthias Beyer
2020-01-06Add helper to get Entry back from LoadedMailMatthias Beyer
2020-01-06Decouple LoadedMail/ParsedMail from actual EntryMatthias Beyer
2020-01-05Switch implementation to more builder-style interface for query buildingMatthias Beyer
2020-01-05Replace execute{,_atomic}() functions with new implementation that can return...Matthias Beyer
2020-01-05Add function to get cached notmuch ID of a mailMatthias Beyer
2020-01-05Add NotmuchConnection::close() and destructorMatthias Beyer
2020-01-05Switch ParsedMail impl to mda::EmailMatthias Beyer
2020-01-05WIP: Add function to parse mail and make data accessibleMatthias Beyer
2020-01-05Add helper to get the whole thread from a single messageMatthias Beyer
2020-01-05Add Mail fassade for loading data from notmuch and then using itMatthias Beyer
2020-01-05Add helper function to do something with db and easily return the resultMatthias Beyer
2020-01-05Add helper to get mail by idMatthias Beyer