summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-16Fix error handlingMatthias Beyer
2021-01-16Add debug outputMatthias Beyer
2021-01-16Wrap MaillistView inside into ResizedViewMatthias Beyer
2021-01-15Remove unused dependencyMatthias Beyer
2021-01-15Fix: enumset fails to build, this is the immediate fixMatthias Beyer
2021-01-15Update nixos builderMatthias Beyer
2021-01-14Pin flexi_logger to be compatible with the cursive crateMatthias Beyer
2021-01-14Add mail viewMatthias Beyer
2021-01-14Add MailistView::borrow_item()Matthias Beyer
2021-01-14Add Deref for MaillistViewMatthias Beyer
2021-01-14Add getters for MailListingDataMatthias Beyer
2021-01-14Wrap view in a cursive_multiplexMatthias Beyer
2020-08-03Remove unused variablesMatthias Beyer
2020-08-03Remove unused importsMatthias Beyer
2020-08-03MinifyMatthias Beyer
2020-08-03Add debugging outputMatthias Beyer
2020-08-03We don't need this as a function anymoreMatthias Beyer
2020-08-03Simplify implementation for making list of views for parsed emailMatthias Beyer
2020-08-03Add viewing of all direct subpartsMatthias Beyer
2020-08-03Add viewing of a mailMatthias Beyer
2020-08-03Move logger to use flexi_logger crateMatthias Beyer
2020-07-28Update READMEMatthias Beyer
2020-07-24Use placeholder string if fetching header value failsMatthias Beyer
2020-07-24Add error contextsMatthias Beyer
2020-07-24Make error printing show the whole chain of errorsMatthias Beyer
2020-07-24Add some error contextMatthias Beyer
2020-07-24Add builder-pattern style buildingMatthias Beyer
2020-07-24Add error dialog helper functionMatthias Beyer
2020-07-24Cleanup MailListingData constructionMatthias Beyer
2020-07-24Rewrite on_submit() impl to not use unwrap() but show errorsMatthias Beyer
2020-07-24Do not database_path.unwrap()Matthias Beyer
2020-07-24Do only provide example configuration fileMatthias Beyer
2020-07-24Remove unused dependenciesMatthias Beyer
2020-07-23Remove dead code: Sidebar is not used anymoreMatthias Beyer
2020-07-23Remove dead codeMatthias Beyer
2020-07-23Merge branch 'notmuch'Matthias Beyer
2020-07-23Make unused variable anonymMatthias Beyer
2020-07-23Remove unused importsMatthias Beyer
2020-07-23Log error for nowMatthias Beyer
2020-07-23Remove unused typeMatthias Beyer
2020-07-23Remove unused typeMatthias Beyer
2020-07-23Enlarge query dialogMatthias Beyer
2020-07-23Make sure MaillistView is maximized with Dialog around itMatthias Beyer
2020-07-23Do not impl Deref for MaillistViewMatthias Beyer
2020-07-23Add debugging outputMatthias Beyer
2020-07-23Fix: Do not read mailfile, but only store mail id hereMatthias Beyer
2020-07-23Implement querying notmuch in new popup windowMatthias Beyer
2020-07-23Hold configuration in MainView objectMatthias Beyer
2020-07-23Outsource mailinglist view codeMatthias Beyer
2020-07-23Close tab pane on "q"Matthias Beyer