emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tokuya Kameshima <kametoku@gmail.com>
To: bzg@altern.org
Cc: kametoku@gmail.com, emacs-orgmode@gnu.org
Subject: Re: new version of org-mew.el
Date: Tue, 12 Mar 2013 00:44:17 +0900 (JST)	[thread overview]
Message-ID: <20130312.004417.1242803083175502607.kametoku@gmail.com> (raw)
In-Reply-To: <20130225.203652.1880414702745010956.kametoku@gmail.com>

[-- Attachment #1: Type: Text/Plain, Size: 397 bytes --]

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 <kametoku@gmail.com> 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.

[-- Attachment #2: org-mew.el.patch --]
[-- Type: Text/X-Patch, Size: 555 bytes --]

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))))))
 

  parent reply	other threads:[~2013-03-11 15:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-25 11:36 new version of org-mew.el Tokuya Kameshima
2013-02-26 22:30 ` Bastien
2013-02-27  9:26   ` Achim Gratz
2013-02-27  9:30     ` Bastien
2013-02-27 20:09       ` Achim Gratz
2013-02-27 22:28         ` Bastien
2013-02-27 22:46           ` Achim Gratz
2013-03-11 15:44 ` Tokuya Kameshima [this message]
2013-03-11 15:54   ` Bastien

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=20130312.004417.1242803083175502607.kametoku@gmail.com \
    --to=kametoku@gmail.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /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).