summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-06Add debug and trace outputMatthias Beyer
2020-01-06Add reporting to tree-style printingMatthias Beyer
2020-01-06Simplify implementation so that printing a non-tree is fully covered by helpe...Matthias Beyer
2020-01-06Outsource processing into helper functionMatthias Beyer
2020-01-06Implement finding of root node before fetching treeMatthias Beyer
2020-01-06Simplify implementation: Connection is passed with store wrapper objectMatthias Beyer
2020-01-06Implement listing in imag-mail so that it can print a treeMatthias 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-06Rwrite imag-mail-list to make use of query builder, so we can apply sortingMatthias 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 missing parameter to define format to list inMatthias Beyer
2020-01-05fixup! Reimplement imag-mail frontendMatthias Beyer
2020-01-05Update default configuration for mailMatthias Beyer
2020-01-05Import notmuch in nix-shell for developmentMatthias Beyer
2020-01-05fixup! travis: Include libnotmuch5 in buildMatthias Beyer
2020-01-05travis: Include libnotmuch5 in buildMatthias Beyer
2020-01-05Reimplement imag-mail-list to allow notmuch query as well as storeids passed ...Matthias Beyer
2020-01-05Reimplement imag-mail frontendMatthias 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
2020-01-05Start rewriting backend to use notmuchMatthias Beyer
2020-01-03Fix: Use module path when getting mail instead of using plain MessageId objec...Matthias Beyer
2020-01-03Outsource listing of a single mail to helper functionMatthias Beyer
2020-01-03Merge branch 'libimagmail/neighbors' into masterMatthias Beyer
2020-01-03Merge branch 'imag-mail-unread' into masterMatthias Beyer
2020-01-03Add MailStore::thread_root_of()Matthias Beyer
2020-01-03Add Mail::get_thread() for getting all mails in the same thread as this mailMatthias Beyer
2020-01-03Add imag-mail-unread commandMatthias Beyer
2020-01-03Merge branch 'imag-mail/scan' into masterMatthias Beyer
2020-01-03Merge branch 'libimagstore/is-borrowed' into masterMatthias Beyer
2020-01-03Add Store::is_borrowed(StoreId)Matthias Beyer