diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-07-04 23:37:06 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-07-04 23:37:06 +0200 |
| commit | 42ed59a8c07b16b9c124aff97460942b7cc2a4df (patch) | |
| tree | 100dde56a69b683ead9b04ca975f4f9fa71a2675 | |
| parent | 2f14e6e0ff2060d40401a422c0f3b3d6ff835626 (diff) | |
fixes0.1.0
| -rw-r--r-- | README.pod | 6 | ||||
| -rw-r--r-- | docs/muttdelay.1 | 8 | ||||
| -rw-r--r-- | docs/muttdelay.pod | 4 | ||||
| -rw-r--r-- | docs/muttdelay.txt | 6 |
4 files changed, 12 insertions, 12 deletions
@@ -15,7 +15,7 @@ Do the following: cp /usr/share/muttdelay/muttdelay.vim ~/.vim/plugin/ echo 'map ,L :call MuttDelay()<CR>' >> ~/.vimrc -=head3 Configuring CRON +=head3 Configuring Cron And create an hourly cronjob such as: @@ -42,7 +42,7 @@ Open mutt, compose an email. Use Vim as your editor. After finishing writing you and the mail gets scheduled for sending for a later time. You can now leave vim without sending the mail via mutt directly. -The mail tself is saved to +The mail itself is saved to ~/.muttdelay/SENDTIMESTAMP.COMPOSETIMESTAMP @@ -54,6 +54,6 @@ See package description or project website. =head1 AUTHOR -Paul C. Buetow - <http://muttdelay.buetow.org> +Paul C. Buetow - <http://paul.buetow.org> =cut diff --git a/docs/muttdelay.1 b/docs/muttdelay.1 index 6273c6b..28d054e 100644 --- a/docs/muttdelay.1 +++ b/docs/muttdelay.1 @@ -146,8 +146,8 @@ Do the following: \& echo \*(Aqmap ,L :call MuttDelay()<CR>\*(Aq >> ~/.vimrc .Ve .PP -\fIConfiguring \s-1CRON\s0\fR -.IX Subsection "Configuring CRON" +\fIConfiguring Cron\fR +.IX Subsection "Configuring Cron" .PP And create an hourly cronjob such as: .PP @@ -184,7 +184,7 @@ Open mutt, compose an email. Use Vim as your editor. After finishing writing you .PP and the mail gets scheduled for sending for a later time. You can now leave vim without sending the mail via mutt directly. .PP -The mail tself is saved to +The mail itself is saved to .PP .Vb 1 \& ~/.muttdelay/SENDTIMESTAMP.COMPOSETIMESTAMP @@ -196,4 +196,4 @@ The cron job checks if there is any \s-1SENDTIMESTAMP\s0 lower than the current See package description or project website. .SH "AUTHOR" .IX Header "AUTHOR" -Paul C. Buetow \- <http://muttdelay.buetow.org> +Paul C. Buetow \- <http://paul.buetow.org> diff --git a/docs/muttdelay.pod b/docs/muttdelay.pod index 30a9be2..9a24851 100644 --- a/docs/muttdelay.pod +++ b/docs/muttdelay.pod @@ -15,7 +15,7 @@ Do the following: cp /usr/share/muttdelay/muttdelay.vim ~/.vim/plugin/ echo 'map ,L :call MuttDelay()<CR>' >> ~/.vimrc -=head3 Configuring CRON +=head3 Configuring Cron And create an hourly cronjob such as: @@ -42,7 +42,7 @@ Open mutt, compose an email. Use Vim as your editor. After finishing writing you and the mail gets scheduled for sending for a later time. You can now leave vim without sending the mail via mutt directly. -The mail tself is saved to +The mail itself is saved to ~/.muttdelay/SENDTIMESTAMP.COMPOSETIMESTAMP diff --git a/docs/muttdelay.txt b/docs/muttdelay.txt index e550312..93e212f 100644 --- a/docs/muttdelay.txt +++ b/docs/muttdelay.txt @@ -12,7 +12,7 @@ WTF? cp /usr/share/muttdelay/muttdelay.vim ~/.vim/plugin/ echo 'map ,L :call MuttDelay()<CR>' >> ~/.vimrc - Configuring CRON + Configuring Cron And create an hourly cronjob such as: 0 * * * * /usr/bin/muttdelay cron @@ -39,7 +39,7 @@ WTF? and the mail gets scheduled for sending for a later time. You can now leave vim without sending the mail via mutt directly. - The mail tself is saved to + The mail itself is saved to ~/.muttdelay/SENDTIMESTAMP.COMPOSETIMESTAMP @@ -50,5 +50,5 @@ LICENSE See package description or project website. AUTHOR - Paul C. Buetow - <http://muttdelay.buetow.org> + Paul C. Buetow - <http://paul.buetow.org> |
