On Tue, 07 Mar 2000, Mikko Hänninen wrote:
> So, any solutions to this -- how could I have a default body text when
> sending email to this particular address? I suppose I could change the
> contents of $signature but that's kind of ugly, as I'd need to play with
> $sigdashes too (or whatever the variable was).
>
>
>
> Any suggestions?
>
I have a similar situation with the website I work on. There are two
message types I regularly send, which I've made into text files with
gaps for the new information.
I start a new message and Vim comes up, at which point I use :r to read
in a file. The nifty history feature of Vim means I just have to select
the right include file with the cursor keys and press return. I'm sure
you could do something similar in other editors.
These messages all go to different addresses though so perhaps it isn't
so useful for you.
Adam Huffman