aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 5692c50..ab79fa2 100755
--- a/install.sh
+++ b/install.sh
@@ -19,6 +19,7 @@ emailre=".\+@.\+\\..\+"
HAS_MAILSERVER=0 # 0 is the default, it'll use an external smtp server (your gmail
# account /ISP subscriber mail address for example). Change to 1 if you have a local mail
# server.
+# TODO: implement the sed trickery to disable and enable portions of perl code
YOUR_EMAIL=0
GPG_XLONG='0x0000000000000000' # running 'gpg -k --keyid-format 0xlong yourmail@example.com' will
# help you there.