diff options
-rw-r--r-- | lisp/km-mail.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/km-mail.el b/lisp/km-mail.el index 356c6bc..66d1202 100644 --- a/lisp/km-mail.el +++ b/lisp/km-mail.el @@ -234,8 +234,7 @@ Tracking System, set '--in-reply-to' to the initial report and (notmuch-show-stash-git-helper (message-tokenize-header (km/notmuch-with-raw-message (concat "id:" root-id) - (and (re-search-forward "^Cc: \\(.+\\)" nil t) - (match-string 1)))) + (message-fetch-field "Cc"))) "--cc=") (notmuch-show-stash-git-helper (list root-id) "--in-reply-to=")) " "))))) |