summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-02 15:26:41 -0400
committerJune McEnroe <june@causal.agency>2020-05-02 19:23:30 -0400
commit239c3f6306850655e7e2322fe83a3f0f2e5b761e (patch)
tree378b7c30e8d71bbbbf5755ac5ca55f540488d224
parentUpdate compat.h for split read/write streams (diff)
downloadimbox-239c3f6306850655e7e2322fe83a3f0f2e5b761e.tar.gz
imbox-239c3f6306850655e7e2322fe83a3f0f2e5b761e.zip
Update email addresses
-rw-r--r--README.710
-rw-r--r--git-fetch-email.16
-rw-r--r--imbox.16
3 files changed, 11 insertions, 11 deletions
diff --git a/README.7 b/README.7
index b78dc49..7898f93 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd December 21, 2019
+.Dd May  2, 2020
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -7,7 +7,7 @@
 .Nd IMAP to mbox
 .
 .Sh DESCRIPTION
-.Nm
+.Xr imbox 1
 is a small TLS-only IMAP client
 intended for applying git patches
 without need of any other mail client.
@@ -20,7 +20,7 @@ or
 for automatic IMAP server configuration.
 .
 .Pp
-.Nm git-fetch-email
+.Xr git-fetch-email 1
 is a wrapper modeled after
 .Xr git-send-email 1 .
 .
@@ -53,8 +53,8 @@ everywhere else.
 .Sh CONTRIBUTING
 The upstream URL of this project is
 .Aq Lk https://git.causal.agency/imbox .
-I'm happy to receive contributions in any form at
-.Aq Mt june@causal.agency .
+Contributions in any form can be sent to
+.Aq Mt list+imbox@causal.agency .
 For sending patches by email, see
 .Aq Lk https://git-send-email.io .
 .
diff --git a/git-fetch-email.1 b/git-fetch-email.1
index 2ee3a6f..8ee6508 100644
--- a/git-fetch-email.1
+++ b/git-fetch-email.1
@@ -1,4 +1,4 @@
-.Dd December 21, 2019
+.Dd May  2, 2020
 .Dt GIT-FETCH-EMAIL 1
 .Os
 .
@@ -103,7 +103,7 @@ otherwise the password is obtained using
 .
 .Sh EXAMPLES
 .Bd -literal
-git config fetchemail.to list@example.org
+git config fetchemail.to list+imbox@causal.agency
 git fetch-email june@causal.agency | git am
 .Ed
 .
@@ -117,7 +117,7 @@ git fetch-email june@causal.agency | git am
 .
 .Sh BUGS
 Send mail to
-.Aq Mt june@causal.agency
+.Aq Mt list+imbox@causal.agency
 or join
 .Li #ascii.town
 on
diff --git a/imbox.1 b/imbox.1
index ff10932..0bd1f09 100644
--- a/imbox.1
+++ b/imbox.1
@@ -1,4 +1,4 @@
-.Dd May  1, 2020
+.Dd May  2, 2020
 .Dt IMBOX 1
 .Os
 .
@@ -99,7 +99,7 @@ Read the password from standard input.
 .
 .Sh EXAMPLES
 .Bd -literal
-imbox -T list@example.org june@causal.agency | git am
+imbox -T list+imbox@causal.agency june@causal.agency | git am
 .Ed
 .
 .Sh SEE ALSO
@@ -134,7 +134,7 @@ imbox -T list@example.org june@causal.agency | git am
 .
 .Sh BUGS
 Send mail to
-.Aq Mt june@causal.agency
+.Aq Mt list+imbox@causal.agency
 or join
 .Li #ascii.town
 on