summaryrefslogtreecommitdiff
path: root/lisp/init-mail.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-mail.el')
-rw-r--r--lisp/init-mail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el
index 9c53d1d..0ef158a 100644
--- a/lisp/init-mail.el
+++ b/lisp/init-mail.el
@@ -214,7 +214,7 @@ to group buffer instead of moving to next group."
(defun km/notmuch-show-copy-message-id-as-kill ()
(interactive)
- (kill-new (message (notmuch-show-get-message-id))))
+ (kill-new (message "%s" (notmuch-show-get-message-id))))
(define-key notmuch-hello-mode-map "o" 'km/ace-link-widget)