the nuage has been modified and these related scripts had to change.
used to be a magic_cabinet folder under nuage, but now it is just cabinet.
analyze_hierarchy_and_report $CLOUD_BASE/metaverse "metaverse design and scripting"
# home notes are a new top-level category; used to be under the grunty.
-analyze_hierarchy_and_report $CLOUD_BASE/branch_road "hearth and home notes (branch road)"
+analyze_hierarchy_and_report $CLOUD_BASE/hutch "hearth and home notes (branch road)"
# machinarium is another new category, combining our outwards servers with our inwards home hosts.
analyze_hierarchy_and_report $CLOUD_BASE/machinarium "cybernetic organisms"
source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
-cp $HOME/.thunderbird/oqv30zg4.default/ImapMail/zooty.koeritz.com/msgFilterRules.dat $CLOUD_BASE/magic_cabinet/mail_filters/zooty_serene_hamstertronic_$(date_stringer).filters
+cp $HOME/.thunderbird/oqv30zg4.default/ImapMail/zooty.koeritz.com/msgFilterRules.dat $CLOUD_BASE/cabinet/mail_filters/zooty_serene_hamstertronic_$(date_stringer).filters
exit_on_error "copying feistymeow.org filters"
-#GONE: cp $HOME/.thunderbird/oqv30zg4.default/ImapMail/mail.eservices.virginia.edu/msgFilterRules.dat $CLOUD_BASE/magic_cabinet/mail_filters/uva_email_$(date_stringer).filters
-#GONE: exit_on_error "copying UVa filters"
-
# 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="$CLOUD_BASE/magic_cabinet/lists/email_addresses.txt"
+EMAIL_WHITE_LIST="$CLOUD_BASE/cabinet/lists/email_addresses.txt"
#hmmm: very personal and specific location for that file!!!
# we'll save a report of the spam checks in the file below.
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 = "$CLOUD_BASE/magic_cabinet/lists/calendar.dat";
+ $CAL_FILE = "$CLOUD_BASE/cabinet/lists/calendar.dat";
}
#print "calfile is $CAL_FILE\n";