aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2023-09-06 07:47:19 -0500
committerRobin Jarry <robin@jarry.cc>2023-09-19 01:16:52 +0200
commitd57aa9e582f1644e2ee260c5c18fbf974dcc03ee (patch)
tree284fad08d1fceb50b4b86d23b39ab919a07bd3a4 /CONTRIBUTING.md
parentb17e8aed7c36f5f5ffc3c490704df78694477370 (diff)
downloadaerc-d57aa9e582f1644e2ee260c5c18fbf974dcc03ee.tar.gz
lib: return a new Header from LimitHeaders
The LimitHeaders function is used to optionally reduce memory usage of aerc by only keeping certain headers in memory for the message list. The function properly deletes header keys and values from the underlying object, however the underlying data structure has a map and a slice - which do not get resized after deletion: resulting in no actual memory savings. Create a new header and add only the headers we want to it. Return this value and use in the MessageInfo struct. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions