remailback

send email reminders after a time period
git clone https://a3nm.net/git/remailback/
Log | Files | Refs

commit 3c19e0adaf818c8cb4fdca32126a61812dda1e3d
parent 7e7c461909154bf51e4061fe651ccb09661f0405
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  7 Jan 2020 10:08:02 +0100

fix path

Diffstat:
delete.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/delete.sh b/delete.sh @@ -11,7 +11,7 @@ cat > $TEMPFILE # get_email_header command from https://a3nm.net/git/mybin -MESSAGEID=$(~/get_email_header message-id < "$TEMPFILE") +MESSAGEID=$(~/bin/get_email_header message-id < "$TEMPFILE") # adapted from https://stackoverflow.com/a/169969 (