]> granicus.if.org Git - mutt/commit
remove unused HEADER parameter in mh_commit_message
authorDamien Riegel <damien.riegel@gmail.com>
Sat, 18 Jun 2016 20:36:12 +0000 (13:36 -0700)
committerDamien Riegel <damien.riegel@gmail.com>
Sat, 18 Jun 2016 20:36:12 +0000 (13:36 -0700)
commit3e064657c6a3f46ef24b20130a7745fe30b08476
treec1827ac20ab953f4c313eff06836f71fc75b1c19
parent1552f6bcfb995110a34ddb32b117b967a2d9ad88
remove unused HEADER parameter in mh_commit_message

mh_commit_message is only called in one place with the header parameter
set to NULL. To make the commit function consistent with other
mailboxes, which only takes ctx and msg as parameters, remove this
unused parameter.
mh.c
mx.c
mx.h