#This is the RC file for the Buffy's Mail System ################################################### #Change this if you store your inbox in a non-standard location #MAIL=$MAIL #Where your subfolders are stored. #MAILDIR=$HOME/Mail # for elm MAILDIR=$HOME/mail # for pine #FOLDER_LIST should be a whitespace-seperated list of your mail subfolders. # All subfolders must be located in $MAILDIR. Output is done left-to-right. FOLDER_LIST="BLOCK BULK LIST" #Comment this to disable Buffy's terminal-bolding feature USE_BOLD=yes #BE CAREFUL MODIFYING BELOW THIS LINE (SYSTEM STUFF) ################################################################# STATUS='^Status: ' STATUS_NEW="^Status: (N|O)" PAGER="less -re" GREP=egrep # Your terminal may use different arguments to tput to turn on bold # printing. The following combinations have worked on other systems: # bold / unbold # me / me # smso / rmso if [ $USE_BOLD ]; then B=`tput "md"` #Get the terminal's "bold" character UB=`tput "me"` #Get the term's "unbold" character fi