diff options
author | June McEnroe <june@causal.agency> | 2019-12-21 11:39:54 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-21 11:41:36 -0500 |
commit | 72d0d38a49b89a2da423e01ea21d09d99892a6dc (patch) | |
tree | b7b20bd3d3b506d7a6c56b1dfb86ef7878b43084 /imbox.1 | |
parent | Clean up remaining code (diff) | |
download | imbox-72d0d38a49b89a2da423e01ea21d09d99892a6dc.tar.gz imbox-72d0d38a49b89a2da423e01ea21d09d99892a6dc.zip |
Determine host by SRV lookup
Diffstat (limited to '')
-rw-r--r-- | imbox.1 | 6 |
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 |