]> git.notmuchmail.org Git - notmuch/commit
emacs: Consistently use configured sort order
authorAustin Clements <amdragon@MIT.EDU>
Tue, 3 Sep 2013 21:45:17 +0000 (17:45 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 10 Sep 2013 11:05:50 +0000 (08:05 -0300)
commit8a111b58d8fac3d126fd194fcdad6635cbd54e4e
treefde723e9d942afcfb2c4f7bbe528e51f00d75d12
parent654260420d3be14a4218c327a571fe56873f9abb
emacs: Consistently use configured sort order

Previously, if `notmuch-search' was called interactively (bound to "s"
in search and show, but not hello), it would always use newest-first.
However, `notmuch-hello-search' (bound to "s" in hello) and
`notmuch-hello-widget-search` would call it with the user-configured
sort order.  This inconsistency seems unintentional, so change
`notmuch-search' to use the user-configured sort order when called
interactively.
emacs/notmuch.el