diff options
Diffstat (limited to 'lisp/org/ol-gnus.el')
-rw-r--r-- | lisp/org/ol-gnus.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ol-gnus.el b/lisp/org/ol-gnus.el index 2d51447e0c4..72bdd7310a9 100644 --- a/lisp/org/ol-gnus.el +++ b/lisp/org/ol-gnus.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2004-2021 Free Software Foundation, Inc. -;; Author: Carsten Dominik <carsten at orgmode dot org> +;; Author: Carsten Dominik <carsten.dominik@gmail.com> ;; Tassilo Horn <tassilo at member dot fsf dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: https://orgmode.org @@ -194,7 +194,7 @@ If `org-store-link' was called with a prefix arg the meaning of (message-tokenize-header (mail-fetch-field "gcc" nil t) " ,")))) (id (org-unbracket-string "<" ">" - (mail-fetch-field "Message-ID"))) + (mail-fetch-field "Message-ID"))) (to (mail-fetch-field "To")) (from (mail-fetch-field "From")) (subject (mail-fetch-field "Subject")) |