From mboxrd@z Thu Jan 1 00:00:00 1970 From: Otto =?utf-8?b?UGljaGxow7ZmZXI=?= Subject: Re: direct link to mails in gmail Date: Thu, 20 Oct 2011 12:56:19 +0000 (UTC) Message-ID: References: <4E9F8A54.5070007@gmail.com> <80sjmo86iq.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGsAk-0001xO-0f for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 08:56:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGsAj-0004Z1-47 for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 08:56:34 -0400 Received: from lo.gmane.org ([80.91.229.12]:44262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGsAi-0004Yv-VN for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 08:56:33 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RGsAh-0002z6-8v for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 14:56:31 +0200 Received: from 93.83.190.115 ([93.83.190.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Oct 2011 14:56:31 +0200 Received: from doc by 93.83.190.115 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Oct 2011 14:56:31 +0200 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: emacs-orgmode@gnu.org As a workaround I use the following setup: ;; === org link abbreviations === (setq org-link-abbrev-alist '(("mail" . "https://mail.google.com/a/mydomain.at/#mbox/%s") )) When I want to link to a mail message in Gmail I click twice into the address line of firefox which conveniently selects the last part of the url (like 1331c8de4ddc74ed) which is kind of a message ID. Then I go to Emacs and copy and paste this ID into my mail link. Regards,