]> git.notmuchmail.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
Mention change from notmuch-search-tag-thread to notmuch-search-tag
[notmuch-wiki] / emacstips.mdwn
index e73c1f5538a46791d3508f571a9147ecc2e257a9..ffc057c83f9b2e86af2a0ecf7a115af5029a9341 100644 (file)
@@ -1,14 +1,13 @@
-<!-- -*- mode: text; indent-tabs-mode: nil -*- -->
+# Tips and Tricks for using notmuch with Emacs
 
-[[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
-#Tips and Tricks for using notmuch with Emacs
+One of the more popular notmuch message reading clients is
+**notmuch.el**, an [emacs](http://www.gnu.org/software/emacs/) major
+mode for interacting with notmuch.  It is included in the notmuch
+package.  This page goes over some usage tips for using notmuch with
+Emacs.
 
 [[!toc levels=2]]
 
-The main Notmuch message reading client is **notmuch.el**, which is an
-[emacs](http://www.gnu.org/software/emacs/) major mode, and is
-included in the notmuch package.
-
 ## Setup
 
 To use the Notmuch emacs mode, first add the following line to your
@@ -162,7 +161,8 @@ the above needs to be changed to this:
 You can do the same for threads in `notmuch-search-mode` by just
 replacing "show" with "search" in the called functions.
 
-(Starting from notmuch 0.12 use `notmuch-search-tag-thread` instead)
+(Starting from notmuch 0.12 use `notmuch-search-tag-thread` instead,
+starting from 0.13 use `notmuch-search-tag`).
 
 The definition above makes use of a lambda function, but you could
 also define a separate function first: