]> granicus.if.org Git - neomutt/commit
lua: fix command-line processing
authorRichard Russon <rich@flatcap.org>
Tue, 26 Mar 2019 12:07:11 +0000 (12:07 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 26 Mar 2019 17:46:29 +0000 (17:46 +0000)
commit3218a51f2f9332685924757fe509d5a06bee6fd4
tree91e9ecbf17ce26e5e400aa9eb375386a74b042b1
parent0e2c1d2a8fa0ac8d4fb4e24a9dfdf5d648cf4fb3
lua: fix command-line processing

The 'lua' command uses the entire line of text.
Clear the Buffer so that NeoMutt doesn't try to interpret it.

Fixes #1610
mutt_lua.c