Re: [PATCH] Mark messages as read when leaving mailbox

2016-09-22 Thread Heinz Diehl
On 17.09.2016, Robin Sommer wrote: > I'd be interested to hear if the attached patch would be suitable for > inclusion. It adds a new option 'mark_read' that marks all messages as > read when exiting a mailbox. If 'move' is enabled, they will then be > moved out of the mailbox as well. As long a

Re: [Mutt] #3875: Mutt with imap exits line editor when resized

2016-09-22 Thread Mutt
#3875: Mutt with imap exits line editor when resized -+ Reporter: nicop | Owner: mutt-dev Type: defect | Status: closed Priority: major | Milestone: 1.6 Component: user interface |

Re: [Mutt] #3875: Mutt with imap exits line editor when resized

2016-09-22 Thread Mutt
#3875: Mutt with imap exits line editor when resized -+ Reporter: nicop | Owner: mutt-dev Type: defect | Status: closed Priority: major | Milestone: 1.6 Component: user interface |

mutt: Don't abort the menu editor on sigwinch. (closes #3875)

2016-09-22 Thread Brendan Cully
changeset: 6798:87911ba95dae user: Kevin McCarthy date: Thu Sep 22 14:07:18 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/87911ba95dae Don't abort the menu editor on sigwinch. (closes #3875) getch() will return ERR on sigwinch when timeout() is called with a positive value. mu