aboutsummaryrefslogtreecommitdiff
path: root/widgets/account.go
AgeCommit message (Expand)Author
2019-06-02widget: Add ProvidesMessage interfaceKevin Kuehler
2019-06-02Only add message to store if store existsKevin Kuehler
2019-05-20Load IMAP worker for imap+insecureDrew DeVault
2019-05-20Verify TLS certificatesDrew DeVault
2019-05-19Update internal state and draw from the same goroutineSimon Ser
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-17Remove unimplemented color configurationDrew DeVault
2019-05-16Implement (basic form) of :replyDrew DeVault
2019-05-14Implement :copy (aka :cp)Drew DeVault
2019-05-13Handle incoming emails gracefullyDrew DeVault
2019-05-13Populate "From" header from config for new emailsDrew DeVault
2019-04-27lib/ui: introduce InvalidatableSimon Ser
2019-03-31Make message viewer real, part twoDrew DeVault
2019-03-30Correct color of error messagesDrew DeVault
2019-03-29Add body fetching support codeDrew DeVault
2019-03-20Implement :delete-messageDrew DeVault
2019-03-17Move exline handling up to aerc, add :termDrew DeVault
2019-03-17Add basic terminal widgetDrew DeVault
2019-03-15Move MessageStore into its own fileDrew DeVault
2019-03-15Implement default in accounts.confDrew DeVault
2019-03-15Implement sidebar-width config optionDrew DeVault
2019-03-15Rig up key bindingsDrew DeVault
2019-03-14Implement :{next,prev}-messageDrew DeVault
2019-03-14Use cached message store when re-opening dirsDrew DeVault
2019-03-14Implement :cd commandDrew DeVault
2019-03-14Implement message store side of message fetchingDrew DeVault
2019-03-14Lay out message list widget basic designDrew DeVault
2019-03-10Fetch valid UIDs from server after opening dirDrew DeVault
2019-03-10Improve error reportingDrew DeVault
2019-03-10Flesh out command parsing & handlingDrew DeVault
2019-03-10Start building out command subsystemDrew DeVault
2019-02-10Fix buildElias Naur
2019-01-20Implement Container interface in widgets/Drew DeVault
2019-01-14Send commands up to the top-level aerc widgetDrew DeVault
2019-01-13Handle errors from worker initializationDrew DeVault
2019-01-13Swap message list placeholder for spinnerDrew DeVault
2019-01-13Handle connection errors properlyDrew DeVault
2019-01-13Simplify approach to directory listDrew DeVault
2019-01-13Filter dirlist according to user configDrew DeVault
2019-01-13Add directory list widgetDrew DeVault
2019-01-13Move ex line into accountDrew DeVault
2019-01-13Move status line into account, update behaviorDrew DeVault
2019-01-13Initialize worker in account widgetDrew DeVault
2019-01-13Add basic account widget, populate real acct viewsDrew DeVault