diff options
| -rw-r--r-- | oni-notmuch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-notmuch.el b/oni-notmuch.el index eafd719..17c64a5 100644 --- a/oni-notmuch.el +++ b/oni-notmuch.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.1215.001230 +;; Version: 2025.1215.003136 ;; Package-Requires: (oni-sendmail notmuch ol-notmuch olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -55,7 +55,7 @@ Display SIGNAL when the process has finished and refresh the (message "%s: %s" (caddr (process-command process)) (substring signal 0 -1)) - (when-let ((buffer (get-buffer "*notmuch-hello*"))) + (when-let* ((buffer (get-buffer "*notmuch-hello*"))) (with-current-buffer buffer (notmuch-refresh-this-buffer))))) |
