aerc/commands/compose
Moritz Poldrack ae83373fa6 logging: added a log on panic
Since panics still regularly "destroy" the terminal, it is hard to get a
stack trace for panics you do not anticipate. This commit adds a panic
handler that automatically creates a logfile inside the current working
directory.

It has to be added to every goroutine that is started and will repair
the terminal on a panic.

Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-03-23 20:56:09 +01:00
..
abort.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
attach.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
cc-bcc.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
compose.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
detach.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
edit.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
encrypt.go pgp: PGP/MIME encryption for outgoing emails 2022-01-07 13:45:34 +01:00
header.go commands: implement fuzzy completion for commands and options 2022-03-07 10:18:50 +01:00
next-field.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
postpone.go logging: added a log on panic 2022-03-23 20:56:09 +01:00
send.go logging: added a log on panic 2022-03-23 20:56:09 +01:00
sign.go pgp: PGP/MIME signing for outgoing emails 2022-01-07 13:45:34 +01:00