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-wizard.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
xdg: get rid of deprecated dependencies
Robin Jarry
2023-08-27
1
-25
/
+9
*
wizard: improve welcome screen
Robin Jarry
2023-08-26
1
-3
/
+5
*
wizard: add sendmail support
Robin Jarry
2023-08-26
1
-2
/
+30
*
wizard: add notmuch support
Robin Jarry
2023-08-26
1
-3
/
+53
*
wizard: add support for maildir
Robin Jarry
2023-08-26
1
-5
/
+41
*
wizard: add jmap support
Robin Jarry
2023-08-26
1
-9
/
+42
*
wizard: add oauth & xoauth options
Robin Jarry
2023-08-26
1
-1
/
+11
*
wizard: add imap cache-headers default setting
Robin Jarry
2023-08-26
1
-3
/
+20
*
wizard: do not require full name
Robin Jarry
2023-08-26
1
-8
/
+7
*
wizard: factorize ui layout
Robin Jarry
2023-08-26
1
-219
/
+156
*
wizard: better url generation
Robin Jarry
2023-08-26
1
-44
/
+40
*
wizard: add protocol & transport fields
Robin Jarry
2023-08-26
1
-89
/
+140
*
wizard: autofill improvements
Robin Jarry
2023-08-26
1
-18
/
+30
*
wizard: rename incoming to source
Robin Jarry
2023-08-26
1
-138
/
+136
*
wizard: allow setting special copy-to folder
Robin Jarry
2023-08-26
1
-16
/
+7
*
wizard: fix typo in validation
Robin Jarry
2023-08-26
1
-1
/
+1
*
wizard: close open file
Robin Jarry
2023-08-26
1
-0
/
+1
*
wizard: display warning when focus is lost
Koni Marti
2023-08-03
1
-16
/
+13
*
wizard: properly initialize configuration
Robin Jarry
2023-07-15
1
-15
/
+3
*
tabs: make sure to close tab content
Robin Jarry
2023-04-01
1
-2
/
+2
*
smtp: replace smtp-starttls with schema option
Marcin Serwin
2023-03-26
1
-14
/
+6
*
lint: add missing panic handlers in goroutines
Robin Jarry
2023-01-06
1
-0
/
+2
*
config: parse account from and aliases once
Robin Jarry
2023-01-04
1
-1
/
+8
*
wizard: debounce warning to ensure pasted passwords are entered correctly
Moritz Poldrack
2022-12-20
1
-1
/
+12
*
config: make various sections accessible via global vars
Robin Jarry
2022-12-14
1
-41
/
+38
*
doc: extract accounts and binds into separate man pages
Robin Jarry
2022-11-24
1
-1
/
+1
*
invalidatable: cleanup dead code
Tim Culverhouse
2022-10-12
1
-14
/
+1
*
wizard: add plaintext password warning
Koni Marti
2022-08-22
1
-0
/
+18
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-2
/
+1
*
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
-6
/
+7
*
lint: simplify code (gosimple)
Moritz Poldrack
2022-08-04
1
-1
/
+1
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-1
/
+1
*
outgoing-cred-cmd: delay execution until an email needs to be sent
Stas Rudakou
2022-07-31
1
-1
/
+1
*
logging: use level-based logger functions
Robin Jarry
2022-07-23
1
-2
/
+1
*
uiconfig: use pointer references to uiConfig
Tim Culverhouse
2022-07-03
1
-16
/
+16
*
logging: fix race condition in startup
Moritz Poldrack
2022-03-24
1
-1
/
+1
*
go vet: composite literal uses unkeyed fields
Moritz Poldrack
2022-03-18
1
-49
/
+49
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-2
/
+2
*
view,compose: use border color to separate headers from body
Robin Jarry
2021-10-28
1
-11
/
+11
*
Get rid of the aerc.PushError(" " + $string) idiom
Reto Brunner
2021-01-30
1
-3
/
+3
*
update tcell to v2 and enable TrueColor support
y0ast
2020-12-18
1
-1
/
+1
*
show error if account view creation fails
Reto Brunner
2020-08-10
1
-1
/
+6
*
Rename selecter to selector
Kalyan Sriram
2020-08-06
1
-15
/
+15
*
Implement style configuration.
Kalyan Sriram
2020-08-06
1
-44
/
+58
*
Revert "Implement style configuration."
Reto Brunner
2020-07-30
1
-58
/
+44
*
Revert "Rename selecter to selector"
Reto Brunner
2020-07-30
1
-15
/
+15
*
Rename selecter to selector
Kalyan Sriram
2020-07-30
1
-15
/
+15
*
Implement style configuration.
Kalyan Sriram
2020-07-30
1
-44
/
+58
*
Make grid sizes dynamic
Jeffas
2020-06-09
1
-49
/
+49
[next]