From 5811550cdd51485ec7ea0f960139eb9ea1741451 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Tue, 7 Aug 2012 17:32:18 +0100 Subject: emacs: notmuch search bugfix The recent change to use json for notmuch-search.el introduced a bug in the code for keeping position on refresh. The problem is a comparison between (plist-get result :thread) and a thread-id returned by notmuch-search-find-thread-id: the latter is prefixed with "thread:" We fix this by adding an option to notmuch-search-find-thread-id to return the bare thread-id. It appears that notmuch-search-refresh-view is the only caller of notmuch-search that supplies a thread-id so this change should be safe (but could theoretically break users .emacs functions). --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 761b2c1d..9916c919 100644 --- a/NEWS +++ b/NEWS @@ -55,6 +55,9 @@ user-specified formatting you've customized this variable, you may have to change your date format from `"%s "` to `"%12s "`. +The thread-id for the `target-thread` argument for `notmuch-search` should +now be supplied without the "thread:" prefix. + Notmuch 0.13.2 (2012-06-02) =========================== -- cgit v1.2.3