]> granicus.if.org Git - mutt/commit
Split mutt_buffer_new out of mutt_buffer_init.
authorBrendan Cully <brendan@kublai.com>
Sun, 22 Jul 2012 02:51:31 +0000 (19:51 -0700)
committerBrendan Cully <brendan@kublai.com>
Sun, 22 Jul 2012 02:51:31 +0000 (19:51 -0700)
commit3bf3df8d5624f6c9dc05b356f439400d1dccd36f
tree8642ae7120c7161a0fde4823832409dabc497cc8
parent287598ae8695ef77378681ee36cbae0dae407dc5
Split mutt_buffer_new out of mutt_buffer_init.

Currently, no callers were providing a non-NULL buffer to
mutt_buffer_init, and splitting it will allow more sane semantics for
buffer allocation, initialization, and destruction in a later patch.
imap/imap.c
imap/util.c
mbyte.c
muttlib.c
parse.c
protos.h