aboutsummaryrefslogtreecommitdiff
path: root/widgets/aerc.go
AgeCommit message (Expand)Author
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-21Fix Cc & Bcc handling in repliesDrew DeVault
2019-06-11lib/ui/tab: Add Replace methodKevin Kuehler
2019-05-27Add :save and :pipe commands to viewerGalen Abell
2019-05-22Show account wizard if no accounts configuredDrew DeVault
2019-05-22Fix always showing last account tabDrew DeVault
2019-05-21New account wizard, part oneDrew DeVault
2019-05-19Update internal state and draw from the same goroutineSimon Ser
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-14Add distinct keybindings for each compose viewDrew DeVault
2019-05-12Add initial compose widgetDrew DeVault
2019-03-31Make the message viewer real, part oneDrew DeVault
2019-03-30Add message view commands, :closeDrew DeVault
2019-03-30Add basic message viewer mockupDrew DeVault
2019-03-30Correct color of error messagesDrew DeVault
2019-03-30Use tcell.Style.Reverse instead of black on whiteDrew DeVault
2019-03-21Expire status errors on inputDrew DeVault
2019-03-21Use : for keybindings even when ex is overriddenDrew DeVault
2019-03-21Rig up terminal keybinding groupDrew DeVault
2019-03-21Use user's configured ex keyDrew DeVault
2019-03-21Add context-specific keybindingsDrew DeVault
2019-03-17Wrap Terminal in TermHostDrew DeVault
2019-03-17Add :term-closeDrew DeVault
2019-03-17Handle terminal title, login shellDrew DeVault
2019-03-17Implement :next-tab, :prev-tabDrew DeVault
2019-03-17Move exline handling up to aerc, add :termDrew DeVault
2019-03-17commands: handle case where no account selectedDrew DeVault
2019-03-17Add basic terminal widgetDrew DeVault
2019-03-15Implement sidebar-width config optionDrew DeVault
2019-03-15Rig up key bindingsDrew 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-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
2018-06-12Apply gofmtDrew DeVault
2018-06-11Apply gofmtDrew DeVault
2018-06-11Move sidebar into account tabsDrew DeVault
2018-06-01switch to tcell from termboxMarkus Ongyerth
2018-02-27Summon exline on demandDrew DeVault
2018-02-27Push commands to the status stackDrew DeVault
2018-02-27Pull main aerc UI into widgetDrew DeVault