]> granicus.if.org Git - neomutt/commit
Change helpers functions to pass actx. (see #3728)
authorKevin McCarthy <kevin@8t8.us>
Fri, 11 Aug 2017 01:18:19 +0000 (18:18 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 1 Sep 2017 12:44:58 +0000 (13:44 +0100)
commit987cdcc6c0d5e267e7d4c67b2e0388736562a869
tree9e1989b09a264b733ae9db81ca0e023c6232f3f6
parent393ad08e77c1d9615c0930204c9682ff5036a858
Change helpers functions to pass actx. (see #3728)

Change the pager, compose, recvattach and recvcmd to pass the actx
instead of the individual idx and idxlen parameters.

Separate out the compose menu exit logic to first free the BODY data
and then call the shared actx free function at the bottom.
attach.c
attach.h
browser.c
compose.c
pager.c
pager.h
recvattach.c
recvcmd.c