aerc/commands/msg
Tim Culverhouse e56648029f compose: make headerEditor focusing more reliable
Focusing header editors was hardcoded as integers which only worked with
the default ui. If a user changed the UI to, for example, put CC as a
field below "to", FocusSubject would focus the CC field instead of the
subject. This commit reuses and modifies the function FocusEditor to
generalize the focusing of header editors - which can now be called by
name via FocusEditor(name string)

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-03-22 09:50:32 +01:00
..
archive.go commands: implement fuzzy completion for commands and options 2022-03-07 10:18:50 +01:00
copy.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
delete.go all: fix minor issues found by staticcheck 2022-03-12 21:00:23 +01:00
forward.go compose: make headerEditor focusing more reliable 2022-03-22 09:50:32 +01:00
mark.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
modify-labels.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
move.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
msg.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
pipe.go pipe: allow piping multiple marked messages 2022-02-25 13:56:53 +01:00
read.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
recall.go recall: allow recalling messages from any folder 2021-12-13 14:56:39 +01:00
reply.go all: fix minor issues found by staticcheck 2022-03-12 21:00:23 +01:00
toggle-threads.go statusline: implement per-account status 2022-03-18 23:42:07 +01:00
unsubscribe.go aerc: always check SelectedAccount return value 2022-02-25 13:56:53 +01:00
unsubscribe_test.go Fix linter warnings 2021-02-26 22:14:58 +01:00
utils.go go.mod: change base git url 2021-11-05 10:21:45 +01:00