From: Carl Worth Date: Fri, 13 Nov 2009 07:16:19 +0000 (-0800) Subject: notmuch.el: Add a binding ('o') and command to toggle current search order. X-Git-Tag: 0.1~504 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8561c7463a5de3bd0990d8244abb1c67ca4f4a7d;hp=8561c7463a5de3bd0990d8244abb1c67ca4f4a7d notmuch.el: Add a binding ('o') and command to toggle current search order. This ended up being a bit easier than I thought. Just flip the controlling variable and then run `notmuch-search-refresh-view'. ---