diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-16 20:50:36 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-16 20:50:36 +0100 |
commit | cfe41c70c85114492051e8dfbbc4a1ee47ffa578 (patch) | |
tree | 7fd9372608ab7921310acd9d02c357722fedb411 | |
parent | 8167890e8485f434819bdb2effe38593b1482d93 (diff) | |
download | gpigeon-cfe41c70c85114492051e8dfbbc4a1ee47ffa578.tar.gz gpigeon-cfe41c70c85114492051e8dfbbc4a1ee47ffa578.zip |
Add a todo mention to install.sh
so i remember my lazy bum
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |