[PATCH] man: add references to maildir flag synchronization

Subject: [PATCH] man: add references to maildir flag synchronization

Date: Sun, 26 Feb 2012 00:57:23 +0200

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


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.
---
 man/man1/notmuch-new.1     |    5 +++++
 man/man1/notmuch-restore.1 |    6 ++++++
 man/man1/notmuch-tag.1     |    6 ++++++
 3 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1
index 77d4776..76910a4 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 2191df0..ef27938 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 993911b..7281bb2 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),
-- 
1.7.5.4


Thread: