]> 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 4f46554099f9eb594a48e425781563a4876e551e..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.