]> granicus.if.org Git - neomutt/commit
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)
commit9195a4659216a9f72c212673b41fa857b3dff602
tree681151e64ec0a88d5e42f519c2280f063861bd18
parentaf37ffcae889b7d350f0df9b5d9d17e5b3c22bab
parent1f32c0bd6c750f4bb9a664b40e87532cd7369702
merge: upstream fixes (mutt/default)

 * 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().