X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-draft.el;fp=emacs%2Fnotmuch-draft.el;h=0b1ba43fd0eb46ff8cac126b5c2cf8b97c70f3e3;hp=aeb6c5882a4125da3e19c528999dd8c557fffb56;hb=a890241138ea468f8a275941b02da39b4e894c1e;hpb=06477bce03d09353e92cea7a59134b5ac3facae3 diff --git a/emacs/notmuch-draft.el b/emacs/notmuch-draft.el index aeb6c588..0b1ba43f 100644 --- a/emacs/notmuch-draft.el +++ b/emacs/notmuch-draft.el @@ -239,7 +239,7 @@ applied to newly inserted messages)." (defun notmuch-draft-resume (id) "Resume editing of message with id ID." ;; Used by command `notmuch-show-resume-message'. - (let* ((tags (process-lines notmuch-command "search" "--output=tags" + (let* ((tags (notmuch--process-lines notmuch-command "search" "--output=tags" "--exclude=false" id)) (draft (equal tags (notmuch-update-tags tags notmuch-draft-tags)))) (when (or draft