signature to appear on top when replying mail

2000-10-12 Thread Benny Chee

how can the signature file be placed on top rather than below when replying a mail?

Top as in above the content of the mail i m replying to.


Benny
-- 
I don't want Perl to be beautiful,
I want you to write beautiful programs in Perl.
  --Larry Wall, Culture of Perl, August 1997 



Re: signature to appear on top when replying mail

2000-10-12 Thread Lars Hecking

Benny Chee writes:
 how can the signature file be placed on top rather than below when replying a mail?
 
 Top as in above the content of the mail i m replying to.
 
 That's a rather daft idea.

 Many mail clients/editors are configured to snip anything below the
 signature separator - which in that case would remove content.




Re: signature to appear on top when replying mail

2000-10-12 Thread Martin Schröder

On 2000-10-12 19:36:45 +0800, Benny Chee wrote:
 how can the signature file be placed on top rather than below when replying a mail?

If it's possible, you don't want to do this. 

Read the section on quoting in
http://members.aol.com/intwg/guide.htm

Best regards
Martin

P.S.: Mail-Followup-To: ignored
-- 
  Martin Schröder, [EMAIL PROTECTED]
ArtCom GmbH, Grazer Straße 8, D-28359 Bremen
   Voice +49 421 20419-44 / Fax +49 421 20419-10

 PGP signature


Re: signature to appear on top when replying mail

2000-10-12 Thread Suresh Ramasubramanian

Martin Schröder proclaimed on mutt-users that: 

 On 2000-10-12 19:36:45 +0800, Benny Chee wrote:

  how can the signature file be placed on top rather than below when replying
  a mail?
 
 If it's possible, you don't want to do this. 
 Read the section on quoting in
 http://members.aol.com/intwg/guide.htm
 
 Sadly, nobody told m$ outhouse users that ;)
 Anyway, set attribution="`cat .signature`\nOn %d you wrote" (or whatever)
 ought to work.
 
-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
A man said to the Universe:
"Sir, I exist!"
"However," replied the Universe,
"the fact has not created in me a sense of obligation."
-- Stephen Crane



Re: signature to appear on top when replying mail

2000-10-12 Thread Kai Blin

Sitting at the campfire, Martin Schröder told:

[...]

 P.S.: Do we have some pointers to netiquette in the manual/newbie
   guide?

Not up to now. But you could write something, if you like :)
Yes, I read the url you supplied, it's a good one, too. Looks like I'm going
to send it to quite a bunch of people.. :)

Greets, 
Kai


-- 

Kai Blin(mailto:[EMAIL PROTECTED])  Webmaster
Inst. of Human Genetics Dept. of Molecular Genetics
Wilhelmstr 27   phone (49)7071-2974890
D 72074 Tuebingen, Germany  fax   (49)7071-295233
http://www.uni-tuebingen.de/uni/thm/molgen/molgen.html

Do molecular biologists wear designer genes?

-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/CS d- s++: a--- C++ UL P+ L+++ E W+++$ N+ w---@ O- M-@ PS+ PE Y+
PGP++ t--- 5-- X- R+ tv b+++ DI+ D+ G e* y?
--END GEEK CODE BLOCK--



Re: signature to appear on top when replying mail

2000-10-12 Thread Thomas Roessler

On 2000-10-12 12:44:59 +0100, Lars Hecking wrote:

 how can the signature file be placed on top rather than below
 when replying a mail?

Just abuse the $attribution setting and include your signature
there.  For instance, I could do something like this:

set attribution="-- \nThomas Roessler [EMAIL PROTECTED]\n\n\nOn %d, %n 
wrote:"

 Top as in above the content of the mail i m replying to.

  That's a rather daft idea.

  Many mail clients/editors are configured to snip anything below
  the signature separator - which in that case would remove
  content.

Well, it depends.  In certain corporate settings, that much-hated
Notes-style quoting is actually useful: Just imagine a lengthy
exchange of e-mail messages on a certain topic, where, at some
point, a third party is included.  That person can easily read the
entire exchange of messages, and thus easily enter the exchange
without having to be briefed.

-- 
Thomas Roessler [EMAIL PROTECTED]



Re: signature to appear on top when replying mail

2000-10-12 Thread Dan Boger

On Thu, Oct 12, 2000 at 07:36:45PM +0800, Benny Chee wrote:
 how can the signature file be placed on top rather than below when replying a mail?

 Top as in above the content of the mail i m replying to.

you could always do something like this:

set editor = '/bin/vi -c /^$/:r.signature'

or

set editor = '/bin/vi -c /^$/:r!makesig'

-- 
Dan Boger
System Administrator
[EMAIL PROTECTED]

 PGP signature