Re: mutt: 3 new changesets

2016-07-19 Thread Oswald Buddenhagen
On Sun, Jul 17, 2016 at 07:48:52PM -0700, Brendan Cully wrote: > +rc = imap_exec_msgset (idata, "UID COPY", mmbox, MUTT_TRASH, 0, 0); > note that here is also a [UID] MOVE extension, which is somewhat more efficient. (caveat: UID MOVE is broken with m$ exchange, so in isync i implemented a way

[PATCH] Fix arithmetic exception

2016-07-19 Thread Anton Lindqvist
# HG changeset patch # User Anton Lindqvist # Date 1468939386 -7200 # Tue Jul 19 16:43:06 2016 +0200 # Node ID 749e5e580f0fa0d9f3ec681a2abca35262cfa3f3 # Parent f1d5a884ffed196c4adc72ad7c03c5229acc889c Fix arithmetic exception Resizing the terminal window running mutt down to two lines caus

mutt: 9 new changesets

2016-07-19 Thread Brendan Cully
changeset: 6729:35ebd6251f42 user: Kevin McCarthy date: Tue Jul 19 18:15:11 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/35ebd6251f42 Close mutt-1-4-stable changeset: 6730:036082f713ab user: Kevin McCarthy date: Tue Jul 19 18:15:36 2016 -0700 link: http://dev.m

mutt: Fix arithmetic exception due to menu->pagelen being negative.

2016-07-19 Thread Brendan Cully
changeset: 6738:69bbe4da959f user: Anton Lindqvist date: Tue Jul 19 18:56:13 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/69bbe4da959f Fix arithmetic exception due to menu->pagelen being negative. Resizing the terminal window down to two lines when in an empty mailbox causes m

Re: [PATCH] Fix arithmetic exception

2016-07-19 Thread Kevin J. McCarthy
On Tue, Jul 19, 2016 at 04:55:16PM +0200, Anton Lindqvist wrote: > # HG changeset patch > # User Anton Lindqvist > # Date 1468939386 -7200 > # Tue Jul 19 16:43:06 2016 +0200 > # Node ID 749e5e580f0fa0d9f3ec681a2abca35262cfa3f3 > # Parent f1d5a884ffed196c4adc72ad7c03c5229acc889c > Fix arithme