summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-05 00:24:27 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-05 00:24:27 +0200
commitede853770e8027ba8c7253d15f2705e311638397 (patch)
treeb0e84c6f761e00cb38297c7b7b000ac1de7c21eb
parentc64e69af42bcd3265b75c86b84e68b29225f229a (diff)
New release
-rw-r--r--.version2
-rw-r--r--README.pod19
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/muttdelay.127
-rw-r--r--docs/muttdelay.txt22
6 files changed, 22 insertions, 56 deletions
diff --git a/.version b/.version
index d917d3e..0ea3a94 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.1.2
+0.2.0
diff --git a/README.pod b/README.pod
index 13ac1aa..3f4a74c 100644
--- a/README.pod
+++ b/README.pod
@@ -21,24 +21,13 @@ And create an hourly cronjob such as:
0 * * * * /usr/bin/muttdelay cron
-=head3 Configuring msmtp
+=head3 Configuring Mutt
-You may use other command which can send an email instead. But this has been tested with msmtp only.
+Configure mutt your way and ensure that you can send mails like this:
-It can be configured for example like this (change your configuration accordingly to fit your needs):
+ mutt -s subject example@example.com mail.txt
- cp /usr/share/muttdelay/msmtprc.example ~/.msmtprc
- vim ~/.msmtprc
-
-And ensure that you can send mails like this:
-
- msmtp your@address.example.com <<< Hallo
-
-If it works, you can go on. Or if you want to use another command to send mails just edit
-
- /etc/default/muttdelay
-
-accordingly.
+If it works, you can go on.
=head3 Use it
diff --git a/debian/changelog b/debian/changelog
index 8859ae0..b8ba19e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+muttdelay (0.2.0) stable; urgency=low
+
+ * Using Mutt instead of msmtp for sending mails.
+
+ -- Paul Buetow <paul@buetow.org> Sat, 05 Jul 2014 00:24:00 +0200
+
muttdelay (0.1.2) stable; urgency=low
* Add dput target to Makefile
diff --git a/debian/files b/debian/files
index fb49c90..2c1beb7 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-muttdelay_0.1.2_all.deb utils optional
+muttdelay_0.2.0_all.deb utils optional
diff --git a/docs/muttdelay.1 b/docs/muttdelay.1
index 244ce57..d6bfae3 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.2" "User Commands"
+.TH MUTTDELAY 1 "2014-07-05" "muttdelay 0.2.0" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -155,31 +155,16 @@ And create an hourly cronjob such as:
\& 0 * * * * /usr/bin/muttdelay cron
.Ve
.PP
-\fIConfiguring msmtp\fR
-.IX Subsection "Configuring msmtp"
+\fIConfiguring Mutt\fR
+.IX Subsection "Configuring Mutt"
.PP
-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
-\& vim ~/.msmtprc
-.Ve
-.PP
-And ensure that you can send mails like this:
-.PP
-.Vb 1
-\& msmtp your@address.example.com <<< Hallo
-.Ve
-.PP
-If it works, you can go on. Or if you want to use another command to send mails just edit
+Configure mutt your way and ensure that you can send mails like this:
.PP
.Vb 1
-\& /etc/default/muttdelay
+\& mutt \-s subject example@example.com mail.txt
.Ve
.PP
-accordingly.
+If it works, you can go on.
.PP
\fIUse it\fR
.IX Subsection "Use it"
diff --git a/docs/muttdelay.txt b/docs/muttdelay.txt
index a706291..289c3f8 100644
--- a/docs/muttdelay.txt
+++ b/docs/muttdelay.txt
@@ -17,26 +17,12 @@ WTF?
0 * * * * /usr/bin/muttdelay cron
- Configuring msmtp
- You may use other command which can send an email instead. But this has
- been tested with msmtp only.
+ Configuring Mutt
+ Configure mutt your way and ensure that you can send mails like this:
- It can be configured for example like this (change your configuration
- accordingly to fit your needs):
+ mutt -s subject example@example.com mail.txt
- cp /usr/share/muttdelay/msmtprc.example ~/.msmtprc
- vim ~/.msmtprc
-
- And ensure that you can send mails like this:
-
- msmtp your@address.example.com <<< Hallo
-
- If it works, you can go on. Or if you want to use another command to
- send mails just edit
-
- /etc/default/muttdelay
-
- accordingly.
+ If it works, you can go on.
Use it
Open mutt, compose an email. Use Vim as your editor. After finishing