summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--notemap.122
1 files changed, 21 insertions, 1 deletions
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
nroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe