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
/
lib
/
msgstore.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
msgstore: fix handling of deleted messages
Tim Culverhouse
2023-05-11
1
-5
/
+4
*
directory: use directory to store rue counts
Tim Culverhouse
2023-04-22
1
-7
/
+0
*
msgstore: create from types.Directory message
Tim Culverhouse
2023-04-22
1
-2
/
+0
*
capabilities: report capabilities from backend
Tim Culverhouse
2023-04-22
1
-2
/
+2
*
msgstore: fetch message list based on OpenDirectory msg
Tim Culverhouse
2023-04-22
1
-2
/
+5
*
config: replace triggers with hooks
Moritz Poldrack
2023-04-01
1
-1
/
+1
*
msgstore: fix new-email trigger firing for all unread messages
Robin Jarry
2023-01-24
1
-2
/
+2
*
model: change flags array to bitmask
Robin Jarry
2023-01-04
1
-11
/
+4
*
msgstore: fix deadlock in thread builder
Robin Jarry
2023-01-03
1
-1
/
+5
*
split: refactor to prevent stuck splits
Tim Culverhouse
2022-12-25
1
-3
/
+11
*
threads: rebuild server threads when updating threads
Tim Culverhouse
2022-12-14
1
-2
/
+10
*
split: refactor split update logic
Tim Culverhouse
2022-12-14
1
-0
/
+3
*
msgstore: set store.uids in threaded directories
Tim Culverhouse
2022-12-07
1
-0
/
+1
*
store: fix server-side threads toggling
Koni Marti
2022-12-02
1
-3
/
+2
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-3
/
+3
*
logging: homogenize levels
Robin Jarry
2022-12-02
1
-1
/
+1
*
msglist: style search results
Tim Culverhouse
2022-11-06
1
-0
/
+10
*
msgstore: use default sort when applying Clear
Tim Culverhouse
2022-11-06
1
-1
/
+3
*
threadbuilder: sort siblings by sort criteria
Koni Marti
2022-11-06
1
-2
/
+5
*
threads: reverse thread ordering
Koni Marti
2022-10-27
1
-8
/
+18
*
store: implement the simplified index handling
Koni Marti
2022-10-27
1
-33
/
+33
*
store: reverse message list order with iterators
Koni Marti
2022-10-27
1
-22
/
+49
*
aerc: use single event loop
Tim Culverhouse
2022-10-07
1
-0
/
+2
*
msgstore: fix data race on access to store.needsFlags
Tim Culverhouse
2022-10-02
1
-0
/
+5
*
logging: substitute %w for %v
Koni Marti
2022-10-02
1
-1
/
+1
*
msgstore: revert 9fdc7acf5b48 "post messageInfo on erroneous fetch"
Tim Culverhouse
2022-09-25
1
-13
/
+1
*
cache: fetch flags from UI
Tim Culverhouse
2022-09-20
1
-0
/
+23
*
msgstore: post MessageInfo on erroneous fetch
Tim Culverhouse
2022-09-20
1
-1
/
+13
*
msgstore: do not run threadbuilder unless in threaded view
Tim Culverhouse
2022-08-31
1
-1
/
+3
*
msgstore: enable granularity in updating of threadbuilder
Tim Culverhouse
2022-08-30
1
-4
/
+7
*
msgstore: run threadBuilder with no debounce on DirectoryContents msg
Tim Culverhouse
2022-08-30
1
-21
/
+26
*
move: enable MoveMessages from msgstore
Tim Culverhouse
2022-08-22
1
-2
/
+2
*
store: improve cursor position
Koni Marti
2022-08-22
1
-22
/
+26
*
mark: (un)mark message threads
Koni Marti
2022-08-22
1
-0
/
+22
*
store: remove unneeded header callback
Koni Marti
2022-08-22
1
-19
/
+7
*
store: extract marking behavior and add tests
Koni Marti
2022-08-22
1
-152
/
+23
*
delete: revert deleted messages if Delete is unsupported
Tim Culverhouse
2022-08-05
1
-0
/
+3
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-12
/
+6
*
lint: removed unused code (deadcode, structcheck, unused)
Moritz Poldrack
2022-08-04
1
-1
/
+0
*
lint: ensure errors are at least logged (errcheck)
Moritz Poldrack
2022-08-04
1
-2
/
+2
*
lint: simplify code (gosimple)
Moritz Poldrack
2022-08-04
1
-3
/
+1
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-22
/
+20
*
store: fix nexprev when filtering
Koni Marti
2022-08-01
1
-0
/
+1
*
sort: clear sort criteria when called without arguments
Tim Culverhouse
2022-07-26
1
-5
/
+5
*
sort: show warning when sort is not supported
Koni Marti
2022-07-26
1
-0
/
+5
*
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
1
-4
/
+18
*
threads: debounce client-side thread building
Koni Marti
2022-07-26
1
-8
/
+16
*
msgstore: implement a uid-based architecture
Koni Marti
2022-07-26
1
-76
/
+51
*
msgstore: check if message index < 0, select 0 if so
akspecs
2022-07-24
1
-1
/
+5
[next]