]> git.cworth.org Git - notmuch-wiki/blobdiff - special-tags.mdwn
special-tags: fix maildir flag sync description regarding cli
[notmuch-wiki] / special-tags.mdwn
index 33659b884bf78fbe811635adb39fed47982646ac..ade06d3033f4e544389b055680246077d356ccb9 100644 (file)
@@ -22,8 +22,9 @@ corresponding maildir flags through the following lib function calls:
  - `notmuch_message_maildir_flags_to_tags()`
  - `notmuch_message_tags_to_maildir_flags()`
 
-The cli calls the above functions in "notmuch new" if the
-maildir.synchronize_flags configuration option is enabled.
+The cli calls the above functions if the maildir.synchronize_flags configuration
+option is enabled. Maildir flags are synchronized to tags in "notmuch new", and
+tags are synchronized to maildir flags in "notmuch tag" and "notmuch restore".
 
 (*) The "deleted" tag is not synced to maildir T flag at the moment, but it may
 be in the future.
@@ -57,7 +58,7 @@ using the new.tags configuration option.
 
 (*) The "new" tag is by no means special or default, but it is documented here
 as the typically used intermediate tag to use between "notmuch tag" and a
-post-new tagging script.
+post-new tagging script. See [[Initial_Tagging]].
 
 ### Default excluded tags