]> granicus.if.org Git - neomutt/commit
Convert parse_path_(un)list to use buffer pool for path
authorKevin McCarthy <kevin@8t8.us>
Tue, 8 Oct 2019 05:07:40 +0000 (13:07 +0800)
committerRichard Russon <rich@flatcap.org>
Tue, 8 Oct 2019 16:43:58 +0000 (17:43 +0100)
commit85c55cff0f7f1fa2c054a17125904444d3da2cea
treef66c828b894231981e5bd17a63bc39a47fff4362
parentc7b94de6f7d52c65ad0b397b12e8e64b7177bfe5
Convert parse_path_(un)list to use buffer pool for path

Don't use the buf parameter to avoid stretching it out, as it's used
for the entire rc parsing, and typically just holds command names.

Co-authored-by: Richard Russon <rich@flatcap.org>
init.c