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
/
widgets
/
account.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
tabs: use template for account tab name
Tim Culverhouse
2023-01-29
1
-0
/
+29
*
lint: add missing panic handlers in goroutines
Robin Jarry
2023-01-06
1
-0
/
+1
*
model: change flags array to bitmask
Robin Jarry
2023-01-04
1
-8
/
+3
*
split: close split on update of split view
Tim Culverhouse
2022-12-27
1
-0
/
+3
*
split: refactor to prevent stuck splits
Tim Culverhouse
2022-12-25
1
-93
/
+39
*
split: refactor split update logic
Tim Culverhouse
2022-12-14
1
-29
/
+40
*
config: make various sections accessible via global vars
Robin Jarry
2022-12-14
1
-12
/
+10
*
config: rework contextual sections implementation
Robin Jarry
2022-12-14
1
-3
/
+1
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-9
/
+9
*
logging: homogenize levels
Robin Jarry
2022-12-02
1
-6
/
+6
*
split: close current split after replacing with new
Tim Culverhouse
2022-11-06
1
-3
/
+3
*
status: add warning style and methods
Tim Culverhouse
2022-11-06
1
-0
/
+4
*
threadbuilder: sort siblings by sort criteria
Koni Marti
2022-11-06
1
-0
/
+1
*
threads: reverse thread ordering
Koni Marti
2022-10-27
1
-0
/
+1
*
store: reverse message list order with iterators
Koni Marti
2022-10-27
1
-0
/
+1
*
split: prevent opening split when no messages are selected
Tim Culverhouse
2022-10-19
1
-6
/
+16
*
ui: add :split and :vsplit view options
Tim Culverhouse
2022-10-18
1
-0
/
+153
*
invalidatable: cleanup dead code
Tim Culverhouse
2022-10-12
1
-7
/
+1
*
aerc: use single event loop
Tim Culverhouse
2022-10-07
1
-15
/
+2
*
imap: stop checkmail if there are pending actions
kt programs
2022-09-29
1
-6
/
+19
*
checkmail: protect access to acct.checkingmail
Tim Culverhouse
2022-09-26
1
-0
/
+6
*
grid: remove unused method Children
Tim Culverhouse
2022-09-20
1
-4
/
+0
*
move: enable MoveMessages from msgstore
Tim Culverhouse
2022-08-22
1
-42
/
+48
*
fix: Set proper UIConfig for msgstores
Tim Culverhouse
2022-08-22
1
-5
/
+6
*
store: extract marking behavior and add tests
Koni Marti
2022-08-22
1
-2
/
+6
*
lint: work nicely with wrapped errors (errorlint)
Moritz Poldrack
2022-08-04
1
-1
/
+1
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-3
/
+3
*
commands: add check-mail command
Tim Culverhouse
2022-08-01
1
-2
/
+19
*
threads: debounce client-side thread building
Koni Marti
2022-07-26
1
-0
/
+1
*
check-mail: fix startup when default folder is empty
Tim Culverhouse
2022-07-26
1
-3
/
+15
*
fix: crash when copying/moving all messages
Ensar Sarajčić
2022-07-24
1
-7
/
+19
*
logging: use level-based logger functions
Robin Jarry
2022-07-23
1
-19
/
+12
*
tabs: make fields private
Robin Jarry
2022-07-23
1
-1
/
+1
*
threading: add force-client-threads option
Tim Culverhouse
2022-07-10
1
-0
/
+1
*
statusline: show threading status if threading-enabled=true
Tim Culverhouse
2022-07-10
1
-0
/
+2
*
perf: reduce calls to GetUiConfig
Tim Culverhouse
2022-07-03
1
-6
/
+4
*
uiconfig: use pointer references to uiConfig
Tim Culverhouse
2022-07-03
1
-1
/
+1
*
dirlist: fix panic when disconnecting with dirlist-tree=false
Tim Culverhouse
2022-06-07
1
-3
/
+1
*
fix: clear dirlist on disconnect
Tim Culverhouse
2022-06-07
1
-0
/
+2
*
dirlist: update RUE counts for imap/maildir on move|copy|delete|archive
Tim Culverhouse
2022-06-07
1
-0
/
+34
*
feat: add background mail polling option for all workers
Tim Culverhouse
2022-05-31
1
-3
/
+43
*
statusline: refactor to make it more customizable
Koni Marti
2022-04-25
1
-1
/
+4
*
sort: keep sort criteria applied to folder
Koni Marti
2022-03-25
1
-2
/
+2
*
statusline: improve status line updating
Koni Marti
2022-03-25
1
-1
/
+7
*
logging: fix race condition in startup
Moritz Poldrack
2022-03-24
1
-2
/
+6
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-1
/
+6
*
statusline: make statusline folder-specific
Koni Marti
2022-03-23
1
-8
/
+4
*
statusline: update status only when necessary
Koni Marti
2022-03-20
1
-1
/
+6
*
statusline: implement per-account status
Koni Marti
2022-03-18
1
-11
/
+30
*
go vet: composite literal uses unkeyed fields
Moritz Poldrack
2022-03-18
1
-3
/
+3
[next]