From 1cc222204584861dfb322abe8d1919395956827a Mon Sep 17 00:00:00 2001 From: Chen Li Date: Sun, 8 Nov 2020 12:43:37 +0800 Subject: [PATCH] ol-wl: add maildir and rss to folder types * contrib/lisp/ol-wl.el (org-wl-folder-types): Add maildir and rss. with this commit, org-link can open maildir and rss folder. more to read: http://wanderlust.github.io/wl-docs/wl.html#Folders~ --- contrib/lisp/ol-wl.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/lisp/ol-wl.el b/contrib/lisp/ol-wl.el index 8c716adef..bf945312a 100644 --- a/contrib/lisp/ol-wl.el +++ b/contrib/lisp/ol-wl.el @@ -104,9 +104,10 @@ googlegroups otherwise." (defvar elmo-nntp-default-server) (defconst org-wl-folder-types - '(("%" . imap) ("-" . nntp) ("+" . mh) ("=" . spool) - ("$" . archive) ("&" . pop) ("@" . shimbun) ("[" . search) - ("*" . multi) ("/" . filter) ("|" . pipe) ("'" . internal)) + '(("%" . imap) ("-" . nntp) ("+" . mh) ("." . maildir) + ("=" . spool) ("$" . archive) ("&" . pop) ("@" . shimbun) + ("rss" . rss) ("[" . search) ("*" . multi) ("/" . filter) + ("|" . pipe) ("'" . internal) ) "List of folder indicators. See Wanderlust manual, section 3.") ;; Install the link type