emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chen Li<chenli.firstlove@outlook.com>
To: emacs-orgmode@gnu.org, Kyle Meyer <kyle@kyleam.com>
Subject: [PATCH] ol-wl: add maildir and rss to folder types
Date: Sun, 08 Nov 2020 12:43:37 +0800	[thread overview]
Message-ID: <SY4P282MB199588B5B9EBE7CD2FC83A209DEB0@SY4P282MB1995.AUSP282.PROD.OUTLOOK.COM> (raw)

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 8c716ad..bf94531 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
-- 
2.29.2



             reply	other threads:[~2020-11-08  5:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-08  4:43 Chen Li [this message]
2020-11-13  4:31 ` [PATCH] ol-wl: add maildir and rss to folder types Kyle Meyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SY4P282MB199588B5B9EBE7CD2FC83A209DEB0@SY4P282MB1995.AUSP282.PROD.OUTLOOK.COM \
    --to=chenli.firstlove@outlook.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=kyle@kyleam.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).