summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--notemap.127
1 files changed, 6 insertions, 21 deletions
diff --git a/notemap.1 b/notemap.1
index 0ca1fcb..49a63a8 100644
--- a/notemap.1
+++ b/notemap.1
@@ -4,11 +4,11 @@
 .
 .Sh NAME
 .Nm notemap
-.Nd synchronize notes with IMAP
+.Nd mirror notes to IMAP
 .
 .Sh SYNOPSIS
 .Nm
-.Op Fl adfpsu
+.Op Fl af
 .Op Fl m Ar file
 .Op Ar
 .
@@ -16,12 +16,12 @@
 The
 .Nm
 utility
-synchronizes text notes
-with an IMAP mailbox.
+mirrors text notes
+to an IMAP mailbox.
 Files are mapped to IMAP messages
 using a map file.
 If no files are given as arguments,
-all mapped files are synchronized.
+all mapped files are mirrored.
 .
 .Pp
 The arguments are as follows:
@@ -29,26 +29,11 @@ The arguments are as follows:
 .It Fl a
 Add notes to the map file.
 .
-.It Fl d
-Remove notes from the map file.
-Notes are not deleted from the server.
-.
 .It Fl f
-Force either a push or pull
-to overwrite newer notes.
-.
-.It Fl p
-Push local notes to the server.
+Overwrite notes which have changed in IMAP.
 .
 .It Fl m Ar file
 Set the location of the map file.
 The default is
 .Pa .notemap .
-.
-.It Fl s
-Show the status of local and remote notes.
-This is the default action.
-.
-.It Fl u
-Pull remote notes from the server.
 .El
&id=1c2b0383960f99f1f9ad88e552588f361040b872&follow=1'>Fix allocation size in vaswprintfJune McEnroe This is so embarrassing. It only started crashing once it had strings that were long enough, and then it took me so long to notice this mistake. I was worried I was still doing va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe