~bzg/org-contrib

f14585c2d34db1ad2906d58e79a5a97a6cabb401 — Ihor Radchenko 1 year, 4 days ago 1ee7db2
* lisp/ol-wl.el: Do not use obsolete function names

(org-wl-store-link-folder):
(org-wl-store-link-message): Update function names to non-obsolete.
1 files changed, 7 insertions(+), 7 deletions(-)

M lisp/ol-wl.el
M lisp/ol-wl.el => lisp/ol-wl.el +7 -7
@@ 162,7 162,7 @@ ENTITY is a message entity."
      (beginning-of-line)
      (unless (and (wl-folder-buffer-group-p)
		   (looking-at wl-folder-group-regexp))
	(org-store-link-props :type "wl" :description petname
	(org-link-store-props :type "wl" :description petname
			      :link link)
	link))))



@@ 216,7 216,7 @@ ENTITY is a message entity."
	    (cond
	     ((and (eq folder-type 'shimbun)
		   org-wl-shimbun-prefer-web-links xref)
	      (org-store-link-props :type "http" :link xref :description subject
	      (org-link-store-props :type "http" :link xref :description subject
				    :from from :to to :message-id message-id
				    :message-id-no-brackets message-id-no-brackets
				    :subject subject))


@@ 227,18 227,18 @@ ENTITY is a message entity."
			 "http://mid.gmane.org/%s"
                       "https://groups.google.com/groups/search?as_umsgid=%s")
		     (url-encode-url message-id)))
	      (org-store-link-props :type "http" :link link :description subject
	      (org-link-store-props :type "http" :link link :description subject
				    :from from :to to :message-id message-id
				    :message-id-no-brackets message-id-no-brackets
				    :subject subject))
	     (t
	      (org-store-link-props :type "wl" :from from :to to
	      (org-link-store-props :type "wl" :from from :to to
				    :subject subject :message-id message-id
				    :message-id-no-brackets message-id-no-brackets)
	      (setq desc (org-email-link-description))
	      (setq desc (org-link-email-description))
	      (setq link (concat "wl:" folder-name "#" message-id-no-brackets))
	      (org-add-link-props :link link :description desc)))
	    (org-add-link-props :date date)
	      (org-link-add-props :link link :description desc)))
	    (org-link-add-props :date date)
	    (or link xref)))))))

(defun org-wl-open-nntp (path)