]> granicus.if.org Git - neomutt/commit
Convert maildir_parse_dir to use struct Buffer.
authorKevin McCarthy <kevin@8t8.us>
Sun, 7 Oct 2018 22:31:40 +0000 (15:31 -0700)
committerRichard Russon <rich@flatcap.org>
Sun, 7 Oct 2018 22:31:40 +0000 (15:31 -0700)
commitf2dfc33e18d36a1cd7a2ed3d5b1659297977faf3
tree9fb26ac0e747613cc1044c701e7d3cde7dcc0b13
parent88a5785ea351f9ee0214ceed44c0a610e58125be
Convert maildir_parse_dir to use struct Buffer.

Note: the uses of buf and tmp don't overlap, so we only use a single
struct Buffer.
maildir/mh.c