Re: highlighting unread messages in the index

2001-12-06 Thread Thorsten Haude

Moin,

* Paul Brannan [EMAIL PROTECTED] [01-12-05 21:48]:
I accidentally hit 'r' instead of 'L', so the last two iterations here
were in private.  René suggested that I forward his response to the
list.

Is there a good way to prevent me from doing this again in the future?
These are two separate functions, so there is no brain dead solution
while keeping them. You can bind r to list-reply, you can let your
mail filter insert a Reply-To header or you could edit-header and let
your editor do something about it.

Thorsten
-- 
Gee, I wish we had one of them doomsday machines.
- General Buck Turgidson



highlighting unread messages in the index

2001-12-05 Thread Paul Brannan

In the index, unread messages show up as bold (bright white).  When I
select a message using the cursor, it shows up as a normal (light grey)
foreground with a blue background.  Unfortunately, this is the same
color as a read message, so it is difficult to tell whether a message is
new without moving the cursor or looking at the flags at the left.  Is
there any way I can make a highlighted unread message show up bold?

Here's the relevant portion of my .muttrc:

color normal defaultdefault
color index  brightwhitedefault ~N
color index  brightwhitedefault ~O
color indicator  defaultblue

TIA,

Paul




Re: highlighting unread messages in the index

2001-12-05 Thread René Clerc

* Paul Brannan [EMAIL PROTECTED] [05-12-2001 20:52]:

| In the index, unread messages show up as bold (bright white).  When I
| select a message using the cursor, it shows up as a normal (light grey)
| foreground with a blue background.  Unfortunately, this is the same
| color as a read message, so it is difficult to tell whether a message is
| new without moving the cursor or looking at the flags at the left.  Is
| there any way I can make a highlighted unread message show up bold?
| 
| Here's the relevant portion of my .muttrc:
| 
| color normal defaultdefault
| color index  brightwhitedefault ~N
| color index  brightwhitedefault ~O
| color indicator  defaultblue

This is currently not possible: indicator color has precedence over
other coloring of messages. You're thinking of layered coloring, am
I right?

-- 
René Clerc  - ([EMAIL PROTECTED])

The end of wisdom is to dream high enough to lose the dream in the
seeking of it.
-William Faulkner



msg21106/pgp0.pgp
Description: PGP signature


Re: highlighting unread messages in the index

2001-12-05 Thread Paul Brannan

I accidentally hit 'r' instead of 'L', so the last two iterations here
were in private.  René suggested that I forward his response to the
list.

Is there a good way to prevent me from doing this again in the future?

Paul

- Forwarded message from René Clerc [EMAIL PROTECTED] -

From: René Clerc [EMAIL PROTECTED]
Date: Wed, 5 Dec 2001 21:38:11 +0100
To: Paul Brannan [EMAIL PROTECTED]
Subject: Re: highlighting unread messages in the index
User-Agent: Mutt/1.3.23i

* Paul Brannan [EMAIL PROTECTED] [05-12-2001 21:24]:

| On Wed, Dec 05, 2001 at 08:58:41PM +0100, René Clerc wrote:
|  This is currently not possible: indicator color has precedence over
|  other coloring of messages. You're thinking of layered coloring, am
|  I right?
| 
| Some sort of layering would work (but would probably be overkill).  If I
| could give the indicator color a regular expression, that would probably
| be enough.

Well, you mention that you want indicated, new messages to have a
certain color. Then the next thing is indicated tagged messages,
indicated deleted messages, and so on...

What I meant with layering was, that if you specify the indicator
foreground color default, it would let the ~N foreground color
through, so to speak.

Btw, I have arrow_cursor set, then you've got no problem. But I'm
probably the only one who has that set...

I'll attach the color files of my mutt setup so you can see how my mutt
colors are set (i.c.m. with the arrow-cursor)... Note that the
list-colors file is only loaded when I'm in a mailinglist folder, for
obvious reasons...

HTH,

-- 
René Clerc  - ([EMAIL PROTECTED])

Birthdays are good for you. Statistics show that the people who
have the most live the longest.
-Rev. Larry Lorenzoni

color  hdrdefault  green   black 
color  header  brightyellowblack^from:
color  header  brightyellowblack^subject:
color  quoted  brightgreen black
color  quoted1 brightblue  black
color  signature   brightred   black
color  indicator   brightyellowblack
color  error   brightred   black
color  status  brightwhite black
color  treebrightmagenta   black
color  tilde   brightmagenta   black
color  bodybrightyellowblack (((ht|f)tps?)|mailto):(//)?[^\ 
\t]*|www\.[-a-z0-9.]+[^\ .,;\t]
color  bodybrightmagenta   black[-a-z_0-9.+]+@[-a-z_0-9.]+
color  attachment  brightmagenta   black

source ~/.mutt/gpg-colors

color index brightred black ~F
color index brightgreen   black ~T
color index brightwhite   black ~N
color index brightblueblack ~D

#EOF vim: ft=muttrc ts=2

color   bodybrightgreen black  ^gpg: Good signature from
color   bodybrightred   black  ^gpg: Bad signature from
color   bodybrightred   black  ^gpg: BAD signature from
color   bodybrightred   black  ^gpg: Note: This key has expired!
color   bodybrightyellowblack  ^gpg: WARNING: This key is not certified 
with a trusted signature!
color   bodybrightyellowblack  ^gpg:  There is no indication that 
the signature belongs to the owner.
color   bodybrightyellowblack  ^gpg: can't handle these multiple 
signatures
color   bodybrightyellowblack  ^gpg: signature verification suppressed
color   bodybrightyellowblack  ^gpg: invalid node with packet of type

# vim: ft=muttrc ts=2

color index brightblueblack ~h 'In-Reply-To: .*clerc\.nl'
color index brightblueblack ~x '.*clerc\.nl'

## everything from me jumps out
color index brightyellow  black ~P

#source ~/.mutt/colors
  
# vim: ft=muttrc ts=2




- End forwarded message -



Re: highlighting unread messages in the index

2001-12-05 Thread René Clerc

* Paul Brannan [EMAIL PROTECTED] [05-12-2001 22:07]:

| I accidentally hit 'r' instead of 'L', so the last two iterations here
| were in private.  René suggested that I forward his response to the
| list.
| 
| Is there a good way to prevent me from doing this again in the future?

In theory it should be possible to rebind 'r' to list-reply when
you're in some specific (mailinglist) folder.

But you'll learn hitting 'L'... I usually press 'L' first, then
realize I'm not replying to a mailing list but to a person in private,
and then hit 'r' with a grin on my face ;)

-- 
René Clerc  - ([EMAIL PROTECTED])

The distance between insanity and genius is measured only by success.
-James Bond, Tomorrow Never Dies



msg21115/pgp0.pgp
Description: PGP signature


Re: highlighting unread messages in the index

2001-12-05 Thread Thomas Hurst

* Paul Brannan ([EMAIL PROTECTED]) wrote:

 I accidentally hit 'r' instead of 'L', so the last two iterations here
 were in private.  René suggested that I forward his response to the
 list.

 Is there a good way to prevent me from doing this again in the future?

Maybe rebind 'r' to list-reply im ml folders or so.

-- 
Thomas 'Freaky' Hurst  -  [EMAIL PROTECTED]  -  http://www.aagh.net/