]> granicus.if.org Git - neomutt/commit
use param, not global, in prereq()
authorRichard Russon <rich@flatcap.org>
Sat, 1 Jun 2019 19:46:32 +0000 (20:46 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 1 Jun 2019 23:41:30 +0000 (00:41 +0100)
commit76386dc2c4851dc83baf94671ccbb15390e7e40d
treefcc6143c9ab56175f44e2cc4662b21406f6e1f6b
parent4af7d35913504a4a5b805b020d93cd9675d49579
use param, not global, in prereq()

The test function prereq() wasn't using the Context parameter, but the
Context global.
index.c