summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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-22Add notmuch as dependencyMatthias Beyer
2020-07-15Use cursive-tabs 0.5 instead of own cloneMatthias Beyer
2020-07-09Open a linear layout panel with the content of the mail when the mail is sele...Matthias Beyer
2020-07-09Make Mail impl Clone and DebugMatthias Beyer
2020-07-09Make postprocessor of loader aware of what it loads via a nameMatthias 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-07Check whether mail is actually "cur"Matthias Beyer
2020-07-07Make Mail::{cur,new}_from() privateMatthias Beyer
2020-07-07impl Deref for Mail, to be able to ask maildir::MailEntry for dataMatthias Beyer
2020-07-07Add "dyn" keyword for trait objectsMatthias 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-07Move State from loadinglist to util module, remove Progress typeMatthias Beyer
2020-07-06Implement async loading of list of mailsMatthias Beyer
2020-07-06Add LoadingList typeMatthias Beyer
2020-07-06Update sidebar construction, remove cacheMatthias Beyer
2020-07-06Immediately load MailStoreMatthias Beyer
2020-07-06Remove cache from sidebarMatthias Beyer
2020-07-06Rewrite MailStore to be built from iteratorMatthias Beyer
2020-07-06Add utility module with Progress typeMatthias Beyer
2020-07-05Add gluecode for async loading of mailboxesMatthias Beyer
2020-07-05Rewrite sidebar into wrapper structMatthias Beyer
2020-07-05Add function to get all cached pathesMatthias Beyer
2020-07-05Add mailcache module for async loading and caching of mailsMatthias Beyer
2020-07-05Rewrite to use TabPanel instead of TabViewMatthias Beyer
2020-07-05Switch to own fork of cursive-tabsMatthias Beyer
2020-07-05Add main view implementationMatthias Beyer
2020-07-05Add sidebar implementationMatthias Beyer
2020-07-05Rewrite to use own forks of maildir and mailparseMatthias Beyer