diff options
-rw-r--r-- | piem-notmuch.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/piem-notmuch.el b/piem-notmuch.el index 71d56f7..181480a 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -122,7 +122,8 @@ notmuch thread." (notmuch-show-get-subject)) (= (notmuch-count-attachments (piem-notmuch--with-current-message - (mm-dissect-buffer))) 0)) + (mm-dissect-buffer))) + 0)) (let* ((thread-id (or notmuch-show-thread-id (error "bug: notmuch-show-thread-id unexpectedly nil"))) |