# The quartz directory has *really* personalized items.
export QUARTZDIR=$HOME/quartz
+ # The cloud directory is our new repository that's always available. It serves as our
+ # personal cloud for data.
+ export CLOUD_DIR=$HOME/cloud
+
# The gruntose web site is expected to reside below, if it exists at all.
export WEB_DIR=$HOME/web
if [ "$(hostname)" = "zooty.koeritz.com" ]; then
SPAM_HOLD="$HOME/spamcrud"
# the white list needs to be a file of good email addresses that will
# probably never send spam. it should be formatted one address to a line.
-EMAIL_WHITE_LIST="$HOME/quartz/database/email_addresses.txt"
+EMAIL_WHITE_LIST="$HOME/cloud/database/email_addresses.txt"
# we'll save a report of the spam checks in the file below.
REPORT_FILE="$HOME/spam_check_report_$(date_stringer).txt"
if (! $CAL_FILE) {
# print "the CAL_FILE variable is not set.\n";
# print "defaulting it to a value that probably does not suit you.\n";
- $CAL_FILE = "$QUARTZDIR/database/calendar.dat";
+ $CAL_FILE = "$CLOUD_DIR/database/calendar.dat";
}
#print "calfile is $CAL_FILE\n";