]> granicus.if.org Git - mutt/commit
Add Error History function and config var.
authorKevin McCarthy <kevin@8t8.us>
Sun, 22 Apr 2018 20:02:06 +0000 (13:02 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 22 Apr 2018 20:02:06 +0000 (13:02 -0700)
commit26b822025b258d99e05b6c236669847efe9b3dfb
tree7eca76a0ce8d66990a0faa02804525263dd6d3c4
parentf2e8392fee22230f259dc75b3a022ebb04596988
Add Error History function and config var.

<error-history>, by default unbound, shows a list of the recent error
messages displayed by Mutt via mutt_message() or mutt_error().

$error_history sets the size of the history ring.

For now, I've decided to include mutt_message() messages too.  If this
is too chatty, we can restrict it to mutt_error() easily in the
future.
OPS
curs_lib.c
curs_main.c
functions.h
globals.h
init.c
init.h
menu.c
pager.c
protos.h