#
# .elmrc - options file for the Elm mail system
#
# Saved automatically by Elm 1.5 for Arne Lundberg
#

# what editor to use (none = simulate Berkeley Mail)
editor = mg

# program to use for displaying messages ('builtin' is recommended)
pager = builtin

# prefix sequence for including message text in other messages...
prefix = >_

# The shell to use for shell escapes
shell = /bin/csh

# and how to sort mailboxes, by default
sortby = Reverse-Sent

# should we always delete messages we've marked for deletion (change the
# default answer to yes)
alwaysdelete = OFF

# should we always leave messages as pending (change the default answer to yes)
alwaysleave = OFF

# should we use the "->" rather than the inverse video bar?
arrow = ON

# should we display the three-line menus?
menu = ON

# let's just show the names, though, when expanding aliases...
names = ON

# when messages are copied into the outbound buffer, don't include headers
noheader = ON

# start up by pointing to the first new message received, if possible
pointnew = ON

# emulate the mailx message increment mode (only increment after something
# has been 'done' to a message, either saved or deleted, as opposed to 
# simply each time something is touched)
resolve = ON

# save messages, incoming and outbound, by login name of sender/recipient
savename = ON

# Set the main prompt timeout for resynching...
timeout = 600

# display message title when displaying pages of message
titles = ON

# are we good at it?  0=beginner, 1=intermediate, 2+ = expert!
userlevel = 0

# enable the weedout list to be read...
weed = ON

# what headers I DON'T want to see, ever.
weedout = "Received" "X-" "*end-of-defaults*" 

