commit 91c722594fd5c798414ffd914b002924e5aec71e
parent b22640c496787c4e24840c534749c80e8a1c48a9
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 23 Nov 2019 17:25:28 +0100
doc
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -3,7 +3,7 @@ to yourself about a specific email at a specific time.
## Requirements
-You should have in your $PATH the commands get_email_header and
+You should have in your PATH the commands get_email_header and
prepare_email_forward from https://a3nm.net/git/mybin.
Reminder emails will be sent with "sendmail -t" -- you should ensure that this
@@ -41,6 +41,9 @@ is an email which is In-Reply-To the original message, includes the original
message as an attachment, has a similar subject to the original message, and
includes your note (e.g., "check that order arrived" above).
+If sendmail fails, poll.sh will abort, so the reminder will not be marked as
+sent and will be periodically retried by the crontab.
+
If you want to check which reminders exist about a message, issue:
cat ~/Mailstore/cur/messagefile | ./show.sh
@@ -51,7 +54,7 @@ If you want to delete all reminders about a message, issue:
## Using within mutt
-TODO
+See: https://a3nm.net/git/myconfig/file/mutt/remailback.html
## Reference