erlug
[Top] [All Lists]

Re: [Erlug] mutt e header custom da riga

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] mutt e header custom da riga
From: Ivan Sergio Borgonovo <mail@xxxxxxxxxxxxxxx>
Date: Tue, 5 Apr 2005 13:23:51 +0200
On Tue, 5 Apr 2005 12:48:00 +0200
Maurizio Lemmo - Tannoiser <tannoiser@xxxxxxxxxxx> wrote:

> Potresti _provare_ a lavorare su l'opzione -H (specify a draft file
> to read header from), ma accetta un file, non una var a riga di
> comando.

> Ma IMHO, e` piu` la fatica del gusto.

sort of

#!/bin/bash
tmpfile=`mktemp`
sed -e 's/in/'"$1"'/' headers > "$tmpfile"
shift
mutt -H "$tmpfile" $*
rm "$tmpfile"

this program comes as is, it may ignore election results, increasing
debt and turns out black.

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it


<Prev in Thread] Current Thread [Next in Thread>