index
:
aerc
this commit
master
mirror of ~rjarry's aerc fork - a pretty good email client
akspecs <akspecs@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement :select-message
Drew DeVault
2019-03-15
2
-0
/
+40
*
Fix usage message for :next-message
Drew DeVault
2019-03-15
1
-1
/
+1
*
Fix special key bindings (e.g. <C-d>)
Drew DeVault
2019-03-15
1
-1
/
+6
*
Implement scrolling in message list
Drew DeVault
2019-03-15
1
-3
/
+14
*
Add TODO to msgstore.go
Drew DeVault
2019-03-15
1
-1
/
+1
*
Implement :next-message n%
Drew DeVault
2019-03-15
2
-1
/
+16
*
Move MessageStore into its own file
Drew DeVault
2019-03-15
3
-86
/
+93
*
Implement default in accounts.conf
Drew DeVault
2019-03-15
2
-5
/
+8
*
Remove extra debug log statement
Drew DeVault
2019-03-15
1
-1
/
+0
*
Implement sidebar-width config option
Drew DeVault
2019-03-15
3
-10
/
+12
*
Add :quit command
Drew DeVault
2019-03-15
3
-8
/
+35
*
Fix help string for :cd
Drew DeVault
2019-03-15
1
-1
/
+1
*
Rename :cd -> :cf, add :cd
Drew DeVault
2019-03-15
5
-12
/
+60
*
Fix nil dereference on rapidly cycling folders
Drew DeVault
2019-03-15
1
-1
/
+1
*
Rig up key bindings
Drew DeVault
2019-03-15
6
-204
/
+232
*
Implement key bindings subsystem
Drew DeVault
2019-03-15
7
-38
/
+404
*
widgets/directories.go -> widgets/dirlist.go
Drew DeVault
2019-03-14
1
-0
/
+0
*
Implement :{next,prev}-message
Drew DeVault
2019-03-14
4
-3
/
+70
*
Invalidate when UIDs finish downloading
Drew DeVault
2019-03-14
1
-4
/
+0
*
Use cached message store when re-opening dirs
Drew DeVault
2019-03-14
1
-1
/
+9
*
Implement :cd command
Drew DeVault
2019-03-14
4
-6
/
+59
*
Display message subjects in message list
Drew DeVault
2019-03-14
4
-4
/
+71
*
Implement message store side of message fetching
Drew DeVault
2019-03-14
4
-21
/
+58
*
Lay out message list widget basic design
Drew DeVault
2019-03-14
3
-4
/
+108
*
Fetch valid UIDs from server after opening dir
Drew DeVault
2019-03-10
6
-100
/
+141
*
Improve error reporting
Drew DeVault
2019-03-10
1
-3
/
+2
*
Flesh out command parsing & handling
Drew DeVault
2019-03-10
6
-23
/
+48
*
Start building out command subsystem
Drew DeVault
2019-03-10
7
-8
/
+119
*
Add missing go.sum entries
Elias Naur
2019-02-10
1
-0
/
+6
*
Fix build
Elias Naur
2019-02-10
2
-2
/
+3
*
Implement Container interface in widgets/
Drew DeVault
2019-01-20
2
-0
/
+8
*
Implement the Container interface in lib/ui/
Drew DeVault
2019-01-20
5
-7
/
+26
*
Merge lib/ui/interfaces.go and add another
Drew DeVault
2019-01-20
3
-30
/
+42
*
Make repeated invalidations more efficient
Drew DeVault
2019-01-14
1
-0
/
+10
*
Send commands up to the top-level aerc widget
Drew DeVault
2019-01-14
2
-12
/
+24
*
Add cursor handling in ex line
Drew DeVault
2019-01-14
2
-11
/
+18
*
Add README.md, update license (MIT -2019)
Drew DeVault
2019-01-13
2
-1
/
+21
*
Handle errors from worker initialization
Drew DeVault
2019-01-13
1
-1
/
+1
*
Swap message list placeholder for spinner
Drew DeVault
2019-01-13
1
-1
/
+3
*
Add loading spinner
Drew DeVault
2019-01-13
3
-1
/
+190
*
Handle connection errors properly
Drew DeVault
2019-01-13
1
-3
/
+4
*
Add name to DirectoryInfo messages
Drew DeVault
2019-01-13
2
-2
/
+4
*
Issue IMAP SELECT command
Drew DeVault
2019-01-13
4
-1
/
+53
*
Simplify approach to directory list
Drew DeVault
2019-01-13
2
-8
/
+35
*
Revert "Add abstract list, update dirlist accordingly"
Drew DeVault
2019-01-13
3
-156
/
+26
*
Revert "Render selected list item differently"
Drew DeVault
2019-01-13
2
-8
/
+3
*
Render selected list item differently
Drew DeVault
2019-01-13
2
-3
/
+8
*
Add abstract list, update dirlist accordingly
Drew DeVault
2019-01-13
3
-26
/
+156
*
Filter dirlist according to user config
Drew DeVault
2019-01-13
2
-6
/
+19
*
Add directory list widget
Drew DeVault
2019-01-13
2
-23
/
+84
[next]