From 3f3eecb0602d30398f8def1a98beb699ce59afa3 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 26 Jan 2020 12:12:29 -0500 Subject: Add -w option to manual page --- notemap.1 | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'notemap.1') diff --git a/notemap.1 b/notemap.1 index 4e49a89..8c66490 100644 --- a/notemap.1 +++ b/notemap.1 @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl afv +.Op Fl afvw .Op Fl M Ar mailbox .Op Fl h Ar host .Op Fl m Ar file @@ -28,6 +28,14 @@ If no files are given as arguments, all mapped files are mirrored. . .Pp +IMAP over TLS without STARTTLS is assumed. +The password is read from +.Pa /dev/tty , +or standard input if +.Fl w +is used. +. +.Pp The arguments are as follows: .Bl -tag -width Ds .It Fl M Ar mailbox @@ -74,11 +82,23 @@ in the same fashion as the host. .It Fl u Ar user Log in to IMAP as .Ar user . +The IMAP connection information +is inferred from the username unless +.Fl h +is used. . .It Fl v Log IMAP protocol to standard error. +. +.It Fl w +Read the password from standard input. .El . +.Sh EXAMPLES +.Bd -literal +notemap -a -u june@causal.agency note.txt +.Ed +. .Sh STANDARDS .Bl -item .It -- cgit 1.4.1