X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=special-tags.mdwn;h=ade06d3033f4e544389b055680246077d356ccb9;hp=4f46554099f9eb594a48e425781563a4876e551e;hb=de5f864c4496db53b1b3e13d6e41271311b0a56a;hpb=7bfbd597aad2a2a5342b22447ce178e104765d9f 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.