emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tokuya Kameshima <kames@fa2.so-net.ne.jp>
To: maus.david@gmail.com
Cc: kames@fa2.so-net.ne.jp, emacs-orgmode@gnu.org
Subject: Re: [Fwd: Orgmode] Proposal: Enhanced link capabilites to Wanderlust messages
Date: Wed, 13 Jan 2010 01:35:59 +0900	[thread overview]
Message-ID: <20100113.013559.83644424.kames@fa2.so-net.ne.jp> (raw)
In-Reply-To: <878wc71vtc.wl%maus.david@gmail.com>

Hi David,

Thank you for the mail.  I missed your proposal on the mailing list.

I totally agree with your modification on "1.1 Messages in filter
folders" and "1.2 Messages in shimbun folders".  Thanks!  Please go
ahead and ask Carsten to merge the modification to the git repository.

As for "1.3 Link to thread", I think we can avoid the global level
implementation by the following modification:

    In the WL summary mode, you can toggle the thread open/close
    status by pressing '/' key.  If `org-wl-link-to-thread' is set to
    t and the thread is *closed*, `org-wl-store-link' stores a link to
    the thread.  Otherwise, it stores a link to the message.

The patch is below.

----------------------------------------------------------------------
--- org-wl.el.BAK	Sun Jan 10 14:16:05 2010
+++ org-wl.el	Tue Jan 12 16:22:25 2010
@@ -129,6 +129,9 @@
 	   (folder-type (org-wl-folder-type folder-name))
 	   (message-id (elmo-message-field wl-summary-buffer-elmo-folder
 					   msgnum 'message-id))
+	   (org-wl-link-to-thread (if (wl-thread-entity-get-opened
+				       (wl-thread-get-entity msgnum))
+				      nil org-wl-link-to-thread))
 	   (wl-message-entity
 	    (if (fboundp 'elmo-message-entity)
 		(elmo-message-entity
----------------------------------------------------------------------

I am not sure this is a good solution since this behavior seems a
little bit tricky for the users.  But at least it avoids the global
setting problem.

Thanks,
--Tokuya


On Sat, 09 Jan 2010 10:17:35 +0100,
David Maus <maus.david@gmail.com> wrote:
>
> Hi Tokuya,
> 
> Some days ago I posted a proposal about enhanced link capabilities to
> Wanderlust messages for Emacs/Orgmode on the orgmode Mailinglist
> 
> http://thread.gmane.org/gmane.emacs.orgmode/21046
> 
> and as there are (as it seems) not that much Orgmode users who use
> Wanderlust Carsten suggested to contact you directly, too, just in
> case you don't read the orgmode mailinglist regularly.
> 
> So if you happen to have any suggestion, comments or more ideas on
> extending Orgmodes capabilities I'd be glad to hear.
> 
> Regards
> 
>   -- David
> 
> --
> OpenPGP... 0x99ADB83B5A4478E6
> Jabber.... dmjena@jabber.org
> Email..... maus.david@gmail.com

       reply	other threads:[~2010-01-12 16:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <878wc71vtc.wl%maus.david@gmail.com>
2010-01-12 16:35 ` Tokuya Kameshima [this message]
2010-01-17 20:27   ` [Fwd: Orgmode] Proposal: Enhanced link capabilites to Wanderlust messages David Maus

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=20100113.013559.83644424.kames@fa2.so-net.ne.jp \
    --to=kames@fa2.so-net.ne.jp \
    --cc=emacs-orgmode@gnu.org \
    --cc=maus.david@gmail.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).