aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2012-02-26 00:57:23 +0200
committerGravatar David Bremner <bremner@debian.org>2012-02-27 22:40:29 -0400
commitbf28c60b9facb898d52759c2be993acac67c26d2 (patch)
tree5a9713037667e2cdd80ed726ab893c68cf4f77f6 /man
parentbb8ab4c830aa77f7c80a45b2602a081097afba6b (diff)
man: add references to maildir flag synchronization
notmuch new, restore, and tag commands support maildir flag synchronization with notmuch tags. Reference the notmuch-config(1) man page about it in the relevant man pages.
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-new.15
-rw-r--r--man/man1/notmuch-restore.16
-rw-r--r--man/man1/notmuch-tag.16
3 files changed, 17 insertions, 0 deletions
diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1
index 77d47764..76910a41 100644
--- a/man/man1/notmuch-new.1
+++ b/man/man1/notmuch-new.1
@@ -40,6 +40,11 @@ has previously been completed, but
.B "notmuch new"
has not previously been run.
+.B "notmuch new"
+updates tags according to maildir flag changes if the
+.B "maildir.synchronize_flags"
+configuration option is enabled. See \fBnotmuch-config\fR(1) for
+details.
The
.B new
diff --git a/man/man1/notmuch-restore.1 b/man/man1/notmuch-restore.1
index 2191df01..ef279387 100644
--- a/man/man1/notmuch-restore.1
+++ b/man/man1/notmuch-restore.1
@@ -29,6 +29,12 @@ dump file.
See \fBnotmuch-search-terms\fR(7)
for details of the supported syntax for <search-terms>.
+.B "notmuch restore"
+updates the maildir flags according to tag changes if the
+.B "maildir.synchronize_flags"
+configuration option is enabled. See \fBnotmuch-config\fR(1) for
+details.
+
.RE
.SH SEE ALSO
diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1
index 993911b9..7281bb2c 100644
--- a/man/man1/notmuch-tag.1
+++ b/man/man1/notmuch-tag.1
@@ -23,6 +23,12 @@ an initial search term beginning with '+' or '\-' is provided
by allowing the user to specify a "\-\-" argument to separate
the tags from the search terms.
+.B "notmuch tag"
+updates the maildir flags according to tag changes if the
+.B "maildir.synchronize_flags"
+configuration option is enabled. See \fBnotmuch-config\fR(1) for
+details.
+
.SH SEE ALSO
\fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),