From: Jani Nikula <jani@nikula.org>
Date: Sat, 25 Feb 2012 07:14:15 +0000 (+0200)
Subject: special-tags: fix maildir flag sync description regarding cli
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=de5f864c4496db53b1b3e13d6e41271311b0a56a;p=obsolete%2Fnotmuch-wiki

special-tags: fix maildir flag sync description regarding cli
---

diff --git a/special-tags.mdwn b/special-tags.mdwn
index 4f46554..ade06d3 100644
--- a/special-tags.mdwn
+++ b/special-tags.mdwn
@@ -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.