Re: Mutt hanging on color

2000-06-29 Thread Thomas Dickey
On Thu, Jun 29, 2000 at 11:17:45AM +0530, Suresh Ramasubramanian wrote: Wari Wahab proclaimed on mutt-users that: # SCREAMING TEXT (often used in spam) color body brightyellow default" \([-A-Z']{2,}[ ,]*\)+" Maybe your terminal doesn't understand a color called brightye

Re: Mutt hanging on color

2000-06-29 Thread Wari Wahab
: color body brightyellow default" \([A-Z']{2,}[ ,]*\)+" As a general rule, try to avoid regular expressions which nest multiple instances of "+" and "*". They tend to take very long to apply. Note, BTW, that the grouping and the trailing + are not

Re: Mutt hanging on color

2000-06-29 Thread Thomas Roessler
On 2000-06-29 19:42:26 +0800, Wari Wahab wrote: The question still remains though, why does mutt freeze.. Simple: The regexp library hangs when trying the regular expression. I don't believe it's an endless loop - most likely, mutt will continue to work in an hour or two. ;-)

Mutt hanging on color

2000-06-28 Thread Wari Wahab
of my misery ;).. It's under a section called # SCREAMING TEXT (often used in spam) color body brightyellow default" \([-A-Z']{2,}[ ,]*\)+" Symptoms are, 1. You get a message, long one, scroll down and it freezes up on you and take 100% of CPU power.. 2. You don't even get to view t

Re: Mutt hanging on color

2000-06-28 Thread Suresh Ramasubramanian
Wari Wahab proclaimed on mutt-users that: # SCREAMING TEXT (often used in spam) color body brightyellow default" \([-A-Z']{2,}[ ,]*\)+" Maybe your terminal doesn't understand a color called brightyellow? Try giving a hex equivalent - #aa will do very fine I think. -suresh

Muttrc color question

2000-06-26 Thread Mostly Harmless
Is it possible to specify a foreground color as transparent? Essentially, I'd like pretty much all my colors as default except for indicator which should be reversed: foreground should be bg's default and vice-versa. Is this possible? -- jeremy ... and never, ever play leapfrog with a unicorn.

Re: Muttrc color question

2000-06-26 Thread Jason Helfman
Why not use Eterm??? On Mon, Jun 26, 2000 at 08:26:03PM -0400, Mostly Harmless muttered: | Is it possible to specify a foreground color as transparent? | Essentially, I'd like pretty much all my colors as default except for | indicator which should be reversed: foreground should be bg's default

Re: In-line color in body but not header

2000-06-07 Thread Marius Gedminas
On Tue, Jun 06, 2000 at 06:16:32PM -0700, Jeff Krueger wrote: color header cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" The intent is to color just e-mail addresses as defined by this regex diffe

Re: In-line color in body but not header

2000-06-07 Thread David T-G
I posted a patch (against Mutt-1.1.1) to % add a new color item (`hdrpart') that gives precisely this % functionality, in addition to current whole-line coloring of `header'. % % If anyone is interested, I could blow the dust off it and test it with % current 1.2/1.3 versions. I'd like to get

In-line color in body but not header

2000-06-06 Thread Jeff Krueger
I've been searching the FAQ and manuals high and low for this issue to no avail. The following lines are in my .muttrc: color header cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" The intent is to color j

Re: In-line color in body but not header

2000-06-06 Thread David T-G
Jeff -- ...and then Jeff Krueger said... % % The intent is to color just e-mail addresses as defined by this regex ... % % In the header, however, this colorizes the entire line cyan. Am I defining % this improperly somehow, or is in-line coloring not yet available? I believe that this came

color in the new Mutt 1.2.0

2000-05-25 Thread Salvatore Greco
Hi I just installed the new Mutt [Mutt 1.2i (2000-05-09)] and when I fired up the program, it gave me the following errors: Error in /home/salvo/.muttrc, line 706: color: unknown command Error in /home/salvo/.muttrc, line 709: color: unknown command Error in /home/salvo/.muttrc, line 710

Re: color in the new Mutt 1.2.0

2000-05-25 Thread Justin May
On Thu, May 25, 2000 at 08:59:23PM +0200, Salvatore Greco wrote: I just installed the new Mutt [Mutt 1.2i (2000-05-09)] and when I fired up the program, it gave me the following errors: Error in /home/salvo/.muttrc, line 706: color: unknown command Error in /home/salvo/.muttrc, line 709

Re: color in the new Mutt 1.2.0

2000-05-25 Thread Curt Zirzow
* Salvatore Greco ([EMAIL PROTECTED]) [000525 12:01]: Hi I just installed the new Mutt [Mutt 1.2i (2000-05-09)] and when I fired up the program, it gave me the following errors: Error in /home/salvo/.muttrc, line 706: color: unknown command I had the same problem. From what I

Re: color in the new Mutt 1.2.0

2000-05-25 Thread Salvatore Greco
On Thu, May 25, 2000 at 02:29:36PM +, Curt Zirzow wrote: |rerun your configure script including one of these options: |./configure --with-curses=DIR |Or |./configure --with-slang=DIR | |DIR being the location of ncurses/slang installation. Justim May helped out here, the problem was

Re: Looking for a nice color scheme

2000-05-09 Thread Steffan Hoeke
On Mon, May 08, 2000 at 08:24:56PM +0200, Marius Gedminas muttered: On Sun, May 07, 2000 at 11:40:55PM -0500, Corey G. wrote: Mutt Group, I am looking for what I would call a nice color scheme for Mutt. I currently use the scheme listed below but I would like to see what other people

Re: Looking for a nice color scheme

2000-05-08 Thread Russell Hoover
On Sun 05/07/00 at 11:40 PM -0500, "Corey G." [EMAIL PROTECTED] wrote: I am looking for what I would call a nice color scheme for Mutt. I currently use the scheme listed below but I would like to see what other people have come up with. From my .muttrc: color hdrdefault b

Re: Looking for a nice color scheme

2000-05-08 Thread Marius Gedminas
On Sun, May 07, 2000 at 11:40:55PM -0500, Corey G. wrote: Mutt Group, I am looking for what I would call a nice color scheme for Mutt. I currently use the scheme listed below but I would like to see what other people have come up with. I tinkered around but I have very little artistic

Looking for a nice color scheme

2000-05-07 Thread Corey G.
Mutt Group, I am looking for what I would call a nice color scheme for Mutt. I currently use the scheme listed below but I would like to see what other people have come up with. I tinkered around but I have very little artistic ability. color attachment brightmagenta black

color

2000-04-27 Thread jgh
I just did a very minimal installation of redhat 6.1 and I have lost my colors... something to the extent of color command not found when parsing my configs Mutt 1.1.11i (2000-03-30) Copyright (C) 1996-2000 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type

color coding index according to string matching

2000-04-26 Thread Eric Smith
Has the following feature been dreamed up / implemented yet? I currently color code the messages in my index by the normal attributes of read tagged deleted list etc. What i would reallly like to do is say color code by regex matching in the Subject: like say: /urgent/ red /log/ yellow

Re: color coding Reg expression question

2000-04-26 Thread Francisco D. Borges
» Eric Smith wrote: Has the following feature been dreamed up / implemented yet? I currently color code the messages in my index by the normal attributes of read tagged deleted list etc. What i would reallly like to do is say color code by regex matching in the Subject: like say

Re: color coding Reg expression question [and mixing with

2000-04-26 Thread Eric Smith
currently color code the messages in my index by the normal attributes | of read tagged deleted list etc. What i would reallly like to do is say | color code by regex matching in the Subject: | | like say: | /urgent/ red | /log/ yellow | | Try this :^) it does the trick for me: | color index

Re: color coding Reg expression question [and mixing with

2000-04-26 Thread David T-G
Eric -- ...and then Eric Smith said... % According to Francisco D. Borges on Wed, Apr 26, 2000 at 04:51:25PM -0300: % | » Eric Smith wrote: % | % | like say: % | /urgent/ red % | /log/ yellow % | % | Try this :^) it does the trick for me: % | color index redblack "~s u

Re: color coding Reg expression question

2000-04-26 Thread Mikko Hänninen
Francisco D. Borges [EMAIL PROTECTED] wrote on Wed, 26 Apr 2000: and if somebody else know a little more about regular expressions could please tell me why; fcc-save-hook "~h ^Reply-To.*postmaster" +outros/listas don't work. Without seeing the headers of the message it doesn't match,

Help with color

2000-04-24 Thread Hall Stevenson
I have these lines: color index brightwhite default * color index yellow default '~l' color index brightyellowdefault '~N ~l' in my .muttrc file. As most of you know, messages that are from a list (defined in .muttrc) are yellow. "New" list messages are bright y

Re: Help with color

2000-04-24 Thread Mikko Hänninen
Hall Stevenson [EMAIL PROTECTED] wrote on Mon, 24 Apr 2000: I *tried* this: color index green default '~R ~l' I made an assumption that "~R" would get "read" messages... but I was wrong. ;-) I don't know about Mutt 1.0, although I think it should be the same, but in Mu

Re: Help with color

2000-04-24 Thread Hall Stevenson
* Mikko Hänninen ([EMAIL PROTECTED]) [000424 09:47]: Hall Stevenson [EMAIL PROTECTED] wrote on Mon, 24 Apr 2000: I *tried* this: color index green default '~R ~l' I made an assumption that "~R" would get "read" messages... but I was wrong. ;-) I don't know about

Re: color index for list mail - changed to color of select bar

2000-02-23 Thread Eric Smith
According to David DeSimone on Tue, Feb 22, 2000 at 07:14:16PM -0600: | This is the syntax you're probably looking for: | | color indexyellow default '~l' | color index brightyellow default '~N ~l' | Also, the pattern needs to be quoted if it has more than one element

color in mutt

2000-02-23 Thread Jonathon McKitrick
When i run mutt remotely from my BSD box, i use an xterm and color is no problem. However, when i use the console (TERM=cons25) or when i run it in EasyTerm here on w95 at work, i get problems. Obviously vt100 does not support color. I know cons25 shows color when i use colorls, but i can't

Re: color index for list mail - changed to color of select bar

2000-02-22 Thread Thomas Roessler
On 2000-02-21 20:32:02 +0200, Eric Smith wrote: Is it poss. to have like a mixture of conditions giving a certain color like ~N and ~l is bold yellow ~l only is yellow Yes. Generally, folks, when you have an idea about something, please just try it, and don't ask the list whether it works

Re: color index for list mail - changed to color of select bar

2000-02-22 Thread Eric Smith
According to Thomas Roessler on Tue, Feb 22, 2000 at 10:32:50AM +0100: | On 2000-02-21 20:32:02 +0200, Eric Smith wrote: | | Is it poss. to have like a mixture of conditions giving a certain color | like | ~N and ~l is bold yellow | ~l only is yellow | | Yes. | | Generally, folks, when

Re: color index for list mail - changed to color of select bar

2000-02-22 Thread Mikko Hänninen
Eric Smith [EMAIL PROTECTED] wrote on Wed, 23 Feb 2000: Error in /home/eric/.muttrc, line 343: too many arguments What's on line 343? Mikko -- // Mikko Hänninen, aka. Wizzu // [EMAIL PROTECTED] // http://www.iki.fi/wiz/ // The Corrs list maintainer // net.freak // DALnet IRC

Re: color index for list mail - changed to color of select bar

2000-02-22 Thread David DeSimone
Eric Smith [EMAIL PROTECTED] wrote: | ~N and ~l is bold yellow | ~l only is yellow I tried and still now try to put those two conditions into a single color index command, I get: Error in /home/eric/.muttrc, line 343: too many arguments This is the syntax you're probably looking

Re: color index for list mail - changed to color of select bar

2000-02-21 Thread Thomas Roessler
color properties. Is it possible to have the underlying text show up in its correct color even when the red bar is in top of it? Not currently. Also, imagine a situation in which you scroll over multiple messages. Having psychedelic color games with the indicator i probably not the thing you

Re: Newbie: color not working on debian stable

2000-02-21 Thread Joost van Baal
On Mon, Feb 14, 2000 at 10:56:53AM -0800, Alan wrote: Sadly the stable debian distro only has mutt 0.95, so I'm going from scratch. I am Compiling it on a debian stable box with slang 1.2.2 (runtime and dev files) and ncurses 4.2 (tuntime and dev) and it all compiles fine, but no color

Re: color index for list mail - changed to color of select bar

2000-02-21 Thread Eric Smith
According to Thomas Roessler on Mon, Feb 21, 2000 at 12:04:58PM +0100: | (As an alternative, you may set the arrow_cursor variable. This | will paint a little arrow on the left side of the line you have | selected, and won't change the color scheme at all.) yeah - tht is what I was going to do

Re: color index for list mail - changed to color of select bar

2000-02-20 Thread Eric Smith
According to Byrial Jensen on Fri, Feb 18, 2000 at 11:37:14AM +0100: | color index brightmagentablack ~l # List mail | | Yes. | | (It works. Why didn't you just tried it?) lack of confidence I guess - gr8. followup: I have a red bar that shows the currently selected mail

Re: color index for list mail

2000-02-18 Thread Byrial Jensen
On Thu, Feb 17, 2000 at 23:34:34 +0200, Eric Smith wrote: Is is possible to have mail from mailing lists coloured according to a color index recipe: a la color index brightmagentablack ~l # List mail Yes. (It works. Why didn't you just tried it?) -- Byrial

color index for list mail

2000-02-17 Thread Eric Smith
Is is possible to have mail from mailing lists coloured according to a color index recipe: a la color index brightmagentablack ~l # List mail thanx -- Eric Smith [EMAIL PROTECTED] 00 27 21 4265311 It is easier to fix Unix than to live with NT.

Newbie: color not working on debian stable

2000-02-14 Thread Alan
Howdy all, new mutt user, love it so far, but... Sadly the stable debian distro only has mutt 0.95, so I'm going from scratch. I am Compiling it on a debian stable box with slang 1.2.2 (runtime and dev files) and ncurses 4.2 (tuntime and dev) and it all compiles fine, but no color! The .deb has

Re: Solaris2.6/xterm/color?

2000-02-10 Thread Kurt
I can't get colours with Solaris' xterm either. Starting dtterm instead of xterm does, however, work fine for me. Kurt On Tue, Feb 08, 2000 at 01:58:08PM +0100, Jan Houtsma wrote: At work i am at solaris 2.6. However i can't get mutt to start up inside xterm with colors.

Re: Solaris2.6/xterm/color?

2000-02-10 Thread Chris Green
On Wed, Feb 09, 2000 at 11:33:13PM +0100, [EMAIL PROTECTED] wrote: I can't get colours with Solaris' xterm either. Starting dtterm instead of xterm does, however, work fine for me. Ah, yes, of course I'd forgotten that not only have I compiled mutt with S-Lang but I'm running in rxvt rather

Sample Color Schemes?

2000-02-09 Thread Adam Sherman
Does anyone have some good looking color schemes? I tried a few that I found on the web, they were pretty awful... Thanks, A. (mutt.themes.org anyone?) -- Adam Sherman [EMAIL PROTECTED] +1 (613) 223-5746

Re: Sample Color Schemes?

2000-02-09 Thread Charles Cazabon
Adam Sherman [EMAIL PROTECTED] wrote: Does anyone have some good looking color schemes? I tried a few that I found on the web, they were pretty awful... I've found the following works well for me in an SSH window under Windows -- it's not quite as nice in an xterm. Much of it was stolen

Re: Sample Color Schemes?

2000-02-09 Thread Dave Pearson
On Wed, Feb 09, 2000 at 11:20:42AM -0500, Adam Sherman wrote: Does anyone have some good looking color schemes? I tried a few that I found on the web, they were pretty awful... Depends on your definition of "good looking" doesn't it? I'd point you to mine URL:http://www.hagbard.d

Re: Sample Color Schemes?

2000-02-09 Thread Thomas Roessler
On 2000-02-09 11:20:42 -0500, Adam Sherman wrote: Does anyone have some good looking color schemes? I'm using the attached ones. colors.default is intended to be used with an xterm, colors.linux on the Linux console. -- http://www.guug.de/~roessler/ # -*-muttrc-*- color hdrdefault blue

Re: Sample Color Schemes?

2000-02-09 Thread David DeSimone
Adam Sherman [EMAIL PROTECTED] wrote: Does anyone have some good looking color schemes? I do. ;) I tried a few that I found on the web, they were pretty awful... Well, try this: Colorization color indexwhite black ~F color header brightwhite

Re: Solaris2.6/xterm/color?

2000-02-08 Thread Chris Green
On Tue, Feb 08, 2000 at 01:58:08PM +0100, Jan Houtsma wrote: At work i am at solaris 2.6. I am no sysop. The system uses terminfo (as far as i can tell). I do have a local installation of XFree86 and ncursus. However i can't get mutt to start up inside xterm with colors. I know this isnt

Solaris2.6/xterm/color?

2000-02-08 Thread Jan Houtsma
At work i am at solaris 2.6. I am no sysop. The system uses terminfo (as far as i can tell). I do have a local installation of XFree86 and ncursus. However i can't get mutt to start up inside xterm with colors. I know this isnt something with mutt, but something with my xterm (terminfo)

Re: Solaris2.6/xterm/color?

2000-02-08 Thread Thomas Ribbrock
On Tue, Feb 08, 2000 at 01:58:08PM +0100, Jan Houtsma wrote: At work i am at solaris 2.6. [...] However i can't get mutt to start up inside xterm with colors. [...] I couldn't get colours with the standard term that comes with Solaris 2.6, so I installed one that supports colours:

default color in terminal

1999-12-07 Thread shawn a.
Hello everybody, I usually run mutt in an Eterm with a pixmap background, so I use the "default" color instead of black. My problem is that when run mutt in a non-X termininal the foreground and the background are black wherever I used the "default" color, so I cant

Re: default color in terminal

1999-12-07 Thread shawn a .
On Mon, Dec 06, 1999 at 07:18:52PM -0700, shawn a. wrote: Hello everybody, "default" color instead of black. My problem is that when run mutt in a non-X termininal the foreground and the background are black wherever I used the "default" color, so I cant read anyth

mutt with transparent background color

1999-12-01 Thread Frank Altpeter
Hi ! I got a very strange problem. I use mutt-1.0i on both solaris and linux system. On both systems i am using the same .muttrc with some color settings. When i use "color normal white" in it, the mutt on solaris tells me: Error in /home/fa/.muttrc, line 117: color: too few

Re: mutt with transparent background color

1999-12-01 Thread Robert Chien
On Wed, Dec 01, 1999 at 11:47:52AM +0100, Frank Altpeter wrote: I use mutt-1.0i on both solaris and linux system. On both systems i am using the same .muttrc with some color settings. When i use "color normal white" in it, the mutt on solaris tells me: Error in /home/fa/.muttrc

Re: mutt with transparent background color

1999-12-01 Thread Frank Altpeter
Hello ! Robert Chien wrote on 01.12.1999 11:31:27 -0800: On Wed, Dec 01, 1999 at 11:47:52AM +0100, Frank Altpeter wrote: I use mutt-1.0i on both solaris and linux system. On both systems i am using the same .muttrc with some color settings. When i use "color normal white" in it

Re: color problem

1999-11-30 Thread Eugene Lee
On Mon, Nov 29, 1999 at 06:36:20PM -0600, David DeSimone wrote: : : set quote_regexp="^([ \t]?[ \t]?[:|])+" I'm curious, I don't quite understand the logic behind setting your quote matching to this kind of pattern instead of using the default: set quote_regexp="^([ \t]*[|#:}])+" --

Re: color problem

1999-11-29 Thread Jeremy Blosser
George Georgalis [[EMAIL PROTECTED]] wrote: I'm having problems with quoted colorings. At one point I thought the mutt viewer would use a different color for each of the adjoining lines below color1 color2 color1 color2 They display in different colors in vim, but they are all

Re: color problem

1999-11-29 Thread Scott Scriven
George Georgalis [[EMAIL PROTECTED]] wrote: I'm having problems with quoted colorings. At one point I thought the mutt viewer would use a different color for each of the adjoining lines below color1 color2 color1 color2 They are all the same color for me, too. However

Re: color problem

1999-11-29 Thread Jeremy Blosser
Scott Scriven [[EMAIL PROTECTED]] wrote: George Georgalis [[EMAIL PROTECTED]] wrote: I'm having problems with quoted colorings. At one point I thought the mutt viewer would use a different color for each of the adjoining lines below color1 color2 color1 color2

Re: color problem

1999-11-29 Thread David DeSimone
levels 2. A proper quote_regexp that will match repeated quote levels properly Here's my settings for (1): color quoted green black color quoted1white black color quoted2brightred black color quoted3magenta black color quoted4red

color based on alias

1999-11-25 Thread rajukv
hi, In section 4.2 (Patterns), there is an entry : ~f USER messages originating from USER Is it possible to modify mutt such that ~f will work for an alias rather than a single user? Thanks, Raju - Get free email

[1.0i bug] From bug (was: v1.0i and color support)

1999-11-17 Thread Vincent Lefevre
With the previous message, Mutt 1.0i thinks that the "From:" address is: [EMAIL PROTECTED] That is, it takes the "From " address. This is incorrect. -- Vincent Lefèvre [EMAIL PROTECTED] - PhD student in Computer Science Web: http://www.vinc17.org/ or http://www.ens-lyon.fr/~vlefevre/ - 100%

Re: Mutt silently ignores color definitions. I'd call it a bug!

1999-11-16 Thread Andy Spiegl
I had many problems with colors when I first started using mutt. Who doesn't? :-) I was using some old version of ncurses then. So, you are saying, it's not mutt's fault at all? Doesn't mutt have any chance to check whether ncurses/slang accepted the defined colors? (Actually, even now I do

Re: Mutt silently ignores color definitions. I'd call it a bug!

1999-11-16 Thread Marius Gedminas
On Tue, Nov 16, 1999 at 11:51:22AM +0100, Andy Spiegl wrote: I was using some old version of ncurses then. So, you are saying, it's not mutt's fault at all? It seemed so to me then. I tried creating a little program to test ncurses and discovered, that color change just after an attribute

Re: Mutt silently ignores color definitions. I'd call it a bug!

1999-11-15 Thread Marius Gedminas
On Mon, Nov 15, 1999 at 12:04:07PM +0100, Andy Spiegl wrote: There is a maximum number of color definitions which is imposed by the terminal handling library (curses or slang). Oh, I see! But see bellow. When you make a new color definition, mutt will check if the limit is reached

Re: Color xterm??

1999-11-13 Thread CaT
On Sat, Nov 13, 1999 at 10:39:18PM -0500, Subba Rao wrote: Is color xterm a requirement for mutt's color feature? I am using Slackware 4. The "ls" command has several color options, where I see a different color for each file type. If this xterm works for "ls" with co

Re: Color xterm??

1999-11-13 Thread Reed Lai
How can I force mutt to use it's editor in the configuration file? in .muttrc, set editor=emacs(at your fave) :)

Re: Can there be too many color definitions?

1999-11-12 Thread Andy Spiegl
Debian's /etc/Muttrc is a complete disaster in my experience. It almost put me off mutt when I first tried it. It's probably a good idea to delete the file altogether. Hm, good idea, but that doesn't answer whether I found a bug in mutt. Any developers reading this? Ciao, Andy. --

Re: Can there be too many color definitions?

1999-11-12 Thread Byrial Jensen
On Fri, Nov 12, 1999 at 11:36:08 +0100, Andy Spiegl wrote: Hm, good idea, but that doesn't answer whether I found a bug in mutt. Any developers reading this? There is a maximum number of color definitions which is imposed by the terminal handling library (curses or slang). When you make a new

Re: Can there be too many color definitions?

1999-11-10 Thread Edmund GRIMLEY EVANS
I've got a strange problem. After I updated to Mutt v1.0 ((1999-10-22) (the Debian package 1.0.0-2) all my colors were mixed around. After playing around quite a bit I found that I have to comment out the following lines in /etc/Muttrc: Debian's /etc/Muttrc is a complete disaster in my

Re: color in Eterm

1999-11-09 Thread Reed Lai
On Tue, Nov 09, 1999 at 07:34:50AM +, Martin Högman wrote: On Tue, Nov 09, 1999 at 02:54:46PM -0800, Reed Lai wrote: seniors, i assign colors to mutt, then run it under console, the colors work. but run it under Eterm, colors didn't work. (colors of slrn work under Eterm) what did

Re: color in Eterm

1999-11-09 Thread Reed Lai
On Tue, Nov 09, 1999 at 08:09:56AM +, Telsa Gwynne wrote: ...will get read every time you start up an eterm. after checked the file /etc/termcap-BSD, i set TERM to xterm-color, colors work! i think this is answer :) thanks reed

Can there be too many color definitions?

1999-11-09 Thread Andy Spiegl
Hi! I've got a strange problem. After I updated to Mutt v1.0 ((1999-10-22) (the Debian package 1.0.0-2) all my colors were mixed around. After playing around quite a bit I found that I have to comment out the following lines in /etc/Muttrc: color hdrdefault cyan black color quoted green

color in Eterm

1999-11-08 Thread Reed Lai
seniors, i assign colors to mutt, then run it under console, the colors work. but run it under Eterm, colors didn't work. (colors of slrn work under Eterm) what did i miss to mutt under Eterm? my Eterm version 0.8.9 thanks reed

Re: color in Eterm

1999-11-08 Thread Martin Högman
On Tue, Nov 09, 1999 at 02:54:46PM -0800, Reed Lai wrote: seniors, i assign colors to mutt, then run it under console, the colors work. but run it under Eterm, colors didn't work. (colors of slrn work under Eterm) what did i miss to mutt under Eterm? my Eterm version 0.8.9 Are you using

Re: no such color

1999-11-07 Thread Reed Lai
On Sun, Nov 07, 1999 at 04:42:24AM +0100, Byrial Jensen wrote: On Sat, Nov 06, 1999 at 19:45:41 -0800, Reed Lai wrote: agree, i got ncurses-5.0 and slang-1.3.9 in my system, but default color didn't work. i saw a message when ./configure, maybe is the key problem... "che

Re: no such color

1999-11-06 Thread Byrial Jensen
On Sat, Nov 06, 1999 at 19:45:41 -0800, Reed Lai wrote: agree, i got ncurses-5.0 and slang-1.3.9 in my system, but default color didn't work. i saw a message when ./configure, maybe is the key problem... "checking for use_default_colors... (c

color question

1999-10-14 Thread Larry McVoy
is this: I could have a list of addresses and have color highlighting in the index based on those addresses. Mutt has support for mailing lists, but that - while useful - isn't what I want. A simple version of what I want is that all messages sent to "lm@*" or CC-ed to are h

Re: color question

1999-10-14 Thread Marius Gedminas
On Wed, Oct 13, 1999 at 09:52:10PM -0700, Larry McVoy wrote: However, one feature that I had that I really miss is this: I could have a list of addresses and have color highlighting in the index based on those addresses. Mutt has support for mailing lists, but that - while useful - isn't

Re: color question

1999-10-14 Thread Aaron Schrab
highlighted. I have this bad habit of cleaning out my mailbox early in the morning before coffee. You can imagine the need for the highlighting... There's already been an answer on how to color highlight messages addressed to an address which matches a regexp , but you can also color messages addressed

Hey! Where'd that color come from??

1999-10-12 Thread Loren Schooley
Strange, my mutt is normal, with normal xterm color on my BSD xterms. But I ssh'd into it from a Solaris box and, guala!(sic) real color all over the place like it should be! Wha? Maybe I should be using something else besides xterm for color mutt. -- Loren Jury: Twelve people who

Re: Hey! Where'd that color come from??

1999-10-12 Thread Jeroen Ruigrok/Asmodai
On [19991012 21:06], Loren Schooley ([EMAIL PROTECTED]) wrote: Strange, my mutt is normal, with normal xterm color on my BSD xterms. But I ssh'd into it from a Solaris box and, guala!(sic) real color all over the place like it should be! Wha? Maybe I should be using something else besides xterm

Re: Hey! Where'd that color come from??

1999-10-12 Thread Thomas Ribbrock
On Tue, Oct 12, 1999 at 01:13:53PM -0500, Loren Schooley wrote: Strange, my mutt is normal, with normal xterm color on my BSD xterms. But I ssh'd into it from a Solaris box and, guala!(sic) real color all over the place like it should be! Wha? [...] Especially, if mutt is linked against

GPG and color body

1999-09-11 Thread Brendan Cully
Here's a stupid question: I just installed gpg and I want the output of, say, signature verification to be coloured like it is for pgp. So I modified the regex I found in my muttrc from color body brightgreen default "^Good signature" to color body brightgreen default &quo

Re: color-support is gone

1999-09-01 Thread Thomas Ribbrock
On Sun, Aug 29, 1999 at 12:39:02AM +0200, Oliver Immich wrote: [...] I installed the 1.0pre1i rpms on my RH 5.2 today. Everything´s fine but color-support. The rc-file is correct (I even used the ´old´ one without success). [...] In case you were using my RPMs: Did you try the "

Re: color-high not working

1999-08-31 Thread Jeremy Blosser
Oliver Immich [[EMAIL PROTECTED]] wrote: since 0.95.6i Mutt lacks color-support in my terminals. I am very sure about my rc - files being correct, everything else is working properly, too. If somebody on this list have a clue: Please tell me! --- I installed mutt-1.0pre1i-2.cfp.rhl5.i386

Re: color definitions using the current color

1999-08-20 Thread Sven Guckes
* Stephane ENTEN ([EMAIL PROTECTED]) [990820 16:31]: Mutt's "color header" colorizes complete lines only. :-/ About that, I'd like to know if someone has a way to colorize the whole line with a background. That reminds me: Coloring addresses in quoted text do have the backgr

Re: removing a color entry

1999-08-06 Thread Vincent Lefevre
On Fri, Aug 06, 1999 at 16:49:21 +0200, Stefan Troeger wrote: folder-hook . "color body blue white ." folder-hook Inbox "color body white black ." It worked. No. Quoted text is no longer colored. -- Vincent Lefèvre [EMAIL PROTECTED] - PhD student in Comput

removing a color entry

1999-08-05 Thread Vincent Lefevre
I want to use color in a folder-hook, e.g. folder-hook the_folder "color body white black regexp" but want to remove this entry for the other folders. How can I do this? -- Vincent Lefèvre [EMAIL PROTECTED] - PhD student in Computer Science Web: http://www.vinc17.org/ or http

Re: color/console vs. xterm

1999-07-12 Thread Lars Hecking
As for dtterm I'm not sure what sort of terminal that is..? Sun's terminal (supplied with CDE). Ergo it's *not* Sun's terminal. Many vendors ship CDE these days.

Re: color/console vs. xterm

1999-07-12 Thread Morten Bo Johansen
Quoting Vincent Lefevre [EMAIL PROTECTED]: On Fri, Jul 09, 1999 at 12:42:36 +0200, Morten Bo Johansen wrote: Confusing...when I run mutt in rxvt yellow is certainly yellow. Perhaps it depends on the screen contrast and brightness. It's *yellow* or I am colorblind (possibility exists!)

Re: color/console vs. xterm

1999-07-10 Thread Thomas Ribbrock
On Fri, Jul 09, 1999 at 12:42:36PM +0200, Morten Bo Johansen wrote: As for dtterm I'm not sure what sort of terminal that is..? It's the term that comes with CDE, AFAIK. Thomas -- - Thomas Ribbrock

Re: color/console vs. xterm

1999-07-10 Thread Lars Hecking
Confusing...when I run mutt in rxvt yellow is certainly yellow. As for dtterm I'm not sure what sort of terminal that is..? dtterm sucks asteroids through micropores. You don't want to use it. xterm/color-xterm/rxvt are your friends.

Re: color/console vs. xterm

1999-07-10 Thread Ralf Hildebrandt
On Sat, Jul 10, 1999 at 02:58:27PM +0100, Lars Hecking wrote: dtterm sucks asteroids through micropores. You don't want to use it. xterm/color-xterm/rxvt are your friends. Correct. dtterm is bloatware. -- Ralf Hildebrandt [EMAIL PROTECTED] www.stahl.bau.tu-bs.de/~hildeb "There ar

Re: color/console vs. xterm

1999-07-09 Thread Morten Bo Johansen
Quoting Serge Matveev [EMAIL PROTECTED]: On Wed, Jul 07, 1999 at 01:58:57PM +0200, Morten Bo Johansen wrote: I have the following entry in my .muttrc: color quoted black yellow Strangely the color for quotings which should be yellow stand out as dark-orange

Re: color/console vs. xterm

1999-07-09 Thread Vincent Lefevre
On Fri, Jul 09, 1999 at 10:59:31 +0200, Morten Bo Johansen wrote: Thanks, but no change. I got a reply in private email from which I learned that yellow is really "brightbrown" It depends on the terminal. In an rxvt, yellow is "brightbrown" (and brightyellow is yellow). But in a dtterm, yellow

Re: color/console vs. xterm

1999-07-09 Thread Morten Bo Johansen
Quoting Vincent Lefevre [EMAIL PROTECTED]: On Fri, Jul 09, 1999 at 10:59:31 +0200, Morten Bo Johansen wrote: Thanks, but no change. I got a reply in private email from which I learned that yellow is really "brightbrown" It depends on the terminal. In an rxvt, yellow is "brightbrown"

Re: color/console vs. xterm

1999-07-08 Thread Serge Matveev
On Wed, Jul 07, 1999 at 01:58:57PM +0200, Morten Bo Johansen wrote: I have the following entry in my .muttrc: color quoted black yellow Strangely the color for quotings which should be yellow stand out as dark-orange on the console whereas it appears fine yellow in an xterm

color/console vs. xterm

1999-07-07 Thread Morten Bo Johansen
I have the following entry in my .muttrc: color quoted black yellow Strangely the color for quotings which should be yellow stand out as dark-orange on the console whereas it appears fine yellow in an xterm. Could anyone explain to me why this is and perhaps also explain how

<    1   2   3   4   5   6   7   >