X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=emacstips.mdwn;h=03ff0017f1bd5e00effd0fb88020cc1697b298ab;hp=1d73550528617ef07b6e3fb00f6159ef7e2cab77;hb=5cb7bc3962cc1b5465ee100c9ab6763cc783316f;hpb=2f342ba031eb9fb6f052de9b0cef22957ab58443 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.