From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: Linking to Thunderbird (correction) Date: Mon, 10 Dec 2012 13:45:40 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti8MI-0001GX-NQ for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 13:45:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti8MH-0000Bz-PB for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 13:45:42 -0500 Received: from mail-qa0-f48.google.com ([209.85.216.48]:44170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti8MH-0000Bt-Kv for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 13:45:41 -0500 Received: by mail-qa0-f48.google.com with SMTP id l8so2253509qaq.0 for ; Mon, 10 Dec 2012 10:45:40 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christoph Herzog Cc: Org Mode On Mon, Dec 10, 2012 at 2:24 AM, Christoph Herzog wrote: > (org-add-link-type "thunderlink" 'org-thunderlink-open) > (defun org-thunderlink-open (path) > "Opens a specified email in Thunderbird with the help of the add-on > ThunderLink." > (start-process "myname" nil "thunderbird" "-thunderlink" (concat > "thunderlink:" path))) > > (provide 'org-thunderlink) wow, fantastic! thank you for this -- I just couldn't make myself love wanderlust the way I wanted to, but I desperately missed org integration-- and now I have it back! this is fantastic. (though I've just noticed that if I archive or move an email, the link breaks -- not at al surprising, but it would be fantastic to get around that somehow..)