]> granicus.if.org Git - neomutt/commit
Add helpers to add and remove actx entries. (see #3728)
authorKevin McCarthy <kevin@8t8.us>
Fri, 11 Aug 2017 01:18:20 +0000 (18:18 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 1 Sep 2017 12:44:58 +0000 (13:44 +0100)
commit1bdca239b7507ccc603c69bf88ffa924cee59e66
tree61d9374d8c0aa92314df81ee48d5545044084efa
parent987cdcc6c0d5e267e7d4c67b2e0388736562a869
Add helpers to add and remove actx entries. (see #3728)

Use the helper in compose update_idx(), to consolidate the resize
logic and simplify the code.

Separate out the actx "free" routine from a routine to empty out the
idx.  The index regeneration routines should flush and rebuild the
index without having to renerate the actx structure.
attach.c
attach.h
compose.c
recvattach.c