summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--notemap.149
1 files changed, 45 insertions, 4 deletions
diff --git a/notemap.1 b/notemap.1
index 49a63a8..43467d5 100644
--- a/notemap.1
+++ b/notemap.1
@@ -1,4 +1,4 @@
-.Dd January 25, 2020
+.Dd January 26, 2020
 .Dt NOTEMAP 1
 .Os
 .
@@ -8,8 +8,12 @@
 .
 .Sh SYNOPSIS
 .Nm
-.Op Fl af
+.Op Fl afv
+.Op Fl M Ar mailbox
+.Op Fl h Ar host
 .Op Fl m Ar file
+.Op Fl p Ar port
+.Op Fl u Ar user
 .Op Ar
 .
 .Sh DESCRIPTION
@@ -26,14 +30,51 @@ all mapped files are mirrored.
 .Pp
 The arguments are as follows:
 .Bl -tag -width Ds
+.It Fl M Ar mailbox
+Mirror notes to
+.Ar mailbox .
+The default is
+.Sy Notes .
+.
 .It Fl a
-Add notes to the map file.
+Add new notes to the map file.
 .
 .It Fl f
-Overwrite notes which have changed in IMAP.
+Overwrite notes which have changed in the mailbox.
+.
+.It Fl h Ar host
+Connect to IMAP on
+.Ar host .
+The default host is determined
+by SRV record lookup on the domain of
+.Ar user ,
+or simply the domain name
+if no SRV record exists.
+Lookup requires
+.Xr dig 1 .
 .
 .It Fl m Ar file
 Set the location of the map file.
 The default is
 .Pa .notemap .
+.
+.It Fl p Ar port
+Connect to IMAP on
+.Ar port .
+If the
+.Fl h
+option is used,
+the default port is
+.Sy imaps
+(993).
+Otherwise,
+the port is determined
+in the same fashion as the host.
+.
+.It Fl u Ar user
+Log in to IMAP as
+.Ar user .
+.
+.It Fl v
+Log IMAP protocol to standard error.
 .El
revision specifiers supported by Git. Reported-by: Konstantin Ryabitsev <mricon@kernel.org> 2014-06-28git: update for git 2.0Christian Hesse prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse