aboutsummaryrefslogtreecommitdiff
path: root/widgets/aerc.go
AgeCommit message (Expand)Author
2020-01-09create OriginalMail structLeszek CimaƂa
2019-12-21Show textinput completions in popoversBen Burwell
2019-11-17Add UI options to save/pipe messages with unsupported mimetypesGreg Anders
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-10-02Fix selected account to return for messageviewerJeffas
2019-09-12widgets: remove duplicate importWagner Riffel
2019-09-12Add signaturesJeffas
2019-09-11Add MouseableJeffas
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-26Add :prompt commandChristopher Vittal
2019-08-13Revert "add close command at global level"Drew DeVault
2019-08-13add close command at global levelAditya Srivastava
2019-08-08Close backends prior to shutdownReto Brunner
2019-07-29Ring bell when new messages arrive0.2.0Ben Burwell
2019-07-27Add index option to change-tabJeffas
2019-07-26Add command history and cyclingGalen Abell
2019-07-26Support configurable header layout in compose widgetDaniel Bridges
2019-07-26Add new-email triggerJeffas
2019-07-23Add change tab commandJeffas
2019-07-19Add Unix socket for communicating with aercDrew DeVault
2019-07-17Show currently pressed keys in statuslineJeffas
2019-07-11Add clickable tabsJeffas
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