summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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
2020-01-03Merge branch 'imag-mail/list-format' into masterMatthias Beyer
2020-01-03Merge branch 'libimagmail/flags' into masterMatthias Beyer
2020-01-03Add support for format in configuration for imag-mail-listMatthias Beyer
2020-01-03Add helper functions to check whether a mail is passed, replied,...Matthias Beyer
2020-01-03Add Mail::{get_,neighbors}()Matthias Beyer
2020-01-03Add MailIterator for iterating over entries that are mailsMatthias Beyer
2020-01-03Add function to get char representation of flagMatthias Beyer
2020-01-03Add function to get flagsMatthias Beyer
2020-01-03Add flags module for flags representation as strong typesMatthias 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-02Rewrite Hasher::hash() for MailHasherMatthias Beyer
2020-01-02Fix: Do not assume UTF8 encoding of data to hashMatthias Beyer
2020-01-02Optimization: Get the Message-Id from the header, if it is thereMatthias Beyer
2020-01-02Merge branch 'libimagmail/message-id-type' into masterMatthias Beyer
2020-01-02Use MessageId type where applicableMatthias Beyer
2020-01-02Impl Display for MessageIdMatthias Beyer
2020-01-02Add more impls on MessageId typeMatthias Beyer