From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: mail integration, advice? Date: Thu, 26 Apr 2012 19:23:16 +0200 Message-ID: <87aa1y5rwb.fsf@thinkpad.tsdh.de> References: <87ipgm1mqk.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNSPn-0008L4-GM for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 13:23:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNSPi-0003Vs-N0 for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 13:23:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:44982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNSPi-0003Vl-GH for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 13:23:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SNSPe-0007Q9-JZ for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 19:23:26 +0200 Received: from 91-67-11-43-dynip.superkabel.de ([91.67.11.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2012 19:23:26 +0200 Received: from tassilo by 91-67-11-43-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2012 19:23:26 +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 Rasmus writes: >> (if possible, this should allow me to archive a message and still be >> able to find it when I follow an org message link) > > You can capture gnus mails through org-capture. I don't know how > robust the links are. The links are saved by combining the group and Message-Id of the mail. So if Matt means "move a message to some archive group" with archiving a message, the links will be broken. But there's `gnus-summary-article-move-hook' that could be used to track article movements and update links. Bye, Tassilo