From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: org-mairix.el now on EmacsWiki Date: Sat, 8 Dec 2007 20:08:34 +0000 Message-ID: <20071208200834.GA16711@atlantic.linksys.moosehall> References: Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J15yZ-0007fx-IS for emacs-orgmode@gnu.org; Sat, 08 Dec 2007 15:08:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J15yY-0007fL-Hn for emacs-orgmode@gnu.org; Sat, 08 Dec 2007 15:08:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J15yY-0007fA-9o for emacs-orgmode@gnu.org; Sat, 08 Dec 2007 15:08:38 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J15yX-0007ce-Qe for emacs-orgmode@gnu.org; Sat, 08 Dec 2007 15:08:38 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id lB8K8bMT003085 for ; Sat, 8 Dec 2007 14:08:37 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id lB8K8bXA003078 for emacs-orgmode@gnu.org; Sat, 8 Dec 2007 20:08:37 GMT Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org On Thu, Sep 27, 2007 at 04:16:12PM +0200, Georg C. F. Greve wrote: > http://www.emacswiki.org/emacs/org-mairix.el Hi Georg, See my other post sent within a few minutes of this for deeper discussion points, but just wanted to point out a minor cosmetic issue here which I noticed when I started to hack org-mairix for adding mutt support: ;;; Generic org-mairix functions (defun org-mairix-store-link () [...] Actually this function is gnus-specific, so I would suggest that it be renamed to org-mairix-gnus-store-link and moved to a different location within the file so that it is not under the 'Generic' sub-heading. Thanks, Adam