Re: How to highlight a mail which sent to me ONLY?

2009-09-26 Thread bill lam
On Sun, 27 Sep 2009, Coeus Wang wrote: > James Michael Fultz writes: > > > * bill lam [2009-09-27 12:36 +0800]: > >> On Sat, 26 Sep 2009, Coeus Wang wrote: > >> > Hi all, > >> > I recently use mutt to manage my mails. I want to highlight mails which > >> > only send to (which has a "+" marker).

Re: How to highlight a mail which sent to me ONLY?

2009-09-26 Thread Coeus Wang
James Michael Fultz writes: > * bill lam [2009-09-27 12:36 +0800]: >> On Sat, 26 Sep 2009, Coeus Wang wrote: >> > Hi all, >> > I recently use mutt to manage my mails. I want to highlight mails which >> > only send to (which has a "+" marker). What code should I add to my >> > config files? Thank

Re: How to highlight a mail which sent to me ONLY?

2009-09-26 Thread James Michael Fultz
* bill lam [2009-09-27 12:36 +0800]: > On Sat, 26 Sep 2009, Coeus Wang wrote: > > Hi all, > > I recently use mutt to manage my mails. I want to highlight mails which > > only send to (which has a "+" marker). What code should I add to my > > config files? Thanks a lot! > > perhaps like this, > >

Re: How to highlight a mail which sent to me ONLY?

2009-09-26 Thread bill lam
On Sat, 26 Sep 2009, Coeus Wang wrote: > Hi all, > I recently use mutt to manage my mails. I want to highlight mails which > only send to (which has a "+" marker). What code should I add to my > config files? Thanks a lot! perhaps like this, color indexgreen black ~p -- r

Re: Wanted, tool for copying/deleting old messages through a

2009-09-26 Thread James Michael Fultz
* James Michael Fultz [2009-09-25 18:55 -0400]: [...] > If all of your folders are mbox and therefore files, it wouldn't > be difficult to do with some scripting. Oops! Realized I'd missed some things. #! /bin/sh archivedir=~/Mail-archive date=$(date '+%Y-%m-%d') cd ~/Mail && find . -type f -

How to highlight a mail which sent to me ONLY?

2009-09-26 Thread Coeus Wang
Hi all, I recently use mutt to manage my mails. I want to highlight mails which only send to (which has a "+" marker). What code should I add to my config files? Thanks a lot! Regards Coeus