From: Mark Walters Date: Sun, 30 Jun 2013 08:55:12 +0000 (+0100) Subject: contrib: pick: fix refresh result X-Git-Tag: 0.16_rc1~27 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=eb26cd1fba4749a4cf89baba86bcbf015e812ac3;hp=eb26cd1fba4749a4cf89baba86bcbf015e812ac3;p=obsolete%2Fnotmuch-old contrib: pick: fix refresh result 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. ---