Age | Commit message (Collapse) | Author |
|
|
|
|
|
The rfc1524 functions call, and are called by, many functions that
need to be converted. But to keep the conversion manageable, install
helper interface functions that pass the buffer->data and
buffer->dsize in and adjust the buffer->dptr afterwards.
|
|
Change mutt_buffer_printf() to overwrite the buffer contents, like
mutt_buffer_strcpy().
mutt_buffer_add*() functions append to the buffer contents.
|
|
Also add a few helper functions: mutt_buffer_clear(),
mutt_buffer_strcpy(), and a macro mutt_b2s to grab the buffer data as
a const char *.
|
|
|
|
|