summaryrefslogtreecommitdiffstats
path: root/src/main_view.rs
AgeCommit message (Expand)Author
2021-01-22Move views to submoduleMatthias Beyer
2021-01-17Add mail view right of mail listMatthias Beyer
2021-01-17Remove accidentially unused codeMatthias Beyer
2021-01-17Implementation of a vim-like bar with bindings processorMatthias Beyer
2021-01-16Fix error handlingMatthias Beyer
2021-01-16Add debug outputMatthias Beyer
2021-01-16Wrap MaillistView inside into ResizedViewMatthias Beyer
2021-01-14Add mail viewMatthias Beyer
2021-01-14Wrap view in a cursive_multiplexMatthias Beyer
2020-08-03Remove unused importsMatthias Beyer
2020-08-03Add debugging outputMatthias Beyer
2020-08-03Add viewing of a mailMatthias 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-24Rewrite on_submit() impl to not use unwrap() but show errorsMatthias Beyer
2020-07-24Do not database_path.unwrap()Matthias Beyer
2020-07-23Remove unused importsMatthias Beyer
2020-07-23Log error for nowMatthias Beyer
2020-07-23Enlarge query dialogMatthias Beyer
2020-07-23Make sure MaillistView is maximized with Dialog around itMatthias 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
2020-07-23Do not print something if there is no To fieldMatthias Beyer
2020-07-23List tags for each message as wellMatthias Beyer
2020-07-23Add some debug outputMatthias Beyer
2020-07-23Name tab after queryMatthias Beyer
2020-07-23Do not parse mail when not neededMatthias Beyer
2020-07-22Rewrite to use notmuch as backendMatthias Beyer
2020-07-09Open a linear layout panel with the content of the mail when the mail is sele...Matthias Beyer
2020-07-09Rename type: BasicColumn -> MailListingColumnMatthias Beyer
2020-07-09Rename type: Data -> MailListingDataMatthias Beyer
2020-07-09Change implementation of mail list to use TableViewMatthias Beyer
2020-07-07Cleanup importsMatthias Beyer
2020-07-07Simplify implementation of MainView::maildir_loader()Matthias Beyer
2020-07-07Refactor AsyncView creation into Loader / PostProcessor abstractionMatthias Beyer
2020-07-07Implement tab with cursive-async-view::AsyncViewMatthias Beyer
2020-07-06Implement async loading of list of mailsMatthias Beyer
2020-07-06Immediately load MailStoreMatthias Beyer
2020-07-05Rewrite to use TabPanel instead of TabViewMatthias Beyer
2020-07-05Add main view implementationMatthias Beyer