From: Tomi Ollila Date: Sun, 1 Jun 2014 15:17:11 +0000 (+0300) Subject: A missing " X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=5cb7bc3962cc1b5465ee100c9ab6763cc783316f A missing " --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 1d73550..03ff001 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -158,7 +158,7 @@ making quick tag key bindings. The arguments to these functions have changed as notmuch has evolved but the following should work on all versions of notmuch from 0.13 on. These functions take a list of tag changes as argument. For example, an argument of (list "+spam" -"-inbox) adds the tag spam and deletes the tag inbox. Note the +"-inbox") adds the tag spam and deletes the tag inbox. Note the argument must be a list even if there is only a single tag change e.g., use (list "+deleted") to add the deleted tag.