index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
aerc.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: add log-file and log-level settings
Robin Jarry
2022-11-21
1
-5
/
+2
*
aercmsg: add AercFuncMsg and QueueFunc
Tim Culverhouse
2022-10-18
1
-0
/
+2
*
aerc: use single event loop
Tim Culverhouse
2022-10-07
1
-8
/
+12
*
ui: cleanup internals and api
Robin Jarry
2022-09-14
1
-2
/
+2
*
ui: process tcell events in a separate go routine from rendering
Tim Culverhouse
2022-09-13
1
-0
/
+1
*
main: change account order sort
Tobias Wölfel
2022-09-10
1
-1
/
+1
*
aerc: fix build when GOFLAGS contains spaces
Robin Jarry
2022-08-24
1
-1
/
+3
*
main: add cli flag to load specified account(s)
Tim Culverhouse
2022-08-22
1
-3
/
+7
*
aerc: add build info to version string
Robin Jarry
2022-08-22
1
-2
/
+16
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-13
/
+14
*
lint: ensure errors are at least logged (errcheck)
Moritz Poldrack
2022-08-04
1
-3
/
+12
*
logging: print init procedure and config contents
Robin Jarry
2022-07-23
1
-0
/
+4
*
logging: use level-based logger functions
Robin Jarry
2022-07-23
1
-24
/
+13
*
tabs: rename SelectedTab to SelectedTabContent
Robin Jarry
2022-07-23
1
-2
/
+2
*
aerc: use aerc as an mbox viewer
Koni Marti
2022-07-14
1
-0
/
+1
*
refactor: refactor pgp implementation
Tim Culverhouse
2022-04-27
1
-5
/
+6
*
main: remove unnecessary pointer dereference
Connor Kuehl
2022-04-14
1
-2
/
+2
*
logging: fix race condition in startup
Moritz Poldrack
2022-03-24
1
-1
/
+4
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-19
/
+5
*
main: use terminfo to set window title
Robin Jarry
2022-02-20
1
-11
/
+15
*
config: do not hardcode sharedir
Robin Jarry
2022-02-19
1
-5
/
+3
*
aerc: shutdown if socket communication fails
Adnan Maolood
2022-01-24
1
-10
/
+13
*
binds: Warning on unexistent account bindings
inwit
2022-01-24
1
-1
/
+1
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-11
/
+11
*
main: set xterm title
Robin Jarry
2021-11-02
1
-0
/
+19
*
aerc: try to recover from a panic
Reto Brunner
2021-02-11
1
-0
/
+19
*
Sort command completions
Jeffas
2020-06-13
1
-0
/
+2
*
templates: add version func
Reto Brunner
2020-05-06
1
-0
/
+4
*
Initial support for PGP decryption & signatures
Drew DeVault
2020-03-03
1
-0
/
+4
*
Don't use current input as a possible completion
Ben Burwell
2019-12-21
1
-1
/
+0
*
Open mailto links in a new aerc instance if needed.
Reto Brunner
2019-09-29
1
-2
/
+17
*
Add initial command to end of completions
Jeffas
2019-09-11
1
-0
/
+1
*
aerc.go: simplify completions
Drew DeVault
2019-09-04
1
-9
/
+3
*
aerc.go: remove unused variable
Drew DeVault
2019-09-04
1
-1
/
+0
*
Close backends prior to shutdown
Reto Brunner
2019-08-08
1
-0
/
+1
*
Remove aerc specific code from the ui
Nicolai Dagestad
2019-08-03
1
-1
/
+5
*
Print errors from config load issues.
Reto Brunner
2019-07-29
1
-1
/
+1
*
Add command history and cycling
Galen Abell
2019-07-26
1
-1
/
+1
*
Add new-email trigger
Jeffas
2019-07-26
1
-6
/
+6
*
Discard stdout if not redirected to file
Daniel Bridges
2019-07-23
1
-0
/
+1
*
Forward mailto links to server via ./aerc <mailto>
Drew DeVault
2019-07-19
1
-3
/
+8
*
Add Unix socket for communicating with aerc
Drew DeVault
2019-07-19
1
-0
/
+10
*
Show usage on getopt.Getopts error
Asger Hautop Drewsen
2019-07-17
1
-2
/
+7
*
71: Allow user to change config options at runtime
Pedro L. Ramos
2019-07-15
1
-1
/
+1
*
Implement basic tab completion support
Gregory Mullen
2019-06-29
1
-20
/
+40
*
Add aerc -v to print the installed version
Drew DeVault
2019-06-18
1
-0
/
+18
*
widget: Add ProvidesMessage interface
Kevin Kuehler
2019-06-02
1
-0
/
+3
*
Install default configs to XDG config if not found
Drew DeVault
2019-05-22
1
-1
/
+6
*
Update internal state and draw from the same goroutine
Simon Ser
2019-05-19
1
-0
/
+3
*
s/aerc2/aerc/g
Drew DeVault
2019-05-17
1
-8
/
+8
[next]