From 5546df7f3b7e73d4d530ce0719751bd0182c1154 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 20 Sep 2010 00:12:41 +0200 Subject: [PATCH] org-gnus.el: Add the :date property. * org-gnus.el (org-gnus-store-link): add the :date property to gnus links, allowing the use of %:date in capture templates. --- lisp/org-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 020618806..80cc156e8 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -167,7 +167,7 @@ If `org-store-link' was called with a prefix arg the meaning of (setq to (or to (gnus-fetch-original-field "To")) newsgroups (gnus-fetch-original-field "Newsgroups") x-no-archive (gnus-fetch-original-field "x-no-archive"))) - (org-store-link-props :type "gnus" :from from :subject subject + (org-store-link-props :type "gnus" :from from :subject subject :date date :message-id message-id :group group :to to) (setq desc (org-email-link-description) link (org-gnus-article-link