]> granicus.if.org Git - neomutt/commit
merge: upstream changes
authorRichard Russon <rich@flatcap.org>
Mon, 26 Nov 2018 18:29:31 +0000 (18:29 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 26 Nov 2018 18:29:31 +0000 (18:29 +0000)
commit56f57c245e33538cc202b05a1fe9994e8d40724d
tree1624d7d949b95ed364c3715159d7982d3a7f2db2
parentb222fb4eb2c86976edd58d3b5ecea35e90cd7b90
parent43cce31a523ad2e379201469144134e4a84276ee
merge: upstream changes

 * Add mutt_buffer_mktemp() transition function
 * Add mutt_buffer_adv_mktemp() transition function
 * Always print mutt_buffer_pool_free() size debug output
 * add Buffer fixup functions
 * Remove conversion of nbsp to space
 * Ensure a resized empty buffer is null-terminated
 * Fix memleaks of saslconn on error paths
 * Fix memory leak on error in eat_regexp() and eat_date()
 * Document send-hooks are not executed for resumed messages
 * Fix a few memory leaks for idna conversion
 * Allow relative date hour/min/sec offsets
 * Add some brief documentation on OAUTH support
 * Update $index_format cross-references in manual
 * Add L10N comments to several unclear messages
 * Switch color chunk matching to use bsearch