#
# EC Settings and Options.
#
#
# Lines that start with '#' are comments and are not 
# part of the configuration.  
#
# Options have the form: 
#   keyword value
#
# If <value> contains spaces, enclose it in quotes; e.g.; 
#
#   keyword "value"
#
# For most options, if the option is not specified, then a built-in 
# default value is used. 
#
#
# Your mail domain at the ISP.  Generally this is the part of 
# your e-mail address after the '@'.  User name for each server
# is set in the $serverfilename file.  Defaults to 'localhost'.
#
maildomain mainmatter.com
#
# POP3 port numbers must be set in the in the .servers
# file.  EC uses the SMTP port number to determin which is the 
# SMTP server and which are the POP server(s).  POP3 servers 
# generally use port 110. 
# Set the port number of the ISP's (or MTA's) SMTP server here.  It 
# should be 25, unless you have a special configuration.  
#
smtpport 25
#
# If you want to use sendmail as your MTA, set this
# to non-zero.
#
usesendmail 0
#
# If you want to use qmail as your MTA, set this line
# to non-zero.
#
useqmail 0
#
# If 'usesendmail' is set, set 'sendmailprog' to the complete path 
# of the sendmail program.  If you have a dial-up connection and your 
# system does not have a name server, you should probably set the mail 
# domain name (the one in the 'maildomain' option, above) in the 
# /etc/mail/sendmail.cf file; e.g.,
#
#   Dmainmatter.com
#
# Also, you'll probably need to set the "smarthost" option 
# in /etc/mail/sendmail.cf if your local sendmail is not configured 
# to relay messages (recent versions of sendmail are configured not 
# to relay by default); e.g:
#
#   Dsmtp:mail.your-isp-net
# 
# and make sure that your hostname resolves to your mail domain.  For 
# further details, refer to the Sendmail Installation and Operation 
# Guide in the Sendmail source code distribution, or one of the many 
# commercial books that describe Sendmail configuration.
#
sendmailprog /usr/sbin/sendmail
#
# If using sendmail, use the -f option to set the sender address
# to your login@maildomain.  This is sometimes useful on dial-up 
# connections, if you also use sendmail for local delivery or don't
# allow masquerading. The -f command line  option also causes 
# sendmail to place a X-Authentication-Warning: line in the message 
# header. It's better to use sendmail's 'always_add_domain' option when 
# you build the sendmail.cf file, if possible..
#
sendmailsetfrom 0
#
# Name of the .signature file that is appended
# to outgoing messages.  If not specified, defaults
# to $HOME/.signature 
#
sigfile ~/.signature
#
# Attach the sig file listed above.
#
usesig 1
#
# If you always make Fcc copies of your messages, set the default 
# value of the Fcc: field here. Defaults to ~/Mail/outgoing .  You
# can still set a different file name in the Fcc: field of an 
# outgoing message.
#
fccfile ~/Mail/outgoing
#
# Name of system mail spool directory.  
# Your system mailbox name is a concatenation of this directory and 
# your login name. On Linux machines the directory is usually 
# /var/spool/mail ; On Solaris machines it is /var/mail.  If 
# your local MTA is qmail, use your home directory here - either
# the full path, or ~user format, and also set 'useqmail',
# above, to non-zero, and 'qmailbox' to the name of
# your Mailbox.  Defaults to /var/spool/mail/.
#
mailspooldir /var/spool/mail
#
# Default top-level directory for saved messages. Defaults to ~/Mail .
#
maildir ~/Mail
#
# Name of your mailbox file if qmail is your MTA.  The full
# path is a concatenation of 'mailspooldir', above, and this
# variable.  Defaults to "Mailbox."
#
qmailbox "Mailbox"
#
#
# Required mail folders, which are subdirectories of 'maildir',
# above. The directories "incoming" and "trash," are required.
incomingdir incoming
trashdir trash
#
# List any directories that you want to use for mail folders
# here, each on a separate line. Subdirectories of
# the directory named in 'maildir,' above, must exist.  Case
# sensitivity of directory names depends on the operating system.
#
folder lrandolp
folder unix911
folder Ebook-L
folder Patricia.Barnes
folder perltk
folder important
folder Linux-FAQ
folder NY_Times
folder zines
folder incoming-save
#
# File name of on-line documentation
#
helpfile ~/.ec/ec.help
#
# How many days to retain messages in trash directory before 
# permanently deleting them.
#
trashdays 2
#
# Poll interval--how long EC waits before checking the POP server 
# for new messages, in milliseconds.  This is not affected by 
# user-requested checks (using Alt-O). The default is 600000 (about 
# ten minutes).
#
pollinterval 600000
#
# Initial width in columns of sender's address in mailbox list.
# The default is 25.
#
senderlen 25
#
# Initial width in columns of message date in mailbox list.
# The default is 21.
#
datelen 21
#
# How much of the the incoming message header to display.
# Possible values are: 'full', 'brief', and 'none'.
# The default is 'brief'.
headerview brief
#
# How long to wait for a server response, in seconds.
# The default is 10 seconds.
#
servertimeout 10
#
# Character string to prefix quoted message lines.
# The default is '> '.
quotestring '> '
#
# Message header sort key: 1 = date, 2 = From, 3 = subject
# 0 = don't sort messages. The default is 1 (sort by date).
#
sortfield 1
#
# Sort message headers in descending or ascending order by default
# The default is 0 (sort in ascending order).
sortdescending 0
#
# If non-zero, show the weekday in message listing.
# The default is 0.
#
weekdayindate 0
#
# If non-zero, when From: address and Reply-To: address are different, 
# Add Cc: to sender in header also when replying to messages.
# Default is 1.
ccsender 1
#
# Show debugging information if non-zero.
# The default is 0.
#
debug 0
#
# Print verbose server transcript on the terminal.  -v switch overrides
# this setting when given on the command line.  The default is 0.
#
verbose 0
#
# The browse URL function is under development and is not enabled
# in this edition of EC.
#
# Web browser - currently only Netscape versions 4.x are supported.
# Netscape Version 6 should work but hasn't been tested.  The
# value should be the browser executable's name. Make sure the 
# browser program is in one of the directories in $PATH.
#
browser netscape
#
# Mail Filters - Define how to sort incoming messages.  Each
# line is composed of a text pattern and the folder in which it 
# should be saved, with two equals signs "==" separating the two 
# expressions.  If an incoming message doesn't match any pattern, 
# it is saved in the default Incoming folder.  Patterns are not 
# passed through the quotemeta function nor receive any precompiling, 
# which means that you have to quote any characters with a backslash 
# that might be interpreted as metacharacters (especially '@'-signs 
# and brackets '<', '>', '[', and ']' ).  Matches are case 
# insensitive.
#
# filter From: \<rkiesling\@mainmatter.com\>==trash
filter Return-Path: \<owner-ptk\@lists.stanford.edu\>==perltk
filter \<nytdirect\@nytimes.com\>==NY_Times
filter \[ebook\-community\]==Ebook-L
