]> granicus.if.org Git - mutt/commit
Separate out op variable in the browser.
authorKevin McCarthy <kevin@8t8.us>
Sat, 2 Feb 2019 23:03:03 +0000 (15:03 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sat, 2 Feb 2019 23:03:03 +0000 (15:03 -0800)
commit8a7639766010075ae73dcad80108ac1301f2f1d4
tree2b6fcfd7204c371ff1f84059b18cf850854d3b81
parentc66d021fb84784a1f86876f5fbe6c8fbcc39f742
Separate out op variable in the browser.

The i variable is used in several places and scopes as a temporary
index variable, but is also used to record the current operation.
Separate them out to make the code less confusing.
browser.c