Re: hex colors?

2010-04-12 Thread ilf
On 04-11 17:09, Michael Elkins wrote: You can use colorN where N is up the maximum number of colors your terminal supports. For example, I just tested this with rxvt-unicode: color indicator color63 color34 This indeed works directly in rxvt-unicode, but it doesn't work in screen :( --

Re: handling List-Id header

2010-04-12 Thread ilf
On 04-11 20:32, Michael Elkins wrote: On Sat, Apr 10, 2010 at 01:38:19AM +0200, ilf wrote: I would like a workaround to use Regex in 'lists' and 'subscribe', but that feels dirty. Why doesn't Mutt allow 'lists'/'subscribe' to lists based on the List-Id: header? The List-ID header is not

NTLM auth

2010-04-12 Thread Zeerak Mustafa Waseem
Hey guys, I'm having a bit of an issue with exchange (yay :-|). My uni mail is using exchange and I can't send any mails. The sending fails at the NTLM authentication, my question is whether the patch for NTLM authentication patch was put into the main development or whether it is still just

Re: Wrapping on internal pager

2010-04-12 Thread Camaleón
On Sun, 11 Apr 2010 17:24:30 -0700, Michael Elkins wrote: On Sun, Apr 11, 2010 at 06:57:04PM +, Camaleón wrote: (...) But the message indeed was set to use format=flowed as seen in the code sample I sent before. In that example there was nowhere to break the line because there were

snow leopard and mailboxes (and arrow keys)

2010-04-12 Thread John Velman
I installed Snow Leopard over the weekend, with upgrades to 10.6.3. Now my mailboxes command doesn't work. Looks like something funny Snow Leopard is doing with access times. For example: jrv:Mail jr$ ls -lt list.haskell-cafe -rw--- 1 jr staff 3662981 Apr 12 09:04 list.haskell-cafe

Re: Wrapping on internal pager

2010-04-12 Thread Nicolas Williams
On Sun, Apr 11, 2010 at 06:17:24PM +, Camaleón wrote: - Image sample of failing e-mail (it will be auto-deleted in 7 days): http://picpaste.com/20100411_mutt_pager_wrapping.png - Raw code sample of failing e-mail (it will be auto-deleted in 1 day): http://pastebin.com/4t4kPSrh (For

Re: handling List-Id header

2010-04-12 Thread Nicolas Williams
On Mon, Apr 12, 2010 at 10:47:21AM +0200, ilf wrote: On 04-11 20:32, Michael Elkins wrote: On Sat, Apr 10, 2010 at 01:38:19AM +0200, ilf wrote: I would like a workaround to use Regex in 'lists' and 'subscribe', but that feels dirty. Why doesn't Mutt allow 'lists'/'subscribe' to lists

Re: snow leopard and mailboxes (and arrow keys)

2010-04-12 Thread John Velman
And by the way, my extract_url no longer works: It is in my .muttrc as: -- # url-extract from Kyle Wheeler, 24 April 2008, # http://www.memoryhole.net/~kyle/extract_url/ # macro index,pager \cb enter-command set my_pdsave=\$pipe_decodeenter\ enter-command unset

Re: snow leopard and mailboxes (and arrow keys)

2010-04-12 Thread John Velman
Thanks, Tim. I don't have a Time Machine backup of 10.6.2, but running locate I find copies of libncurses.5...dylib in /Developer/SDKs for 10.6. The have substantially different sizes and earlier mod dates than the ones in /usr/lib. After I have a cup of coffee I'll try them. Best, John V. On

Re: index display clean up bug

2010-04-12 Thread Will Fiveash
On Sun, Apr 11, 2010 at 06:32:08PM -0700, Michael Elkins wrote: On Sun, Apr 11, 2010 at 07:05:58PM -0500, Will Fiveash wrote: I've noticed running the latest dev version of mutt that if I use Cntrl-G cancel when the Purge 1 deleted message? confirm message shows up that message stays on the

Re: index display clean up bug

2010-04-12 Thread Michael Elkins
On Mon, Apr 12, 2010 at 11:57:38AM -0500, Will Fiveash wrote: Thanks Michael, that did take care of the problem I described however while testing that new version of mutt I saw another similar issue. Here's what I did: 1. type 'm' to start creating a new message. 2. the Recall postponed

Re: index display clean up bug

2010-04-12 Thread Will Fiveash
On Mon, Apr 12, 2010 at 10:09:04AM -0700, Michael Elkins wrote: On Mon, Apr 12, 2010 at 11:57:38AM -0500, Will Fiveash wrote: Thanks Michael, that did take care of the problem I described however while testing that new version of mutt I saw another similar issue. Here's what I did: 1. type

Re: Wrapping on internal pager

2010-04-12 Thread Brian Ryans
Quoting Camaleón on 2010-04-11 09:53:51: Or you mean I can setup the pager to use Vim as internal source? You can use vim as your pager. This [1] is a script to use vim as a pager. It essentially emulates 'less', but has vim's highlighting. May be what you're looking for, from what I'm reading.

[PATCH] Re: handling List-Id header

2010-04-12 Thread Michael Elkins
Attached is a patch which implement an auto-subscribe feature. When you load a mailbox, Mutt will parse the List-Post header field and add it to the 'subscribe' list automatically, unless it matches something on the 'unlists' or 'unsubscribe' list. me diff -r 2cd62f40d840 hcache.c ---

Re: snow leopard and mailboxes (and arrow keys)

2010-04-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Monday, April 12 at 09:41 AM, quoth John Velman: And by the way, my extract_url no longer works: It is in my .muttrc as: What do you mean by no longer works? No longer allows you to use the arrow keys to move up and down? (If so, it is

Re: snow leopard and mailboxes (and arrow keys)

2010-04-12 Thread John Velman
On Mon, Apr 12, 2010 at 04:34:08PM -0500, Kyle Wheeler wrote: On Monday, April 12 at 09:41 AM, quoth John Velman: And by the way, my extract_url no longer works: It is in my .muttrc as: What do you mean by no longer works? No longer allows you to use the arrow keys to move up and down? (If

Re: snow leopard and mailboxes (and arrow keys)

2010-04-12 Thread jack
First, the problem with the arrow keys was apparently in 10.6.3. There is another story I may write later, but skipping that, I reinstalled 10.6 from the cd. Didn't upgrade to 10.6.3. Now the arrow keys work. But extract_url no longer works. More specifically, The arrow key problem