about summary refs log tree commit diff
path: root/imbox.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-21 11:39:54 -0500
committerJune McEnroe <june@causal.agency>2019-12-21 11:41:36 -0500
commit72d0d38a49b89a2da423e01ea21d09d99892a6dc (patch)
treeb7b20bd3d3b506d7a6c56b1dfb86ef7878b43084 /imbox.1
parentClean up remaining code (diff)
downloadimbox-72d0d38a49b89a2da423e01ea21d09d99892a6dc.tar.gz
imbox-72d0d38a49b89a2da423e01ea21d09d99892a6dc.zip
Determine host by SRV lookup
Diffstat (limited to 'imbox.1')
-rw-r--r--imbox.16
1 files changed, 4 insertions, 2 deletions
diff --git a/imbox.1 b/imbox.1
index c91abd8..a1efa90 100644
--- a/imbox.1
+++ b/imbox.1
@@ -67,7 +67,9 @@ Connect to IMAP on
 .Ar host .
 The default host is determined by SRV record lookup
 on the domain name of
-.Ar user .
+.Ar user ,
+or simply the domain name
+if no SRV record exists.
 .
 .It Fl m Ar mailbox
 Export messages from
@@ -95,7 +97,7 @@ Read the password from standard input.
 .
 .Sh EXAMPLES
 .Bd -literal
-imbox june@causal.agency | git am
+imbox -T list@example.org june@causal.agency | git am
 .Ed
 .
 .Sh SEE ALSO