diff --git a/docs/combined.conf b/docs/combined.conf index 460c96e..15cbdab 100644 --- a/docs/combined.conf +++ b/docs/combined.conf @@ -1,6 +1,6 @@ [DEFAULT] cleanup = automatic -enabled = false +enabled = no integrity_check = sha256 log_level = WARNING log_method = console diff --git a/docs/fangfrisch.adoc b/docs/fangfrisch.adoc index 0efcfc5..71434eb 100644 --- a/docs/fangfrisch.adoc +++ b/docs/fangfrisch.adoc @@ -1,6 +1,6 @@ # Fangfrisch Ralph Seichter -v1.9.1.dev1, {docdate} +v1.9.1.dev2, {docdate} :copyright: © 2020-2024 Ralph Seichter :encoding: UTF-8 :hyphens: en diff --git a/docs/fangfrisch.pdf b/docs/fangfrisch.pdf index 78a4c0f..a4d85f8 100644 Binary files a/docs/fangfrisch.pdf and b/docs/fangfrisch.pdf differ diff --git a/docs/index.html b/docs/index.html index bc26d1d..fda3a25 100644 --- a/docs/index.html +++ b/docs/index.html @@ -442,8 +442,8 @@

Fangfrisch

Ralph Seichter

-version 1.9.0, -2024-03-08 +version 1.9.1.dev2, +2024-04-18
Table of Contents
@@ -1073,7 +1073,7 @@

Appendix A: Def
[DEFAULT]
 cleanup = automatic
-enabled = false
+enabled = no
 integrity_check = sha256
 log_level = WARNING
 log_method = console
@@ -1197,7 +1197,7 @@ 

Appendix B: Effective
[DEFAULT]
 cleanup = automatic
-enabled = false
+enabled = no
 integrity_check = sha256
 log_level = WARNING
 log_method = console
@@ -1357,6 +1357,10 @@ 

Appendix C: Fangfrisch News declare -r MAILTO="alice@example.com" declare -r SUBJECT="Fangfrisch News are available" +# Choose one of the options below and uncomment the 'declare' +# statements. Until this is done, the script will fail with +# an error message. + # Option 1: Mutt #declare -r MAILAPP="mutt" #declare -r MAILAPP_OPT=( "-s" "$SUBJECT" "$MAILTO" ) @@ -1367,8 +1371,8 @@

Appendix C: Fangfrisch News #export PATH="$PATH:/usr/sbin" # Option 3: swaks -declare -r MAILAPP="swaks" -declare -r MAILAPP_OPT=( "-d" "-" "-f" "$MAILFROM" "-t" "$MAILTO" ) +#declare -r MAILAPP="swaks" +#declare -r MAILAPP_OPT=( "-d" "-" "-f" "$MAILFROM" "-t" "$MAILTO" ) ### No changes required below this line ### @@ -1411,6 +1415,7 @@

Appendix C: Fangfrisch News main() { local t + [ -n "$MAILAPP" ] || die "MAILAPP is undefined, exiting." if tty -s; then # Running in a terminal session t=$(mktemp) @@ -1467,8 +1472,8 @@

D

diff --git a/docs/internal.conf b/docs/internal.conf index 7959ced..a4885a0 100644 --- a/docs/internal.conf +++ b/docs/internal.conf @@ -1,6 +1,6 @@ [DEFAULT] cleanup = automatic -enabled = false +enabled = no integrity_check = sha256 log_level = WARNING log_method = console