]> granicus.if.org Git - neomutt/commit
Add envelope's Organization field to hcache
authorStéphane Lesimple <speed47_github@speed47.net>
Thu, 22 Aug 2019 07:08:47 +0000 (09:08 +0200)
committerRichard Russon <rich@flatcap.org>
Thu, 22 Aug 2019 09:53:09 +0000 (10:53 +0100)
commitc8a58d91d473d7723215a98d81306f000180e391
treed549aa84753d18a434bdc06d2be82a53b80a3189
parentbcedc827b93abaf7d03bc2c7528a66172940e0af
Add envelope's Organization field to hcache

This ensures using %W in index_format while having
header cache enabled works as expected.

Note that as we don't modify the header files that
hcachever.sh is looking for, but the serial_dump_envelope
and serial_restore_envelope functions instead, we have
to increment BASEVERSION to ensure that cache built with
previous versions gets invalidated in all cases.

Fixes #1808
hcache/hcachever.sh
hcache/serialize.c