#$Id: rc.local.r00,v 1.2 1995/04/10 19:28:16 berg Exp $
#
# This file contains several examples of how you can customise SmartList
# through the RC_LOCAL_REQUEST_00 hook.
#

#
# Allowing X-Command fields to be placed at the start of the body:
# (Glues the start of the body to the header, pull out the sed manual
# if you want to understand this one :-).
#

	:0 Bfw
	* $^^(^)*$X_COMMAND:
	| sed -e '/^$/,$ !b' -e '/./,$ !d'
