summaryrefslogtreecommitdiffstats
path: root/bin/domain
AgeCommit message (Expand)Author
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-24Revert "Move to toml-query from master branch"Matthias Beyer
2020-03-08Move to toml-query from master branchMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-03-01Add more trace output for Viewer implementationMatthias Beyer
2020-03-01Change implementation to use the iterator extensionsMatthias Beyer
2020-03-01Fix: Also print if output is a data pipeMatthias Beyer
2020-03-01Add more trace outputMatthias Beyer
2020-03-01Fix: Simplify selecting what to printMatthias Beyer
2020-03-01Use more fine-granular function as Runtime::ignore_ids() was removedMatthias 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-03Outsource listing of a single mail to helper functionMatthias Beyer
2020-01-03Add imag-mail-unread commandMatthias Beyer
2020-01-03Merge branch 'imag-mail/scan' into masterMatthias Beyer
2020-01-03Add support for format in configuration for imag-mail-listMatthias Beyer
2020-01-03Rewrite scan function with option to fetch pathes in parallelMatthias Beyer
2020-01-03Add imag-mail-scan command for scanning directory for new mailMatthias Beyer
2020-01-03Remove feature to print content as wellMatthias Beyer
2020-01-02Use MessageId type where applicableMatthias Beyer
2020-01-02Store::retrieve_mail_from_path() should have a flag to force making a ref out...Matthias Beyer
2020-01-02Fix: Clap argument nameMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-25Rewrite "show" Command to be able to read ids from stdinMatthias Beyer
2019-12-24Fix: Drop habit before getting instancesMatthias Beyer
2019-12-23Use closure as suggested by clippyMatthias Beyer
2019-12-23Remove unnecessary to_string() callsMatthias Beyer
2019-12-23Remove lifetime specificationMatthias Beyer
2019-12-23Remove len() != 0 comparison with negation and ::is_empty() callMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove identical conversionMatthias Beyer
2019-12-23Remove unnecessary let bindingMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-12-22Merge branch 'imag-bookmark/open' into masterMatthias Beyer
2019-12-22Merge branch 'imag-wiki/noexit' into masterMatthias Beyer
2019-12-22Add open command for imag-bookmarkMatthias Beyer
2019-12-22Rewrite imag-wiki to propagate errors instead of calling exit()Matthias Beyer
2019-12-22Call clone() as late as possibleMatthias Beyer
2019-12-22Do not call into_iter() when iter() is sufficientMatthias Beyer
2019-12-22Do not call clone() on a Copy typeMatthias Beyer
2019-12-22Use Iterator::flatten() instead of ::flat_map()Matthias Beyer
2019-12-22Remove not needed into_iter() callMatthias Beyer
2019-12-22Use Default implementation for constructingMatthias Beyer
2019-12-22Allow clippy::wrong_self_convention here for better readable codeMatthias Beyer
2019-12-22Rewrite else block, return predicate directlyMatthias Beyer