X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=contrib%2Fnotmuch-pick%2Fnotmuch-pick.el;h=cf026af3b23d0d5783b60199c28fa9b77b13bc74;hb=8f1a8c7b094e22e10cf88193d5243e62ae9c8da8;hp=755cbbce008bafb8aeae3ade71f3ef19c123caca;hpb=0f9c630a8aeefc01d85cb62bbfb82051305ebf6a;p=obsolete%2Fnotmuch-old diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index 755cbbce..cf026af3 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -339,8 +339,8 @@ Does NOT change the database." (with-selected-window notmuch-pick-message-window (setq current-prefix-arg '(4)) (setq buffer (notmuch-show id nil nil nil))) - (notmuch-pick-tag-update-display (list "-unread"))) - (setq notmuch-pick-message-buffer buffer))) + (notmuch-pick-tag-update-display (list "-unread")) + (setq notmuch-pick-message-buffer buffer)))) (defun notmuch-pick-show-message-out () "Show the current message (in whole window)."