mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-12 01:41:34 +01:00
The go compiler can't help much with untyped int constants. Even though the only valid constants are 0-3 it will happily accept 4 as input. Let's let the go compiler worry about correctness here. This also allows people not very familiar with the code to use it properly via auto completion. |
||
|---|---|---|
| .. | ||
| account-wizard.go | ||
| account.go | ||
| aerc.go | ||
| common.go | ||
| compose.go | ||
| dirlist.go | ||
| exline.go | ||
| headerlayout.go | ||
| msglist.go | ||
| msgviewer.go | ||
| providesmessage.go | ||
| selecter.go | ||
| spinner.go | ||
| status.go | ||
| tabhost.go | ||
| terminal.go | ||