summaryrefslogtreecommitdiff
path: root/README.pod
diff options
context:
space:
mode:
authorPaul C. Buetow () <paul@buetow.org>2014-07-05 00:59:32 +0200
committerPaul C. Buetow () <paul@buetow.org>2014-07-05 00:59:32 +0200
commit3e1fb1645af7d73ac26caeb36d90ee29f3c3e2f5 (patch)
treefbf3d00c11db1437c49f9d09685a8e65c3eb4fc3 /README.pod
parent8c7d4bd45bf8870a40351a0896fdfd4d237ba14d (diff)
fix mutt sample
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.pod b/README.pod
index 3f4a74c..d4a0b98 100644
--- a/README.pod
+++ b/README.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.