/etc
NameSizeModeActions
alternatives/-0755rm
apache2/-0755rm
bash_completion.d/-0755rm
cl.nodejs/-0755rm
cl.php.d/-0755rm
cl.python/-0755rm
cl.selector/-0755rm
cl.selector.conf.d/-0755rm
cpanel/-0751rm
cron.daily/-0755rm
default/-0755rm
fonts/-0755rm
gcrypt/-0755rm
ghostscript/-0755rm
ImageMagick/-0755rm
ld.so.conf.d/-0755rm
mail/-0755rm
openldap/-0755rm
pam.d/-0755rm
pango/-0755rm
pki/-0755rm
profile.d/-0755rm
rc.d/-0755rm
sasl2/-0755rm
scl/-0755rm
security/-0755rm
skel/-0755rm
snmp/-0755rm
ssh/-0755rm
ssl/-0755rm
sysconfig/-0755rm
udev/-0755rm
.etc.version50600editdlrm
aliases15120644editdlrm
aliases.db122880644editdlrm
at.deny10644editdlrm
backupmxhosts00640editdlrm
bashrc22940755editdlrm
DIR_COLORS44390644editdlrm
DIR_COLORS.256color51390644editdlrm
DIR_COLORS.lightbgcolor41130644editdlrm
domainusers76930640editdlrm
environment00644editdlrm
group6510644editdlrm
host.conf90644editdlrm
hosts2870644editdlrm
inputrc9420644editdlrm
ld.so.cache578960644editdlrm
ld.so.conf280644editdlrm
localtime1800644editdlrm
lynx-site.cfg660644editdlrm
lynx.cfg1441890644editdlrm
lynx.lss35830644editdlrm
mail.rc19090644editdlrm
mailcap2720644editdlrm
mailhelo28460640editdlrm
mailips19020640editdlrm
mime.types439380666editdlrm
my.cnf1840644editdlrm
nsswitch.conf16880644editdlrm
odbc.ini00644editdlrm
odbcinst.ini5750644editdlrm
passwd14960644editdlrm
profile23870644editdlrm
protocols64550644editdlrm
relayhosts-0editdlrm
resolv.conf700644editdlrm
rpc16150644editdlrm
screenrc66820644editdlrm
senderverifybypasshosts00640editdlrm
services6410200644editdlrm
shadow9650600editdlrm
skipsmtpcheckhosts1070640editdlrm
spammeripblocks00640editdlrm
trustedmailhosts970640editdlrm
vimrc19820644editdlrm
virc19820644editdlrm
wgetrc44790644editdlrm
zlogin2520644editdlrm
zlogout860644editdlrm
zprofile3750644editdlrm
zshenv5100644editdlrm
zshrc8830644editdlrm
Edit: /etc/mail.rc (1909B)
# This is the configuration file for Heirloom mailx (formerly # known under the name "nail". # See mailx(1) for further options. # This file is not overwritten when 'make install' is run in # the mailx build process again. # Sccsid @(#)nail.rc 2.10 (gritter) 3/4/06 # Do not forward to mbox by default since this is likely to be # irritating for most users today. set hold # Append rather than prepend when writing to mbox automatically. # This has no effect unless 'hold' is unset again. set append # Ask for a message subject. set ask # Assume a CRT-like terminal and invoke a pager. set crt # Messages may be terminated by a dot. set dot # Do not remove empty mail folders in the spool directory. # This may be relevant for privacy since other users could # otherwise create them with different permissions. set keep # Do not remove empty private mail folders. set emptybox # Quote the original message in replies by "> " as usual on the Internet. set indentprefix="> " # Automatically quote the text of the message that is responded to. set quote # Outgoing messages are sent in ISO-8859-1 if all their characters are # representable in it, otherwise in UTF-8. set sendcharsets=iso-8859-1,utf-8 # Display sender's real names in header summaries. set showname # Display the recipients of messages sent by the user himself in # header summaries. set showto # Automatically check for new messages at each prompt, but avoid polling # of IMAP servers or maildir folders. set newmail=nopoll # If threaded mode is activated, automatically collapse thread. set autocollapse # Hide some header fields which are uninteresting for most human readers. ignore received in-reply-to message-id references ignore mime-version content-transfer-encoding # Only include selected header fields when forwarding messages. fwdretain subject date from to # For Linux and BSD, this should be set. set bsdcompat