Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Created March 7, 2012 22:03
Show Gist options
  • Save tbielawa/1996535 to your computer and use it in GitHub Desktop.
Save tbielawa/1996535 to your computer and use it in GitHub Desktop.
(defun notmuch-search-tag-thread-multi (&rest tags)
(mapc 'message tags))
(setq mytags '("+derp" "+hodor" "-dong"))
(notmuch-search-tag-thread-multi mytags)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment