summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-04-22 13:02:06 -0700
committerKevin McCarthy <kevin@8t8.us>2018-04-22 13:02:06 -0700
commit26b822025b258d99e05b6c236669847efe9b3dfb (patch)
tree7eca76a0ce8d66990a0faa02804525263dd6d3c4 /OPS
parentf2e8392fee22230f259dc75b3a022ebb04596988 (diff)
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.
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index f53cd63a..679f5dbd 100644
--- a/OPS
+++ b/OPS
@@ -84,6 +84,7 @@ OP_EDITOR_DOWNCASE_WORD "convert the word to lower case"
OP_EDITOR_UPCASE_WORD "convert the word to upper case"
OP_ENTER_COMMAND "enter a muttrc command"
OP_ENTER_MASK "enter a file mask"
+OP_ERROR_HISTORY "display recent history of error messages"
OP_EXIT "exit this menu"
OP_FILTER "filter attachment through a shell command"
OP_FIRST_ENTRY "move to the first entry"