]> granicus.if.org Git - neomutt/commit
fix trash mailbox
authorRichard Russon <rich@flatcap.org>
Sun, 10 Jun 2018 14:25:48 +0000 (15:25 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 11 Jun 2018 10:04:57 +0000 (11:04 +0100)
commitfae87f5e7b5f746a3f3d598edfcb76bd90a0f9cd
treeaaeada4acfa208002cff152f4c133bf5c86836bc
parent1c3dbec59739c1db601d667920a14a3b082e6303
fix trash mailbox

The second `for` loop was using the value of `i` as a starting place.
By changing the first loop, the second loop wasn't doing any work.

Fixes #1253
mx.c