emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] new version of org-mew.el


From: Tokuya Kameshima
Subject: Re: [O] new version of org-mew.el
Date: Tue, 12 Mar 2013 00:44:17 +0900 (JST)

Hi Bastien,

Could you apply the attached patch to org-mew.el?
This will fix a problem where `org-mew-store-link' does not care the
Mew's case feature.

Thank you,
--Tokuya

On Mon, 25 Feb 2013 20:36:52 +0900 (JST),
Tokuya Kameshima <address@hidden> wrote:
> The attached is the new version of org-mew.el with several new features.
> I would appreciate it if some of Mew users could try this.
diff --git a/contrib/lisp/org-mew.el b/contrib/lisp/org-mew.el
index 1fa6fc2..fae6898 100644
--- a/contrib/lisp/org-mew.el
+++ b/contrib/lisp/org-mew.el
@@ -195,7 +195,8 @@ with \"t\" key."
           (mark-info (mew-summary-get-mark)))
       (if (and org-mew-link-to-refile-destination
               (eq mark-info ?o))       ; marked as refile
-         (nth 1 (mew-refile-get msgnum))
+         (mew-case-folder (mew-sinfo-get-case)
+                          (nth 1 (mew-refile-get msgnum)))
        (let ((folder-or-path (mew-summary-folder-name)))
          (mew-folder-path-to-folder folder-or-path t))))))
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]