aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionelmiquel@sfr.fr>2020-11-16 20:50:36 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2020-11-16 20:50:36 +0100
commitcfe41c70c85114492051e8dfbbc4a1ee47ffa578 (patch)
tree7fd9372608ab7921310acd9d02c357722fedb411
parent8167890e8485f434819bdb2effe38593b1482d93 (diff)
downloadgpigeon-cfe41c70c85114492051e8dfbbc4a1ee47ffa578.tar.gz
gpigeon-cfe41c70c85114492051e8dfbbc4a1ee47ffa578.zip
Add a todo mention to install.sh
so i remember my lazy bum
-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.