]> git.cworth.org Git - notmuch-wiki/commitdiff
drop discussion of 'deleted' and 'new'
authorDavid Bremner <david@tethera.net>
Mon, 8 Jan 2018 13:38:57 +0000 (09:38 -0400)
committerDavid Bremner <david@tethera.net>
Mon, 8 Jan 2018 13:38:57 +0000 (09:38 -0400)
Neither is special in the sense defined here.

That snippet about new could go in some "suggested tagging workflows
page", if someone wants.

special-tags.mdwn

index 06f77707d627b75ded65933cd7a7aa4bfe3f8f9c..ecf803fb5719ffe42ef929b32d8ab9040d5150d5 100644 (file)
@@ -15,7 +15,7 @@ None of the tags recognized by the lib are configurable.
  - passed
  - replied
  - unread
  - passed
  - replied
  - unread
- - deleted (*)
+
 
 The above tags are recognized by the lib, and synchronized with the
 corresponding maildir flags through the following lib function calls:
 
 The above tags are recognized by the lib, and synchronized with the
 corresponding maildir flags through the following lib function calls:
@@ -27,9 +27,6 @@ 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".
 
 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.
-
 ### Automatic tags
 
  - attachment
 ### Automatic tags
 
  - attachment
@@ -52,15 +49,10 @@ All of the tags recognized by the cli are configurable.
 
  - unread
  - inbox
 
  - unread
  - inbox
- - new (*)
 
 These are the tags assigned to new message by default. The tags can be changed
 using the new.tags configuration option.
 
 
 These are the tags assigned to new message by default. The tags can be changed
 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. See [[Initial_Tagging]].
-
 ### Default excluded tags
 
  - deleted
 ### Default excluded tags
 
  - deleted
@@ -87,11 +79,8 @@ when archiving a message.
 
  - replied
  - flagged
 
  - replied
  - flagged
- - deleted (*)
 
 The tag(s) specified by `notmuch-message-replied-tags` ("replied" by default)
 are added to messages that are replied to, and "flagged" messages are
 highlighted through `notmuch-search-line-faces` by default.
 
 
 The tag(s) specified by `notmuch-message-replied-tags` ("replied" by default)
 are added to messages that are replied to, and "flagged" messages are
 highlighted through `notmuch-search-line-faces` by default.
 
-(*) There are patches to tag, untag, and hide "deleted" tagged messages, but
-they have not been merged at the time of writing this.