瀏覽代碼

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~
Chen Li 4 年之前
父節點
當前提交
1cc2222045
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      contrib/lisp/ol-wl.el

+ 4 - 3
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