]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: bugfix unquoted symbol
authorMark Walters <markwalters1009@gmail.com>
Sat, 14 Sep 2013 20:17:07 +0000 (21:17 +0100)
committerDavid Bremner <bremner@debian.org>
Sun, 15 Sep 2013 11:55:14 +0000 (08:55 -0300)
In the recent changes for search order handling the default-value of
notmuch-search-oldest-first was used. However, default-value needs a
symbol so the symbol-name needs to be quoted.

This missing quote was causing strange sort-orders in some cases.


No differences found