From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [patch] Extended link capabilities to Wanderlust messages Date: Tue, 13 Apr 2010 07:57:12 +0200 Message-ID: <07FA6FF9-01F4-4331-B839-4B6AE6219FF2@gmail.com> References: <87fx32cr3f.wl%dmaus@ictsoc.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1aBx-00024T-Aj for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:49 -0400 Received: from [140.186.70.92] (port=56730 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1aBr-0001zl-LN for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1aBl-0008Cu-RI for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:43 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:62135) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1aBj-0008Bv-Ir for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:37 -0400 Received: by mail-ew0-f214.google.com with SMTP id 6so154266ewy.32 for ; Tue, 13 Apr 2010 00:05:35 -0700 (PDT) In-Reply-To: <87fx32cr3f.wl%dmaus@ictsoc.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: Tokuya Kameshima , Org Mode Hi David, thanks for this! I have applied the patch. I had to apply it by hand - so please double-check. Also, other wanderlust users: I don't use Wanderlust, so this patch goes in untersted by me. Please check it out! - Carsten On Apr 11, 2010, at 10:48 AM, David Maus wrote: > Hello all, > > Attached patch extendes Org mode's capabilities to store and open > links to Wanderlust messages. The gist of the extended capabilities: > > - Remove filter conditions for messages in a filter folder > > If customization variable `org-wl-link-remove-filter' is non-nil, > filter conditions are stripped of the folder name. > > - Create web links for messages in a Shimbun folder > > If customization variable `org-wl-shimbun-prefer-web-links' is > non-nil, calling `org-store-link' on a Shimbun message creates a > web link to the messages source, indicated in the Xref: header > field. > > - Create web links for messages in a nntp folder > > If customization variable `org-wl-nntp-prefer-web-links' is > non-nil, calling `org-store-link' on a nntp message creates a web > link either to gmane.org if the group can be read trough gmane or > to googlegroups otherwise. In both cases the message-id is used as > reference. > > - Open links in namazu search folder > > If `org-wl-open' is called with one prefix, WL opens a namazu > search folder for message's message-id using > `org-wl-namazu-default-index' as search index. If this variable is > nil or `org-wl-open' is called with two prefixes Org asks for the > search index to use. > > Regards, > > -- David > > -- > OpenPGP... 0x99ADB83B5A4478E6 > Jabber.... dmjena@jabber.org > Email..... dmaus@ictsoc.de > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten