Selaa lähdekoodia

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.
Bernt Hansen 16 vuotta sitten
vanhempi
commit
ade96beaeb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lisp/org-gnus.el

+ 1 - 0
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)