#301 - Fix default key for message list

This commit is contained in:
Bryan Ashby 2020-08-12 10:36:24 -06:00
parent 7c304ebb9b
commit f558a614fc
No known key found for this signature in database
GPG key ID: B49EB437951D2542

View file

@ -251,7 +251,7 @@
submit: { submit: {
*: [ *: [
{ {
value: { message: null } value: { messageIndex: null }
action: @method:selectMessage action: @method:selectMessage
} }
] ]
@ -799,7 +799,7 @@
} }
}, },
// default prompt entry used by the 'msg_lsit' module // default prompt entry used by the 'msg_list' module
deleteMessageFromListPrompt: { deleteMessageFromListPrompt: {
art: MSGDELPMPT art: MSGDELPMPT
mci: { mci: {