aerc/commands/msgview
Kevin Kuehler be4ea0d96b Cleanup pager processes after closing a msgviewer
A pager is spawned every time an email is viewed but not killed off when
quitting the msgviewer, thus leading to process leakage. This patch
fixes this by adding a Close method to the msgview widget, which is
called in the close command.

Signed-off-by: Kevin Kuehler <keur@xcf.berkeley.edu>
2019-10-16 11:13:53 -04:00
..
close.go Cleanup pager processes after closing a msgviewer 2019-10-16 11:13:53 -04:00
msgview.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
next-part.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
next.go commands: move ParseNextPrevMessage error value to its last return value 2019-09-04 16:30:57 -10:00
open.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
save.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
toggle-headers.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00