Re: Different signature/tag line each day/email.

2000-10-06 Thread Timothy Grant
On Wed, Oct 04, 2000 at 05:13:09PM -0600, Benjamin Korvemaker wrote: > On Wed, Oct 04, 2000 at 04:25:45PM -0600, Charles Curley wrote: > > On Wed, Oct 04, 2000 at 01:32:30PM -0700, Timothy Grant wrote: > [snip] > > > Problem is that I have two signatures, the formal one below, and an informal > >

Re: Different signature/tag line each day/email.

2000-10-04 Thread Mikko Hänninen
Timothy Grant <[EMAIL PROTECTED]> wrote on Wed, 04 Oct 2000: > send-hook exceptionalminds.com set signature='(buildsig .siginformal)|' > This doesn't work. and mutt spits up over it. > > How do I pass an argument to a script in my .muttrc? I'm using signature="randsig.sh ~/.sig-body|" curren

Re: Different signature/tag line each day/email.

2000-10-04 Thread Benjamin Korvemaker
On Wed, Oct 04, 2000 at 04:25:45PM -0600, Charles Curley wrote: > On Wed, Oct 04, 2000 at 01:32:30PM -0700, Timothy Grant wrote: [snip] > > Problem is that I have two signatures, the formal one below, and an informal > > one. So I modified my script to take an argument depending on the sigfile I >

Re: Different signature/tag line each day/email.

2000-10-04 Thread Timothy Grant
On Wed, Oct 04, 2000 at 04:25:45PM -0600, Charles Curley wrote: > > > > How do I pass an argument to a script in my .muttrc? > > I don't think you do. > > What I do is this: I have a perl script which does what I want: so much > time to a certain event (which I am not using here). I customize i

Re: Different signature/tag line each day/email.

2000-10-04 Thread Charles Curley
On Wed, Oct 04, 2000 at 01:32:30PM -0700, Timothy Grant wrote: > On Wed, Jun 14, 2000 at 10:47:35AM -0400, Bob Bell wrote: > > Wouldn't something like this work and be simpler? > > > > set signature='(cat .signature && fortune -s) |' > > I've been playing around with some stuff to put my upt

Re: Different signature/tag line each day/email.

2000-10-04 Thread Timothy Grant
On Wed, Jun 14, 2000 at 10:47:35AM -0400, Bob Bell wrote: > Wouldn't something like this work and be simpler? > > set signature='(cat .signature && fortune -s) |' I've been playing around with some stuff to put my uptime in my signature. You can see that it works from the sig below. I use t

Re: Different signature/tag line each day/email.

2000-06-15 Thread Roberto Suarez Soto
On Jun/14/2000, eric a . Farris wrote: > i use signify (part of Debian GNU/Linux, couldn't find a home page for I use it too :-) It's ... well, perfect :-) And it's done in Perl, what makes it even more perfect :-D The homepage, I guess, should be the one of the company that did

Re: Different signature/tag line each day/email.

2000-06-14 Thread Suresh Ramasubramanian
Bob Bell proclaimed on mutt-users that: >set signature='(cat .signature && fortune -s) |' Not bad at all :) -- Suresh Ramasubramanian + [EMAIL PROTECTED] http://www.pcquest.com/june00/linux_spam.asp

Re: Different signature/tag line each day/email.

2000-06-14 Thread Bob Bell
On Wed, Jun 14, 2000 at 02:49:48PM +0530, Suresh Ramasubramanian <[EMAIL PROTECTED]> wrote: > This helps tag a fortune cookie to your regular .sig > > ~/muttsig - symlinked to ~/.mutt > > #!/bin/sh > WHOAMI=`whoami` > if [ -f /tmp/sig.$USER ] > then > rm -f /tmp/sig.$USER > fi > cat $HOME/.sign

Re: Different signature/tag line each day/email.

2000-06-14 Thread eric a . Farris
On Wed, Jun 14, 2000 at 03:20:03AM +0300, Mikko H?nninen wrote: > Nigel Tamplin <[EMAIL PROTECTED]> wrote on Wed, 14 Jun 2000: > > I want to combine these, so that when I compose an email it picks a > > tag line from a collection of tag lines and sets that as the > > signature. > > > > Are there

Re: Different signature/tag line each day/email.

2000-06-14 Thread Dirk Ruediger
Hi all! On Wed, 14 Jun 2000, Nigel Tamplin wrote: > I have noticed that many people have a humorous tag line at the end of > their emails. > > I have also read in the mutt docs that you can pipe the output of a > command into your signature. > > I want to combine these, so that when I compose

Re: Different signature/tag line each day/email.

2000-06-14 Thread Suresh Ramasubramanian
Thomas Roessler proclaimed on mutt-users that: >On 2000-06-14 03:20:03 +0300, Mikko Hänninen wrote: > >> It's a pretty simple thing, attached is the perl script >> randline.pl that I wrote for my own use. It prints out >> a random line from the file given as argument. > >set signature="fortune

Re: Different signature/tag line each day/email.

2000-06-14 Thread Thomas Roessler
On 2000-06-14 03:20:03 +0300, Mikko Hänninen wrote: > It's a pretty simple thing, attached is the perl script > randline.pl that I wrote for my own use. It prints out > a random line from the file given as argument. set signature="fortune -s|" -- Barometer, n.: An ingenious instrument

Re: Different signature/tag line each day/email.

2000-06-13 Thread Mikko Hänninen
Nigel Tamplin <[EMAIL PROTECTED]> wrote on Wed, 14 Jun 2000: > I want to combine these, so that when I compose an email it picks a > tag line from a collection of tag lines and sets that as the > signature. > > Are there any tools/ scripts written that do this? It's a pretty simple thing, attach

Different signature/tag line each day/email.

2000-06-13 Thread Nigel Tamplin
Hello, I have noticed that many people have a humorous tag line at the end of their emails. I have also read in the mutt docs that you can pipe the output of a command into your signature. I want to combine these, so that when I compose an email it picks a tag line from a collection of tag line