]> granicus.if.org Git - neomutt/commitdiff
merge: refactor Buffer handling
authorRichard Russon <rich@flatcap.org>
Sat, 31 Aug 2019 00:58:26 +0000 (01:58 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 31 Aug 2019 00:58:26 +0000 (01:58 +0100)
 * Tidy some Buffer API, keep most buffers on the stack
 * Keep spam member of struct Envelope by value
 * Kill mutt_buffer_from
 * Move buffer_new / buffer_free to static functions in pool.c
 * Add mutt_buffer_make to create a Buffer on the stack
 * Use mutt_buffer_is_empty instead of mutt_buffer_len where it makes sense


Trivial merge