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 no

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 ex

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

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 jrv:M

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 list

Re: snow leopard and mailboxes (and arrow keys)

2010-04-12 Thread Tim Gray
On Apr 12, 2010 at 09:30 AM -0700, John Velman wrote: I installed Snow Leopard over the weekend, with upgrades to 10.6.3. I just went through this last week. ncurses is somehow broken in 10.6.3 - I found references to it, specifically about the arrow keys on the internet. The solution for me

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 " set my_pdsave=\$pipe_decode\ unset pipe_decode\ extract_url.pl\ set pipe_deco

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 o

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 message

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: > > >

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 --- a/hcach

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 proba

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 do

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 proble

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 04:03 PM, quoth John Velman: > When I place the curser on a header line in Mutt and press Ctl-b, i > get a long list of the url's contained in that message, followed by > "Press any key to continue...". When I do, it takes m

Re: handling List-Id header

2010-04-12 Thread Derek Martin
On Mon, Apr 12, 2010 at 10:47:21AM +0200, ilf wrote: > On 04-11 20:22, Michael Elkins wrote: > > The reason for the distinction between lists/subscribe is that just > > because you received an email that was addressed to a list doesn't > > mean that you are subscribed to said list. > > But if ther