From ade96beaebbc361ce64767cbe85205729987ff03 Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Mon, 24 Nov 2008 22:48:27 -0500 Subject: [PATCH] Hide headers after storing gnus link To get the message id when storing links to Gnus articles we toggle all headers on. This hides the headers again after retrieving the message id. --- lisp/org-gnus.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 8cc11f1ee..c5318097b 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -140,6 +140,7 @@ If `org-store-link' was called with a prefix arg the meaning of (setq desc (org-email-link-description) link (org-gnus-article-link group newsgroups message-id x-no-archive)) (org-add-link-props :link link :description desc) + (gnus-summary-toggle-header -1) link)))) (defun org-gnus-open (path) -- 2.11.4.GIT