summary refs log tree commit diff
path: root/notemap.1
blob: 0ca1fcb93cd015828c6fe97e457afe6834e773c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.Dd January 25, 2020
.Dt NOTEMAP 1
.Os
.
.Sh NAME
.Nm notemap
.Nd synchronize notes with IMAP
.
.Sh SYNOPSIS
.Nm
.Op Fl adfpsu
.Op Fl m Ar file
.Op Ar
.
.Sh DESCRIPTION
The
.Nm
utility
synchronizes text notes
with 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.
.
.Pp
The arguments are as follows:
.Bl -tag -width Ds
.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.
.
.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