Re: fixing mutt

2009-07-09 Thread Kyle Wheeler
On Friday, July 10 at 08:21 AM, quoth b a: I understand that you enclose as much calls as you can inside mutt_allow_interrupts(1); ... mutt_allow_interrupts(0); How does that translate later on , how does it help ncurses or any other code that's supposed to run run ? Your code doesn't have any

Re: fixing mutt

2009-07-09 Thread b a
I understand that you enclose as much calls as you can inside mutt_allow_interrupts(1); ... mutt_allow_interrupts(0); How does that translate later on , how does it help ncurses or any other code that's supposed to run run ? Your code doesn't have any specific code written to exit that loop , it j

Re: fixing mutt

2009-07-09 Thread Kyle Wheeler
On Friday, July 10 at 05:24 AM, quoth b a: When pressing to view an email with a big attachement mutt becomes unresponsive until the message is fetched. I've had the same complaint. I don't like this and I will fix it in the next few days by binding the escape key to break the loop on lines

Re: bce and clrtoeol()

2009-07-09 Thread Kyle Wheeler
On Thursday, July 9 at 07:31 PM, quoth Thomas Dickey: On Thu, 9 Jul 2009, Kyle Wheeler wrote: (If it helps, I'm using Apple's Terminal.app... it may not have the greatest BCE support, but surely there's a way to clear things without going the route of *spaces*) as far as I know, it has no b

forgot to mention

2009-07-09 Thread b a
I forgot to mention that what I want to get done is listed under the file imap/TODO 9 * Interruptible socket calls, preferably without having to abort the 10 connection. For example large downloads could be chunked.

fixing mutt

2009-07-09 Thread b a
Hi, I came here because I have a problem with mutt and I will fix it. When pressing to view an email with a big attachement mutt becomes unresponsive until the message is fetched. I don't like this and I will fix it in the next few days by binding the escape key to break the loop on lines 463 -

Re: [Mutt] #3006: mutt-1.5.17: MIME boundaries should not be

2009-07-09 Thread Mutt
#3006: mutt-1.5.17: MIME boundaries should not be displayed on the only text/plain part ---+ Reporter: vas...@korytov.pp.ru | Owner: mutt-dev Type: defect| Status: new Priority:

Re: bce and clrtoeol()

2009-07-09 Thread Thomas Dickey
On Thu, 9 Jul 2009, Kyle Wheeler wrote: (If it helps, I'm using Apple's Terminal.app... it may not have the greatest BCE support, but surely there's a way to clear things without going the route of *spaces*) as far as I know, it has no bce support. (Someone sent terminal descriptions for th

bce and clrtoeol()

2009-07-09 Thread Kyle Wheeler
I just discovered the bce "fix" to the whole "blanks at the end of all lines in my email" problem, and I have some questions about things that bce breaks in the rest of mutt. For those who don't know, ncurses normally uses "space" characters to erase the terminal (i.e. set it to blank), which

Re: [PATCH v2] make send-hooks work for batch mode

2009-07-09 Thread Aron Griffis
Hi all, I'm really wondering why this bug and patch are being ignored. Could somebody comment? Thanks, Aron Aron Griffis wrote: [Wed Jun 17 2009, 03:18:36PM EDT] > I posted this patch in July 2008. It was generally well-received, > ending with pdmef's comment: > > > If either way isn't documen

Re: mutt: 9 new changesets

2009-07-09 Thread Aron Griffis
Hi Rocco, Sorry it took me so long to reply. Rocco Rutte wrote: [Fri Jul 03 2009, 06:57:09AM EDT] > > > http://dev.mutt.org/doc/manual.html#mailcap-search-order > > > > Unless I'm missing something, the trio of rules I provided > > already adhere to those instructions...? > > Yes, they do. In

mutt: new changeset

2009-07-09 Thread Brendan Cully
New changeset in mutt: http://dev.mutt.org/hg/mutt/rev/f22b71d8005a changeset: 5980:f22b71d8005a branch: HEAD tag: tip user:Rocco Rutte date:Wed Jul 08 13:37:27 2009 +0200 summary: Fix compiler warning -- Repository URL: http://dev.mutt.org/hg/mutt