summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow () <paul@buetow.org>2014-07-05 00:59:17 +0200
committerPaul C. Buetow () <paul@buetow.org>2014-07-05 00:59:17 +0200
commit8c7d4bd45bf8870a40351a0896fdfd4d237ba14d (patch)
treee1d49ef4ee1dfd6ef46db5e65a8048e55fbe1cc9
parentede853770e8027ba8c7253d15f2705e311638397 (diff)
fix mutt sample
-rw-r--r--docs/muttdelay.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/muttdelay.pod b/docs/muttdelay.pod
index 3f4a74c..d4a0b98 100644
--- a/docs/muttdelay.pod
+++ b/docs/muttdelay.pod
@@ -25,7 +25,7 @@ And create an hourly cronjob such as:
Configure mutt your way and ensure that you can send mails like this:
- mutt -s subject example@example.com mail.txt
+ mutt -s subject example@example.com < mail.txt
If it works, you can go on.