]> git.cworth.org Git - notmuch-wiki/blobdiff - howto.mdwn
add link to special tags
[notmuch-wiki] / howto.mdwn
index 6a7d45a32b6456ec8cb64681c28a9589c5198ae1..12bd725e558ae5e87c5fc115c3806c7844f2ca21 100644 (file)
@@ -26,18 +26,19 @@ various "third party" notmuch utilities.
 
   * [fetchmail](http://fetchmail.berlios.de/)
 
-  See the [[initial_tagging]] page for more info on intial tagging of messages.
+  See the [[initial_tagging]] page for more info on initial tagging of messages.
 
-* <span id="print_filenames">**Print only filenames of a search (python bindings)**</span>
+* <span id="python">**Use notmuch from python**</span>
 
   Notmuch includes python bindings to the notmuch shared
   library. Extensive API documentation [is
-  available](http://notmuchmail.readthedocs.org/).
+  available](http://notmuch.readthedocs.org/).
 
   The bindings are very simple to use.  As an example, given you have
   the python bindings installed (or simply set your PYTHONPATH
   environment variable to point to the .../bindings/python directory),
-  this script will print the filenames of a matching search:
+  this snippet will produce a list of mails matching the given
+  expression:
 
           >>> import notmuch
           >>> db = notmuch.Database()
@@ -137,3 +138,7 @@ various "third party" notmuch utilities.
   output.  Using the instructions from [Gmane's
   site](http://gmane.org/export.php), we can download an mbox file, which we
   can then convert to maildir using mb2md or other utility.
+
+* <span id="special_tags">**Take advantage of tags that are special to notmuch**</span>
+
+  See [[tags special to notmuch|special-tags]].