summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-07Merge branch 'cleanup-libimagerror'Matthias Beyer
2020-03-06Remove unused str error handling moduleMatthias Beyer
2020-03-06Remove unused io error handling codeMatthias Beyer
2020-03-06Remove unused ExitUnwrap traitMatthias Beyer
2020-03-06Remove unused iter extensionsMatthias Beyer
2020-03-01Add more trace output for Viewer implementationMatthias Beyer
2020-03-01Change implementation to use the iterator extensionsMatthias Beyer
2020-03-01Merge branch 'viewing-iterator' into masterMatthias Beyer
2020-03-01Optimize: Stop iteration for viewing on broken pipe errorMatthias Beyer
2020-03-01Add viewer for viewing all entries from an iteratorMatthias Beyer
2020-03-01Merge branch 'rt-reporting-iterator' into masterMatthias Beyer
2020-03-01Fix: Also print if output is a data pipeMatthias Beyer
2020-03-01Add more trace outputMatthias Beyer
2020-03-01Add iterator extension for reporting from iteratorMatthias Beyer
2020-03-01Fix: Simplify selecting what to printMatthias Beyer
2020-03-01Merge branch 'runtime-more-io-control' into masterMatthias Beyer
2020-03-01Update tests for new runtime flagsMatthias Beyer
2020-03-01Update docs for new runtime flagsMatthias Beyer
2020-03-01Adapt flag forwarding to new runtime flagsMatthias Beyer
2020-03-01Use more fine-granular function as Runtime::ignore_ids() was removedMatthias Beyer
2020-03-01Allow more fine-granular control over IO behaviour in runtimeMatthias Beyer
2020-02-29Merge branch 'update-indicatif' into masterMatthias Beyer
2020-02-29Add some scopes for better readabilityMatthias Beyer
2020-02-29Include progressbar in iteratorMatthias Beyer
2020-02-29Update indicatif: 0.12.0 -> 0.14.0Matthias Beyer
2020-02-29Fix: Disable cargo-denyMatthias Beyer
2020-02-29Fix: Also write newlinesMatthias Beyer
2020-02-28Merge branch 'imag-unstable' into masterMatthias Beyer
2020-02-28Get the program name from the name of the executableMatthias Beyer
2020-02-28Use existing variable instead of hardcoding appnameMatthias Beyer
2020-02-28Merge branch 'update-travis-dist' into masterMatthias Beyer
2020-02-28Merge branch 'logger/remove-modules' into masterMatthias Beyer
2020-02-28Remove module-based loggingMatthias Beyer
2020-02-28travis: xenial -> bionicMatthias Beyer
2020-02-28travis: trusty -> xenialMatthias Beyer
2020-02-28Remove module logging settingsMatthias Beyer
2020-02-28Fix: If global loglevel allowes record to be logged, log itMatthias Beyer
2020-02-28Add helper type for passing data to Handlebars::render()Matthias Beyer
2020-02-28Add IndentionHelper for handlebars templatingMatthias Beyer
2020-02-28Make error output in handlebars render error more verboseMatthias Beyer
2020-02-21Add test whether Store::is_borrowed() works as expectedMatthias Beyer
2020-02-15Fix: Allow "mark" subcommand to be passed IDs directly on CLIMatthias Beyer
2020-02-15Fix: Subcommand is named "deleted"Matthias 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