]> granicus.if.org Git - mutt/commit
Convert mutt_save_message() to use buffer pool.
authorKevin McCarthy <kevin@8t8.us>
Wed, 11 Sep 2019 23:23:46 +0000 (16:23 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 13 Sep 2019 22:15:41 +0000 (15:15 -0700)
commitbe632f11ec7db7c1c29a06ce6c8768d6e0996c23
tree112b4f3f4b471d97ef3a920664e92249f9ae4212
parent67f4d1d0849a43e30526e6e4d43e3ac956b1626f
Convert mutt_save_message() to use buffer pool.

Change imap_copy_messages() dest parameter to const char *.

mutt_default_save() will be converted to use a buffer next, removing
the dptr fixups.
commands.c
imap/imap.h
imap/message.c