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
/
config
/
config.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: add log-file and log-level settings
Robin Jarry
2022-11-21
1
-8
/
+5
*
config: move [triggers] parsing in proper file
Robin Jarry
2022-11-16
1
-19
/
+1
*
config: move [openers] parsing in separate file
Robin Jarry
2022-11-16
1
-13
/
+3
*
config: move [statusline] in separate file
Robin Jarry
2022-11-16
1
-29
/
+12
*
config: move [viewer] parsing in separate file
Robin Jarry
2022-11-16
1
-37
/
+4
*
config: move [compose] parsing in separate file
Robin Jarry
2022-11-16
1
-41
/
+4
*
config: move [filters] parsing to separate file
Robin Jarry
2022-11-16
1
-47
/
+3
*
config: move [general] parsing in separate file
Robin Jarry
2022-11-16
1
-35
/
+3
*
config: move [templates] parsing in separate file
Robin Jarry
2022-11-16
1
-46
/
+5
*
config: move [ui] parsing in separate file
Robin Jarry
2022-11-16
1
-316
/
+5
*
config: move binds.conf parsing in binds.go
Robin Jarry
2022-11-16
1
-191
/
+2
*
config: move accounts.conf parsing in separate file
Robin Jarry
2022-11-16
1
-250
/
+1
*
config: remove unused Ini field
Robin Jarry
2022-11-16
1
-3
/
+0
*
reply: allow to override localized Re regexp in configuration
jp39
2022-11-13
1
-0
/
+10
*
threadbuilder: sort siblings by sort criteria
Koni Marti
2022-11-06
1
-0
/
+1
*
auto-completion: add option to require a min number of chars
Robin Jarry
2022-11-06
1
-0
/
+2
*
threads: reverse thread ordering
Koni Marti
2022-10-27
1
-1
/
+2
*
store: reverse message list order with iterators
Koni Marti
2022-10-27
1
-0
/
+2
*
msgview: add separate date formatting
Bence Ferdinandy
2022-10-19
1
-38
/
+55
*
compose: warn before sending without attachment
Jason Cox
2022-10-17
1
-4
/
+17
*
filters: append well known dirs to exec PATH
Robin Jarry
2022-10-16
1
-3
/
+3
*
viewer: option to not mark message as seen
Koni Marti
2022-10-04
1
-0
/
+2
*
open: allow overriding default program
Robin Jarry
2022-10-01
1
-0
/
+15
*
config: remove default values for this-*-time-format
Robin Jarry
2022-09-25
1
-3
/
+3
*
config: add option to hide timezone in sent emails
Moritz Poldrack
2022-09-14
1
-0
/
+1
*
config: keep cache of resolved credential commands
Robin Jarry
2022-09-10
1
-11
/
+25
*
main: change account order sort
Tobias Wölfel
2022-09-10
1
-1
/
+1
*
config: move ui config parse in function
Robin Jarry
2022-09-08
1
-42
/
+38
*
config: fix default time format values
Robin Jarry
2022-09-08
1
-4
/
+4
*
main: add cli flag to load specified account(s)
Tim Culverhouse
2022-08-22
1
-3
/
+25
*
dirtree: add dirtree-collapse config setting
Sijmen
2022-08-22
1
-0
/
+1
*
go: removed io/ioutil
Moritz Poldrack
2022-08-22
1
-3
/
+2
*
lint: work nicely with wrapped errors (errorlint)
Moritz Poldrack
2022-08-04
1
-4
/
+4
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-31
/
+34
*
lint: ensure errors are at least logged (errcheck)
Moritz Poldrack
2022-08-04
1
-1
/
+4
*
lint: fix ineffective assignments (SA4005)
Moritz Poldrack
2022-08-04
1
-1
/
+0
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-15
/
+14
*
outgoing-cred-cmd: delay execution until an email needs to be sent
Stas Rudakou
2022-07-31
1
-42
/
+53
*
threads: debounce client-side thread building
Koni Marti
2022-07-26
1
-0
/
+2
*
logging: print init procedure and config contents
Robin Jarry
2022-07-23
1
-5
/
+25
*
logging: use level-based logger functions
Robin Jarry
2022-07-23
1
-4
/
+5
*
config: allow per-account address-book-cmd
Robin Jarry
2022-07-17
1
-0
/
+3
*
threading: add force-client-threads option
Tim Culverhouse
2022-07-10
1
-0
/
+1
*
perf: reduce calls to GetUiConfig
Tim Culverhouse
2022-07-03
1
-0
/
+4
*
uiconfig: use pointer references to uiConfig
Tim Culverhouse
2022-07-03
1
-2
/
+2
*
pgp: add customizable icons
Moritz Poldrack
2022-06-24
1
-0
/
+12
*
config: fix setting of zero-value time.Duration config values
Tim Culverhouse
2022-06-22
1
-0
/
+19
*
binds: add folder context for message list binds
Tim Culverhouse
2022-06-22
1
-0
/
+5
*
msgviewer: open http links from messages
Koni Marti
2022-06-14
1
-0
/
+2
*
msgviewer: parse and display authentication results
Koni Marti
2022-06-09
1
-0
/
+3
[next]