]> granicus.if.org Git - neomutt/commitdiff
merge: upstream fixes (mutt/default)
authorRichard Russon <rich@flatcap.org>
Thu, 3 Aug 2017 15:56:36 +0000 (16:56 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 3 Aug 2017 15:56:36 +0000 (16:56 +0100)
 * Fix menu color calls to occur before positioning the cursor. (see #3956)
 * Change imap_cmd_start() to return OK when the cmd_queue is finished. (closes #3956)
 * When guessing an attachment type, don't allow text/plain if there is a null character. (see #2933)
 * Add timeout parameter to mutt_socket_poll.
 * Add $imap_poll_timeout to allow mailbox polling to time out.
 * Convert raw_socket_poll() to use gettimeofday().


Trivial merge