From: Fred T. Hamster Date: Mon, 2 Feb 2026 03:46:30 +0000 (-0500) Subject: changes due to internal feisty meow cloud X-Git-Tag: 2.140.190^2~44 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=5fb95062aadaf5214e6cd0c16b9f26b14b007727;p=feisty_meow.git changes due to internal feisty meow cloud 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. --- diff --git a/scripts/customize/fred/scripts/agenda/info_overload_report.sh b/scripts/customize/fred/scripts/agenda/info_overload_report.sh index 6eb3173b..a42aa39c 100644 --- a/scripts/customize/fred/scripts/agenda/info_overload_report.sh +++ b/scripts/customize/fred/scripts/agenda/info_overload_report.sh @@ -144,7 +144,7 @@ analyze_hierarchy_and_report $CLOUD_BASE/feisty_notes "feisty meow notes (mondo 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" diff --git a/scripts/customize/fred/scripts/email/filter_grabber.sh b/scripts/customize/fred/scripts/email/filter_grabber.sh index 537ceb45..90f4c1b5 100644 --- a/scripts/customize/fred/scripts/email/filter_grabber.sh +++ b/scripts/customize/fred/scripts/email/filter_grabber.sh @@ -4,10 +4,7 @@ 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" - diff --git a/scripts/email/move_spams_and_check.sh b/scripts/email/move_spams_and_check.sh index 437d04d9..1fcd814a 100644 --- a/scripts/email/move_spams_and_check.sh +++ b/scripts/email/move_spams_and_check.sh @@ -15,7 +15,7 @@ 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="$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. diff --git a/scripts/schedule/generate_reminders.pl b/scripts/schedule/generate_reminders.pl index 8c49f3fb..01615bc7 100644 --- a/scripts/schedule/generate_reminders.pl +++ b/scripts/schedule/generate_reminders.pl @@ -45,7 +45,7 @@ local($CAL_FILE); 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";