aerc/commands/compose
Moritz Poldrack 978d35d356 lint: homogenize operations and minor fixes (gocritic)
Apply GoDoc comment policy (comments for humans should have a space
after the //; machine-readable comments shouldn't)

Use strings.ReplaceAll instead of strings.Replace when appropriate

Remove if/else chains by replacing them with switches

Use short assignment/increment notation

Replace single case switches with if statements

Combine else and if when appropriate

Signed-off-by: Moritz Poldrack <moritz@poldrack.dev>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-08-04 21:58:01 +02:00
..
abort.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
attach-key.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
attach.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
cc-bcc.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
compose.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
detach.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
edit.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
encrypt.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
header.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
next-field.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
postpone.go logging: use level-based logger functions 2022-07-23 22:52:15 +02:00
send.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
sign.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00