From: David Bremner Date: Wed, 7 Oct 2015 15:19:36 +0000 (-0300) Subject: remove extra quote from emacs example X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=c9f68e4b284734bf5c4ec9939b359698fabb6296 remove extra quote from emacs example the list is already quoted --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 95157e7..b158c6d 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -218,7 +218,7 @@ displaying the count for the saved-search. For example (setq notmuch-saved-searches '((:name "inbox" :query "tag:inbox" :count-query "tag:inbox and tag:unread" - :sort-order 'oldest-first))) + :sort-order oldest-first))) specifies a single saved search for inbox, but the number displayed by the search will be the number of unread messages in the inbox, and the