about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
ref='/pounce/commit/contrib/palaver/pounce-palaver.1?h=2.1&id=b93f3f96845fc1fa1f1b80829f3573a11b13b907&follow=1'>contrib/palaver: Fix documented database pathJune McEnroe 2020-08-27contrib/palaver: Remove rc scriptJune McEnroe 2020-08-27contrib/palaver: Fix database search and creationJune McEnroe 2020-08-27contrib/palaver: Use pounce's XDG directoryJune McEnroe 2020-08-27contrib/palaver: Only allow HTTPSJune McEnroe 2020-08-25Support the pounce_env rc variableJune McEnroe 2020-08-25Remove deprecated option namesJune McEnroe 2020-08-25Document configuration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe