]> git.notmuchmail.org Git - notmuch/commit
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)
commit302120362e7ce50c8d24544a4ff6254e8aaff6e8
tree54f00d5e5c3aec20efb48484d66bb8d1f4024c0b
parent71521f06b00a01c5b0eaea5f5f624fe57ed7f426
emacs: bugfix unquoted symbol

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.
emacs/notmuch.el