[comp.mail.elm] Arms and Legs

taylor@hpdstma.hp.com (Dave Taylor) (07/08/88)

As Eric Christensen mentioned, I did a fair bit of work in 2.01
to allow people to include just what pieces of the program they 
wanted to have around.  I can't offer the actual set of
#ifdef statements, but to help support it, I added a new
flag to the program, "-v" (version), and thought people 
might be interested in the output:

	 % elm -v

	Elm Version and Identification Information:

		Elm version 2.01 (alpha-release) of April 1988
		(C) Copyright 1986, 1987, 1988 by Dave Taylor
		----------------------------------
		built Thu May  5 11:19:36 PDT 1988
		----------------------------------
		From: and Reply-To: addresses are good: USE_EMBEDDED_ADDRESSES
		User-specified name resolver disabled: not ENABLE_NAMESERVER
		Prefers internet address formats: INTERNET_ADDRESS_FORMAT
		No debug options are available: not DEBUG
		crypt function turned OFF: not ENCRYPTION_SUPPORTED
		Mailbox editing not included: not ALLOW_MAILBOX_EDITING
		Forms mode turned OFF: not FORMS_MODE_SUPPORTED
		HP softkeys disabled: not HP_SOFTKEYS_SUPPORTED
		      (no HP terminals at your facility?)
		Mail bounceback turned OFF: not BOUNCEBACK_ENABLED

Seemed a bit more useful than the old "what(1)" output...

					-- Dave Taylor