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
*
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
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-62
/
+47
*
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-28
1
-3
/
+4
*
Remove duration from the status methods
Reto Brunner
2020-05-27
1
-4
/
+3
*
Add Style configuration
Reto Brunner
2020-05-27
1
-47
/
+62
*
gofmt fixes
Drew DeVault
2020-04-24
1
-3
/
+3
*
Use aerc.PushError where appropriate
Ben Fiedler
2020-04-23
1
-7
/
+3
*
Add UI options to save/pipe messages with unsupported mimetypes
Greg Anders
2019-11-17
1
-103
/
+7
*
Add Mouseable
Jeffas
2019-09-11
1
-1
/
+1
*
Add backtab to tutorial navigation
Jeffas
2019-07-11
1
-1
/
+3
*
account-wizard: look up imap and smtp server by SRV records (#100)
Daniel Lublin
2019-06-25
1
-1
/
+42
*
account-wizard: automatically replace imap.* with smtp.*
Noah Loomans
2019-06-18
1
-1
/
+6
*
Introduce :new-account -t
JanUlrich
2019-06-05
1
-14
/
+22
*
Show account wizard if no accounts configured
Drew DeVault
2019-05-22
1
-5
/
+2
*
Implement opening tutorial after account wizard
Drew DeVault
2019-05-22
1
-1
/
+21
*
Write new accounts to config and open tab
Drew DeVault
2019-05-22
1
-7
/
+139
*
Remove excess padding from incoming config page
Drew DeVault
2019-05-21
1
-1
/
+1
*
New account wizard, part one
Drew DeVault
2019-05-21
1
-0
/
+625