]> git.cworth.org Git - notmuch-wiki/commitdiff
special-tags: fix maildir flag sync description regarding cli
authorJani Nikula <jani@nikula.org>
Sat, 25 Feb 2012 07:14:15 +0000 (09:14 +0200)
committerJani Nikula <jani@nikula.org>
Sat, 25 Feb 2012 07:14:15 +0000 (09:14 +0200)
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.