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
/
account.go
Age
Commit message (
Expand
)
Author
2019-08-12
Ignore scroll command when msgstore is nil
Jelle Besseling
2019-08-02
msglist: add initialization state
Reto Brunner
2019-07-29
Ring bell when new messages arrive
0.2.0
Ben Burwell
2019-07-26
Move msgstore map to dirstore
Jeffas
2019-07-26
Add new-email trigger
Jeffas
2019-07-19
Implement :filter, :clear
Kevin Kuehler
2019-07-10
Fix crashes when operating on empty folder (#216)
Daniel Bridges
2019-07-08
Factor UI models out of the worker message package
Ben Burwell
2019-07-05
Make :pipe command more generic
Drew DeVault
2019-06-14
Set empty message in dirlist if no folder exist.
Reto Brunner
2019-06-14
imap: respect the folder config option
Reto Brunner
2019-06-09
Add archive command
Robert Günzler
2019-06-07
Add binding to toggle headers
Drew DeVault
2019-06-07
Skip rendering dirlist if sidebar width is 0
Lucas F. Souza
2019-06-02
widget: Add ProvidesMessage interface
Kevin Kuehler
2019-06-02
Only add message to store if store exists
Kevin Kuehler
2019-05-20
Load IMAP worker for imap+insecure
Drew DeVault
2019-05-20
Verify TLS certificates
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-17
Remove unimplemented color configuration
Drew DeVault
2019-05-16
Implement (basic form) of :reply
Drew DeVault
2019-05-14
Implement :copy (aka :cp)
Drew DeVault
2019-05-13
Handle incoming emails gracefully
Drew DeVault
2019-05-13
Populate "From" header from config for new emails
Drew DeVault
2019-04-27
lib/ui: introduce Invalidatable
Simon Ser
2019-03-31
Make message viewer real, part two
Drew DeVault
2019-03-30
Correct color of error messages
Drew DeVault
2019-03-29
Add body fetching support code
Drew DeVault
2019-03-20
Implement :delete-message
Drew DeVault
2019-03-17
Move exline handling up to aerc, add :term
Drew DeVault
2019-03-17
Add basic terminal widget
Drew DeVault
2019-03-15
Move MessageStore into its own file
Drew DeVault
2019-03-15
Implement default in accounts.conf
Drew DeVault
2019-03-15
Implement sidebar-width config option
Drew DeVault
2019-03-15
Rig up key bindings
Drew DeVault
2019-03-14
Implement :{next,prev}-message
Drew DeVault
2019-03-14
Use cached message store when re-opening dirs
Drew DeVault
2019-03-14
Implement :cd command
Drew DeVault
2019-03-14
Implement message store side of message fetching
Drew DeVault
2019-03-14
Lay out message list widget basic design
Drew DeVault
2019-03-10
Fetch valid UIDs from server after opening dir
Drew DeVault
2019-03-10
Improve error reporting
Drew DeVault
2019-03-10
Flesh out command parsing & handling
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
Handle errors from worker initialization
Drew DeVault
2019-01-13
Swap message list placeholder for spinner
Drew DeVault
[next]