diff options
| author | Paul C. Buetow () <paul@buetow.org> | 2014-07-05 00:59:32 +0200 |
|---|---|---|
| committer | Paul C. Buetow () <paul@buetow.org> | 2014-07-05 00:59:32 +0200 |
| commit | 3e1fb1645af7d73ac26caeb36d90ee29f3c3e2f5 (patch) | |
| tree | fbf3d00c11db1437c49f9d09685a8e65c3eb4fc3 | |
| parent | 8c7d4bd45bf8870a40351a0896fdfd4d237ba14d (diff) | |
fix mutt sample
| -rw-r--r-- | README.pod | 2 | ||||
| -rw-r--r-- | docs/muttdelay.1 | 29 | ||||
| -rw-r--r-- | docs/muttdelay.txt | 2 |
3 files changed, 21 insertions, 12 deletions
@@ -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. diff --git a/docs/muttdelay.1 b/docs/muttdelay.1 index d6bfae3..06d52a6 100644 --- a/docs/muttdelay.1 +++ b/docs/muttdelay.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) +.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== @@ -38,6 +38,8 @@ . ds PI \(*p . ds L" `` . ds R" '' +. ds C` +. ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. @@ -48,17 +50,24 @@ .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. -.ie \nF \{\ -. de IX -. tm Index:\\$1\t\\n%\t"\\$2" +.\" +.\" Avoid warning from groff about undefined register 'F'. +.de IX .. -. nr % 0 -. rr F -.\} -.el \{\ -. de IX +.nr rF 0 +.if \n(.g .if rF .nr rF 1 +.if (\n(rF:(\n(.g==0)) \{ +. if \nF \{ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" .. +. if !\nF==2 \{ +. nr % 0 +. nr F 2 +. \} +. \} .\} +.rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. @@ -161,7 +170,7 @@ And create an hourly cronjob such as: Configure mutt your way and ensure that you can send mails like this: .PP .Vb 1 -\& mutt \-s subject example@example.com mail.txt +\& mutt \-s subject example@example.com < mail.txt .Ve .PP If it works, you can go on. diff --git a/docs/muttdelay.txt b/docs/muttdelay.txt index 289c3f8..d8c4a9e 100644 --- a/docs/muttdelay.txt +++ b/docs/muttdelay.txt @@ -20,7 +20,7 @@ WTF? Configuring Mutt 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. |
