mutt - color problem

2010-08-31 Thread Brian Cuttler
Hate ask, but I think I've tried the obvious... Moving from a Solaris 9/sparc box with mutt Mutt 1.4.1i (2003-03-19) to Solaris 10x86 with Mutt 1.5.17 (2007-11-01) and I'm finding that my colors and highlighting don't work at all. Checked terminal type, the same, didn't make any config changes,

Re: mutt - color problem

2010-08-31 Thread Brian Cuttler
wer sunfreeware mutt build but the download keeps stalling out on me. thanks, Brian On Tue, Aug 31, 2010 at 11:19:59AM -0700, Chip Camden wrote: > Quoth Brian Cuttler on Tuesday, 31 August 2010: &g

Re: mutt - color problem

2010-08-31 Thread Brian Cuttler
ettings as well. thanks, Brian On Tue, Aug 31, 2010 at 01:40:39PM -0500, Will Fiveash wrote: > On Tue, Aug 31, 2010 at 01:56:01PM -0400, Brian Cuttler wrote: > > > > Hate ask, but I think I've tried the obvious... > > > > Moving from a Solaris 9/sparc box with mu

Re: mutt - color problem

2010-08-31 Thread Brian Cuttler
n Tue, Aug 31, 2010 at 01:56:01PM -0400, Brian Cuttler wrote: > > > > Hate ask, but I think I've tried the obvious... > > > > Moving from a Solaris 9/sparc box with mutt Mutt 1.4.1i (2003-03-19) > > to Solaris 10x86 with Mutt 1.5.17 (2007-11-01) and I'm findin

Re: mutt - color problem

2010-08-31 Thread Brian Cuttler
that the errors will tells someone who is not me where the error lies. [curie] ~ 212> printenv | grep TER TERM=xterm COLORTERM=1 [curie] ~ 213> echo "`tput AF 1`hello`tput me`" tput: unknown terminfo capability 'AF' tput: unknown terminfo capability 'me' hello O

Re: mutt - color problem

2010-08-31 Thread Brian Cuttler
Chip, This works a little better # echo "`tput setaf 1`hello`tput me`" tput: unknown terminfo capability 'me' hello Where we are in red from hello onwards. So there are some colors available. On Tue, Aug 31, 2010 at 11:46:57AM -0700, Chip Camden wrote: > Quoth Brian

Re: mutt - color problem

2010-08-31 Thread Brian Cuttler
top I then get the inverse for the last 8. I do not get the inverse on the remote system. On Tue, Aug 31, 2010 at 12:22:00PM -0700, Chip Camden wrote: > Quoth Brian Cuttler on Tuesday, 31 August 2010: > > Chip, > > > > This works a little better > > # echo "`tput

Re: mutt - color problem

2010-08-31 Thread Brian Cuttler
On Tue, Aug 31, 2010 at 01:16:03PM -0700, Chip Camden wrote: > Quoth Brian Cuttler on Tuesday, 31 August 2010: > > This is telling... > > > > #!/bin/sh > > for color in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 0 > > do > > echo "`tput setaf ${color}

Re: mutt - color problem

2010-09-01 Thread Brian Cuttler
On Tue, Aug 31, 2010 at 01:57:39PM -0700, Chip Camden wrote: > Quoth Brian Cuttler on Tuesday, 31 August 2010: > > On Tue, Aug 31, 2010 at 01:16:03PM -0700, Chip Camden wrote: > > > Quoth Brian Cuttler on Tuesday, 31 August 2010: > > > > This is telling... > >

Re: mutt - color problem

2010-09-01 Thread Brian Cuttler
Chip, > curie's mutt is built with slang, nnewton's is built with ncurses. That > probably accounts for the difference. I finally got a download of a newer mutt version from sunfreeware and will install it on the Solaris x86 platform. Assuming that its also built with slang - do you know what

Re: mutt - color problem

2010-09-01 Thread Brian Cuttler
Chip, I installed mutt 1.5.20 from sunfreeware and found that we where missing several required packages, including slang. I installed and mutt seems to open my outbox ok, That is the index displays correctly with header and footer inverse and the index bar being visible. Typically the outbox d

bad idn problem

2010-09-02 Thread Brian Cuttler
Hello Mutt users, I am in the process of moving my mutt platform from a Sparce Solaris 9 box to an x86 Solaris 10 box. In order to resolve issues with the terminal color map I am now (trying) to run a newer version of mutt but am receiving an error when I invoke it. I'm able to provide use

Re: some color definitions dont work

2010-09-20 Thread Brian Cuttler
I don't know if it helps or applies to you, but I was unable to get the colors to work, but the devil is in the details. I was running on Solaris 10/x86 and installed mutt from the sunfreeware pre-built. No luck with colors under 1.5.17 but no problems at all with 1.5.20 with a lot of the issue

Re: Usage poll for mutt on Solaris

2010-09-27 Thread Brian Cuttler
Dago, Typically we run zones on systems as, you stated, an isolation mechanism. Webservers, DNS server, etc. Typically we don't have a lot of users on these zones, there are more for services. A single mutt config file would work just fine for us, the few users that log-into those zones, and t

Re: Can I use a sendmail across my LAN?

2010-10-28 Thread Brian Cuttler
On Thu, Oct 28, 2010 at 12:21:41PM +0100, Chris G wrote: > On Thu, Oct 28, 2010 at 01:00:43PM +0200, Matthias Apitz wrote: > > El d?a Thursday, October 28, 2010 a las 11:50:23AM +0100, Chris G escribi?: > > > > > I have a small home LAN and have one machine set up as a server machine. > > > That m

Re: mutt and stdin

2012-04-17 Thread Brian Cuttler
I'd thought he could put the data into a file and then invoke mutt, something like. mutt -s $subject_string $delivery_to_string < message_file At least this works for me when using mailx, but that is a very different utility than mutt. On Tue, Apr 17, 2012 at 11:24:10AM -0500, Luis Mochan w

clearing flags

2008-05-27 Thread Brian Cuttler
Ok, I did something very stupid, I accidently deleted all of the mail in my mailbox. Well, being responsible for backups I was able to retrieve the mail, put it back into my mailbox and rebuild the imap message index. However, the messages all show as "old", the "O" flag being set. I know there

Re: clearing flags

2008-05-27 Thread Brian Cuttler
k you, Brian On Tue, May 27, 2008 at 10:01:26PM +0200, Christian Brabandt wrote: > Hi Brian! > > On Tue, 27 May 2008, Brian Cuttler wrote: > > > > > Ok, I did something very stupid, I accidently deleted all > > of