mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
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.
This commit is contained in:
parent
bb8ab4c830
commit
bf28c60b9f
3 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue