]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
contrib: pick: fix refresh result
authorMark Walters <markwalters1009@gmail.com>
Sun, 30 Jun 2013 08:55:12 +0000 (09:55 +0100)
committerDavid Bremner <bremner@debian.org>
Thu, 4 Jul 2013 03:36:38 +0000 (00:36 -0300)
The function notmuch-pick-refresh-result (used to update tag changes)
was not quite correct: sometimes it got the choice between the subject
and " ..." wrong. This was always true but the new code often calls
this (when opening a message in the message pane to remove the unread
tag) while the async pick process is still running and this caused
mistakes which made the tests fail.

Thus we store the previous subject with the message.


No differences found