]> granicus.if.org Git - mutt/commit
Create ATTACH_CONTEXT to hold attachment index. (see #3728)
authorKevin McCarthy <kevin@8t8.us>
Fri, 11 Aug 2017 01:18:18 +0000 (18:18 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 11 Aug 2017 01:18:18 +0000 (18:18 -0700)
commita19e52661bb5f4e6d34c803f469f6835c309e06a
treebb6d0f16ff3fc33e256d2088e19330818e1469e7
parent8295a531a385e4dc769a43654e06e1f2c344129c
Create ATTACH_CONTEXT to hold attachment index. (see #3728)

Move the idx and idxlen into ATTACH_CONTEXT.  In subsequence patches,
this structure will hold more useful items, such as the virtual index.

The swap out is straightforward, except for:
  * update_idx() in compose.c, which post-increments the idxlen in the
    call and again in the function.
  * mutt_gen_attach_list() which doesn't need to returns the new values.
attach.c
attach.h
compose.c
recvattach.c