diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-07-04 23:47:44 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-07-04 23:47:44 +0200 |
| commit | a0e2bdb71ad370f0bdafabdc1ee1b69e9adba73f (patch) | |
| tree | 9e23e47b8e41e0dab0a9dd3a713af90df7839a86 | |
| parent | 212e1d0440a339e6d90b671113f91196f51043a9 (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | README.pod | 10 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/muttdelay.1 | 14 | ||||
| -rw-r--r-- | docs/muttdelay.txt | 14 |
6 files changed, 38 insertions, 10 deletions
@@ -1 +1 @@ -0.1.0 +0.1.1 @@ -23,7 +23,9 @@ And create an hourly cronjob such as: =head3 Configuring msmtp -For example like this (change your configuration accordingly to fit your needs): +You may use other command which can send an email instead. But this has been tested with msmtp only. + +It can be configured for example like this (change your configuration accordingly to fit your needs): cp /usr/share/muttdelay/msmtprc.example ~/.msmtprc vim ~/.msmtprc @@ -32,7 +34,11 @@ And ensure that you can send mails like this: msmtp your@address.example.com <<< Hallo -If it works, you can go on +If it works, you can go on. Or if you want to use another command to send mails just edit + + /etc/default/muttdelay + +accordingly. =head3 Use it diff --git a/debian/changelog b/debian/changelog index c72d564..e0528e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +muttdelay (0.1.1) stable; urgency=low + + * Make msmtp optionally + + -- Paul Buetow <paul@buetow.org> Fri, 04 Jul 2014 23:47:25 +0200 + muttdelay (0.1.0) stable; urgency=low * Initial release of muttdelay diff --git a/debian/files b/debian/files index 1cdc340..6024ec6 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -muttdelay_0.1.0_all.deb utils optional +muttdelay_0.1.1_all.deb utils optional diff --git a/docs/muttdelay.1 b/docs/muttdelay.1 index 18413cf..3025b82 100644 --- a/docs/muttdelay.1 +++ b/docs/muttdelay.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "MUTTDELAY 1" -.TH MUTTDELAY 1 "2014-07-04" "muttdelay 0.1.0" "User Commands" +.TH MUTTDELAY 1 "2014-07-04" "muttdelay 0.1.1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -158,7 +158,9 @@ And create an hourly cronjob such as: \fIConfiguring msmtp\fR .IX Subsection "Configuring msmtp" .PP -For example like this (change your configuration accordingly to fit your needs): +You may use other command which can send an email instead. But this has been tested with msmtp only. +.PP +It can be configured for example like this (change your configuration accordingly to fit your needs): .PP .Vb 2 \& cp /usr/share/muttdelay/msmtprc.example ~/.msmtprc @@ -171,7 +173,13 @@ And ensure that you can send mails like this: \& msmtp your@address.example.com <<< Hallo .Ve .PP -If it works, you can go on +If it works, you can go on. Or if you want to use another command to send mails just edit +.PP +.Vb 1 +\& /etc/default/muttdelay +.Ve +.PP +accordingly. .PP \fIUse it\fR .IX Subsection "Use it" diff --git a/docs/muttdelay.txt b/docs/muttdelay.txt index 93e212f..a706291 100644 --- a/docs/muttdelay.txt +++ b/docs/muttdelay.txt @@ -18,8 +18,11 @@ WTF? 0 * * * * /usr/bin/muttdelay cron Configuring msmtp - For example like this (change your configuration accordingly to fit your - needs): + You may use other command which can send an email instead. But this has + been tested with msmtp only. + + It can be configured for example like this (change your configuration + accordingly to fit your needs): cp /usr/share/muttdelay/msmtprc.example ~/.msmtprc vim ~/.msmtprc @@ -28,7 +31,12 @@ WTF? msmtp your@address.example.com <<< Hallo - If it works, you can go on + If it works, you can go on. Or if you want to use another command to + send mails just edit + + /etc/default/muttdelay + + accordingly. Use it Open mutt, compose an email. Use Vim as your editor. After finishing |
