From owner-freebsd-questions@FreeBSD.ORG Wed Apr 25 21:38:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 322D216A40B for ; Wed, 25 Apr 2007 21:38:54 +0000 (UTC) (envelope-from njm@njm.f2s.com) Received: from outmail1.freedom2surf.net (outmail1.freedom2surf.net [194.106.33.237]) by mx1.freebsd.org (Postfix) with ESMTP id A975313C4B7 for ; Wed, 25 Apr 2007 21:38:53 +0000 (UTC) (envelope-from njm@njm.f2s.com) Received: from oberon.njm.f2s.com (i-195-137-21-170.freedom2surf.net [195.137.21.170]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 9813E51F14 for ; Wed, 25 Apr 2007 22:38:52 +0100 (BST) Received: from oberon.njm.f2s.com (localhost.njm.f2s.com [127.0.0.1]) by oberon.njm.f2s.com (8.13.8/8.13.8) with ESMTP id l3PLcqWL082070 for ; Wed, 25 Apr 2007 22:38:52 +0100 (BST) (envelope-from njm@oberon.njm.f2s.com) Received: (from njm@localhost) by oberon.njm.f2s.com (8.13.8/8.13.8/Submit) id l3PLcqeM082069 for freebsd-questions@freebsd.org; Wed, 25 Apr 2007 22:38:52 +0100 (BST) (envelope-from njm) Date: Wed, 25 Apr 2007 22:38:52 +0100 From: "N.J. Mann" To: freebsd-questions@freebsd.org Message-ID: <20070425213852.GC70703@oberon.njm.f2s.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <294439d20704250627h60a5b5dcx49f4dd6b34c2caa1@mail.gmail.com> <462F5D64.4020105@dial.pipex.com> <20070425200521.GD81828@demeter.hydra> <20070425203042.GA70703@oberon.njm.f2s.com> <20070425204730.GH81828@demeter.hydra> <20070425210305.GB70703@oberon.njm.f2s.com> <20070425211459.GA82525@demeter.hydra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070425211459.GA82525@demeter.hydra> X-Operating-System: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.15 (2007-04-06) Subject: Re: Tagging email subject line with something like [fbsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 21:38:54 -0000 On Wednesday, 25 April, 2007 at 15:14:59 -0600, Chad Perrin wrote: > On Wed, Apr 25, 2007 at 10:03:05PM +0100, N.J. Mann wrote: > > On Wednesday, 25 April, 2007 at 14:47:30 -0600, Chad Perrin wrote: > > > On Wed, Apr 25, 2007 at 09:30:42PM +0100, N.J. Mann wrote: > > > > > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail-procmail.html > > > > > > I wasn't referring to a desire for instructions on how to use procmail. > > > > Sorry, but that is what I thought you were after. > > > > > I was hoping for some suggestion as to what to set up. It's usually > > > not really polite to change subject lines on a mailing list, so using > > > procmail to add [fbsdq] (or whatever) to the beginning of every subject > > > line doesn't really strike me as a good solution to the problem. > > > > Now I am totally confused. What exactly do you want? > > > > (If you want to add or remove something from the subject line during > > local mail delivery use formail.) > > I'm looking for an easy way to visually mark messages as being from the > freebsd-questions list so I can recognize them at a glance without > screwing with the subject line if I reply. Right. In an earlier message you mentioned mutt and procmail, so here is a procmail/mutt solution. First off write a procmail recipe that matches the mail list(s) you wish to "flag". In the action line of said recipe use formail to add the header X-Status. Configure mutt to "high light" message which contain the X-Status header. If you want me to give you a step-by-step it will have to wait until tomorrow because it is time for me to hit the sack. If you can't wait that long look in the archives for the procmail users' mailing about 6 or so years ago - may be even longer: flagging is what this is called. Oh, just remembered, the above assumes you are using mbox format. If you are using maildir there is a solution, but the action is different. Cheers, Nick. -- Please do not CC me on replies, I read the list and don't need the dupes.