index
:
aerc
master
mbox
threading
threading-v2
Mirror of https://git.sr.ht/~sircmpwn/aerc
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
widgets
/
aerc.go
Age
Commit message (
Expand
)
Author
2019-07-19
Add Unix socket for communicating with aerc
Drew DeVault
2019-07-17
Show currently pressed keys in statusline
Jeffas
2019-07-11
Add clickable tabs
Jeffas
2019-06-29
Implement basic tab completion support
Gregory Mullen
2019-06-21
Fix Cc & Bcc handling in replies
Drew DeVault
2019-06-11
lib/ui/tab: Add Replace method
Kevin Kuehler
2019-05-27
Add :save and :pipe commands to viewer
Galen Abell
2019-05-22
Show account wizard if no accounts configured
Drew DeVault
2019-05-22
Fix always showing last account tab
Drew DeVault
2019-05-21
New account wizard, part one
Drew DeVault
2019-05-19
Update internal state and draw from the same goroutine
Simon Ser
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-14
Add distinct keybindings for each compose view
Drew DeVault
2019-05-12
Add initial compose widget
Drew DeVault
2019-03-31
Make the message viewer real, part one
Drew DeVault
2019-03-30
Add message view commands, :close
Drew DeVault
2019-03-30
Add basic message viewer mockup
Drew DeVault
2019-03-30
Correct color of error messages
Drew DeVault
2019-03-30
Use tcell.Style.Reverse instead of black on white
Drew DeVault
2019-03-21
Expire status errors on input
Drew DeVault
2019-03-21
Use : for keybindings even when ex is overridden
Drew DeVault
2019-03-21
Rig up terminal keybinding group
Drew DeVault
2019-03-21
Use user's configured ex key
Drew DeVault
2019-03-21
Add context-specific keybindings
Drew DeVault
2019-03-17
Wrap Terminal in TermHost
Drew DeVault
2019-03-17
Add :term-close
Drew DeVault
2019-03-17
Handle terminal title, login shell
Drew DeVault
2019-03-17
Implement :next-tab, :prev-tab
Drew DeVault
2019-03-17
Move exline handling up to aerc, add :term
Drew DeVault
2019-03-17
commands: handle case where no account selected
Drew DeVault
2019-03-17
Add basic terminal widget
Drew DeVault
2019-03-15
Implement sidebar-width config option
Drew DeVault
2019-03-15
Rig up key bindings
Drew DeVault
2019-03-10
Start building out command subsystem
Drew DeVault
2019-02-10
Fix build
Elias Naur
2019-01-20
Implement Container interface in widgets/
Drew DeVault
2019-01-14
Send commands up to the top-level aerc widget
Drew DeVault
2019-01-13
Move ex line into account
Drew DeVault
2019-01-13
Move status line into account, update behavior
Drew DeVault
2019-01-13
Initialize worker in account widget
Drew DeVault
2019-01-13
Add basic account widget, populate real acct views
Drew DeVault
2018-06-12
Apply gofmt
Drew DeVault
2018-06-11
Apply gofmt
Drew DeVault
2018-06-11
Move sidebar into account tabs
Drew DeVault
2018-06-01
switch to tcell from termbox
Markus Ongyerth
2018-02-27
Summon exline on demand
Drew DeVault
2018-02-27
Push commands to the status stack
Drew DeVault
2018-02-27
Pull main aerc UI into widget
Drew DeVault