<sect1 id="custom-tags">
<title>Custom backend based Tags Feature</title>
- <subtitle>Implements with Notmuch tag and Imap keywords</subtitle>
+ <subtitle>Implements Notmuch tags and Imap keywords</subtitle>
<sect2 id="custom-tags-support">
<title>Support</title>
<sect2 id="custom-tags-intro">
<title>Introduction</title>
- <para>Some backend allow to indexes and tags mail without storing the
+ <para>Some backends allow to index and tags mail without storing the
tags within the mail envelope. Two backends are currently
- implementing this feature. Notmuch handles them natively. And Imap stores them
- in custom Imap keywords.</para>
+ implementing this feature. Notmuch handles them natively and IMAP stores them
+ in custom IMAP keywords.</para>
</sect2>
<sect2 id="custom-tags-variables">
them are bound to keys.</para>
<table id="table-custom-tags-functions">
- <title>Notmuch Functions</title>
+ <title>Notmuch/IMAP Functions</title>
<tgroup cols="3">
<thead>
<row>
<literal><modify-labels></literal>
</entry>
<entry>add, remove, or toggle tags:
- Imap: edit the tags list
+ IMAP: edit the tags list
Notmuch: [+]<tag> to add,
-<tag> to remove, !<tag> to toggle(notmuch) tags.
Note: Tab completion of tag names is available</entry>
<literal><modify-labels-then-hide></literal>
</entry>
<entry>add, remove, or toggle tags
- Imap: edit the tags list
+ IMAP: edit the tags list
Notmuch: [+]<tag> to
- add, -<tag> to remove, !<tag> to togglelabels and
+ add, -<tag> to remove, !<tag> to toggle labels and
then hide or unhide the message by changing the "quasi-deleted"
to match if it would be shown when requerying.
Normal redisplay rules apply here, so the user must call
# --------------------------------------------------------------------------
# modify (notmuch/imap) tags</emphasis>
bind index,pager \` modify-labels
-<emphasis role="comment"># modify (notmuch) tag non-interactively.</emphasis>
+<emphasis role="comment"># modify (notmuch/imap) tag non-interactively.</emphasis>
bind index,pager tt "<modify-labels>!todo\n" "Toggle the 'todo' tag"
<emphasis role="comment"># modify labels and then hide message
# bind index,pager ??? modify-labels-then-hide
</row>
</tbody>
</tgroup>
- </table>
+ </table>
<para>
More functions about tags can be found in
<link linkend="custom-tags-functions">Custom backend Tags Feature</link>
<sect2 id="notmuch-colors">
<title>Colors</title>
<para>
- See <link linkend="custom-tags-colors">Custom backend Tags colors</link>
+ See <link linkend="custom-tags-colors">Custom backend Tags colors</link>
</para>
</sect2>