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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lint: remove ineffectual assignments (ineffassign)
Moritz Poldrack
2022-08-04
4
-8
/
+4
*
lint: remove unused structs and functions (unused)
Moritz Poldrack
2022-08-04
3
-25
/
+1
*
lint: remove redundant returns (S1023)
Moritz Poldrack
2022-08-04
4
-5
/
+0
*
lint: fix function parameters being overwritten before they are used (SA4009)
Moritz Poldrack
2022-08-04
1
-2
/
+2
*
lint: fix ineffective assignments (SA4005)
Moritz Poldrack
2022-08-04
1
-1
/
+0
*
lint: remove conditions that are always true (SA4003)
Moritz Poldrack
2022-08-04
1
-1
/
+1
*
lint: remove empty branches (SA9003)
Moritz Poldrack
2022-08-04
1
-4
/
+4
*
lint: formatted code
Moritz Poldrack
2022-08-04
1
-1
/
+3
*
seqmap: refactor seqmap to use slice instead of map
Tim Culverhouse
2022-08-03
5
-48
/
+80
*
seqmap: compare ints instead of uints
Tim Culverhouse
2022-08-03
1
-2
/
+2
*
seqmap: re-order test asserts
Tim Culverhouse
2022-08-03
1
-15
/
+15
*
filters: make it explicit that encoding is UTF-8
q3cpma
2022-08-03
4
-0
/
+6
*
mailto: add account query parameter
Koni Marti
2022-08-01
2
-5
/
+16
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
78
-285
/
+288
*
lint: use gofumpt instead of gofmt
Moritz Poldrack
2022-08-01
3
-10
/
+30
*
autocompletion: fix regression
Koni Marti
2022-08-01
1
-2
/
+2
*
store: fix nexprev when filtering
Koni Marti
2022-08-01
1
-0
/
+1
*
msglist: remove invalidate from commands which remove messages
Tim Culverhouse
2022-08-01
3
-7
/
+0
*
archive,move: fix reselect next message
Tim Culverhouse
2022-08-01
2
-2
/
+6
*
msgstore: leave visual-mark mode after certain commands
Tim Culverhouse
2022-08-01
3
-0
/
+7
*
commands: add check-mail command
Tim Culverhouse
2022-08-01
4
-2
/
+56
*
checkmail: error if check-mail-cmd is not set
Tim Culverhouse
2022-08-01
2
-0
/
+8
*
pipe: fix ordering by message id for long patch series
Robin Jarry
2022-08-01
1
-9
/
+40
*
changelog: add missing entries
Robin Jarry
2022-07-31
1
-0
/
+2
*
notmuch: fix cursor movement in threaded view
Koni Marti
2022-07-31
2
-1
/
+7
*
autocompletion: fix slice out of bounds access
Moritz Poldrack
2022-07-31
1
-0
/
+3
*
outgoing-cred-cmd: delay execution until an email needs to be sent
Stas Rudakou
2022-07-31
3
-45
/
+60
*
doc: fix blink config example
Joel Pickett
2022-07-30
1
-1
/
+1
*
index: workaround for wide character printing
Pinghao Wu
2022-07-30
1
-0
/
+17
*
changelog: fix typos
Robin Jarry
2022-07-26
1
-8
/
+8
*
Add changelog
Robin Jarry
2022-07-26
3
-5
/
+243
*
imap: remove unused expunge code
Tim Culverhouse
2022-07-26
1
-21
/
+1
*
sort: clear sort criteria when called without arguments
Tim Culverhouse
2022-07-26
2
-6
/
+6
*
sort: show warning when sort is not supported
Koni Marti
2022-07-26
3
-0
/
+13
*
threads: match regular view scrolling behavior
Koni Marti
2022-07-26
1
-0
/
+24
*
threads: fix race warnings for client-side debouncing
Koni Marti
2022-07-26
2
-5
/
+19
*
threads: debounce client-side thread building
Koni Marti
2022-07-26
6
-8
/
+36
*
check-mail: fix startup when default folder is empty
Tim Culverhouse
2022-07-26
1
-3
/
+15
*
delete: improve find next function
Koni Marti
2022-07-26
1
-8
/
+16
*
msgstore: implement a uid-based architecture
Koni Marti
2022-07-26
5
-86
/
+73
*
fix: crash when copying/moving all messages
Ensar Sarajčić
2022-07-24
1
-7
/
+19
*
filters: posix compliant rewrite of calendar filter
Koni Marti
2022-07-24
1
-178
/
+109
*
seqmap: sync seqNum to uid after expunge
Tim Culverhouse
2022-07-24
2
-5
/
+20
*
delete: select new last message if last message was deleted
Tim Culverhouse
2022-07-24
1
-0
/
+7
*
delete: move tab replace logic into Done callback
Tim Culverhouse
2022-07-24
1
-27
/
+25
*
msgstore: check if message index < 0, select 0 if so
akspecs
2022-07-24
1
-1
/
+5
*
msgstore: refactor NextPrev
Tim Culverhouse
2022-07-24
1
-7
/
+2
*
store: fix Select behavior
Tim Culverhouse
2022-07-24
1
-6
/
+13
*
logging: print init procedure and config contents
Robin Jarry
2022-07-23
2
-5
/
+29
*
logging: use level-based logger functions
Robin Jarry
2022-07-23
43
-342
/
+268
[prev]
[next]