470
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted over 7 years ago by Kevin McCarthy
changeset f8df8c43e5c0 branch bookmark tag user Kevin ... [More] McCarthy description Handle error if REGCOMP in pager fails when resizing. Thanks to JiaZhouyang for finding this issue and supplying the original patch. files pager.c [Less]
Posted over 7 years ago by Olaf Hering
changeset ac2fda8bc9c4 branch default bookmark tag tip user Olaf Hering description Updated German translation. files po/de.po
Posted over 7 years ago by Olaf Hering
changeset ac2fda8bc9c4 branch bookmark tag user Olaf Hering description Updated German translation. files po/de.po
Posted over 7 years ago by Kevin McCarthy
changeset f83de1e03e08 branch bookmark tag user Kevin ... [More] McCarthy description Convert raw_socket_poll() to use gettimeofday(). As long as gettimeofday() is supported, it's better to be consistent within mutt and ensure greater portability. Change the raw_socket_poll() wait timer to count milliseconds, like the mutt_progess_update() code. Thanks to Vincent Lefèvre for his, as always, invaluable advice. files configure.acmutt_socket.c [Less]
Posted over 7 years ago by Kevin McCarthy
changeset f83de1e03e08 branch default bookmark tag tip user ... [More] Kevin McCarthy description Convert raw_socket_poll() to use gettimeofday(). As long as gettimeofday() is supported, it's better to be consistent within mutt and ensure greater portability. Change the raw_socket_poll() wait timer to count milliseconds, like the mutt_progess_update() code. Thanks to Vincent Lefèvre for his, as always, invaluable advice. files configure.acmutt_socket.c [Less]
Posted over 7 years ago by Vincent Lefevre
changeset eeb5ff58ab14 branch bookmark tag user Vincent Lefevre description Updated French translation. files po/fr.po
Posted over 7 years ago by Kevin McCarthy
changeset f94a97422cd0 branch bookmark tag user Kevin ... [More] McCarthy description Add autoconf search for clock_gettime. It appears to be specified in POSIX.1-2001, so just abort if it's not found. Add a missing time.h include in mutt_socket.c files configure.acmutt_socket.c [Less]
Posted over 7 years ago by Kevin McCarthy
changeset 4a1390537a29 branch bookmark tag user Kevin ... [More] McCarthy description Add $imap_poll_timeout to allow mailbox polling to time out. Enable the polling flag for the NOOP in imap_check_mailbox(), the STATUS command in imap_buffy_check(), and the LOGOUT command. This is not intended to handle all blocking-IO related issues. However, the periodic NOOP and STATUS are the most frequent places for mutt to freeze up, especially after a laptop is sleep/woken. Since these are quick operations with little data, this is a good place to check if the connection is still working before hanging on a read. files globals.himap/command.cimap/imap.cimap/imap_private.hinit.h [Less]
Posted over 7 years ago by Kevin McCarthy
changeset 4a1390537a29 branch default bookmark tag tip user ... [More] Kevin McCarthy description Add $imap_poll_timeout to allow mailbox polling to time out. Enable the polling flag for the NOOP in imap_check_mailbox(), the STATUS command in imap_buffy_check(), and the LOGOUT command. This is not intended to handle all blocking-IO related issues. However, the periodic NOOP and STATUS are the most frequent places for mutt to freeze up, especially after a laptop is sleep/woken. Since these are quick operations with little data, this is a good place to check if the connection is still working before hanging on a read. files globals.himap/command.cimap/imap.cimap/imap_private.hinit.h [Less]
Posted over 7 years ago by Kevin McCarthy
changeset 908bea74acef branch bookmark tag user Kevin ... [More] McCarthy description Add timeout parameter to mutt_socket_poll. This will be used in the next commit to add a timeout when polling for new mail. files imap/imap.cmutt_sasl.cmutt_sasl.hmutt_socket.cmutt_socket.hmutt_tunnel.c [Less]