From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: nnmairix Date: Mon, 17 Mar 2014 17:35:06 +0100 Message-ID: <87k3bsiy11.fsf@web.de> References: <87k3c2p2rw.fsf@newcastle.ac.uk> <877g80ns0a.fsf@web.de> <87pplkkdwu.fsf@newcastle.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395074149 20829 80.91.229.3 (17 Mar 2014 16:35:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2014 16:35:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: phillip.lord@newcastle.ac.uk (Phillip Lord) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 17 17:35:56 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WPaVu-0007nK-Gg for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Mar 2014 17:35:46 +0100 Original-Received: from localhost ([::1]:59063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPaVu-0004k8-53 for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Mar 2014 12:35:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPaVU-0004h8-54 for help-gnu-emacs@gnu.org; Mon, 17 Mar 2014 12:35:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPaVO-0003iG-AM for help-gnu-emacs@gnu.org; Mon, 17 Mar 2014 12:35:20 -0400 Original-Received: from mout.web.de ([212.227.17.11]:63293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPaVO-0003i0-04 for help-gnu-emacs@gnu.org; Mon, 17 Mar 2014 12:35:14 -0400 Original-Received: from drachen.dragon ([90.186.250.125]) by smtp.web.de (mrweb002) with ESMTPSA (Nemesis) id 0MUnuu-1WdwVn1c7w-00Y7sP; Mon, 17 Mar 2014 17:35:12 +0100 In-Reply-To: <87pplkkdwu.fsf@newcastle.ac.uk> (Phillip Lord's message of "Mon, 17 Mar 2014 16:06:41 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:wm4cpIitXdE4PCLWP4WKPDcqzZpjwWnpgynmpJNrA6AOl9mbIsv s6esQz4yYt/ybBs6bY9JIfPZYhZ1/eqcTPXGIMoPebLwQIKvhnH+K/5Srm5Q0zZMCfeaHM5 GyBzsaYPFYQhazycwIQhFykiF5A5HHAhUqnabs/T7HDx1YaSjZPY6mNmY2Rbqnp9dWP9iTx HUx2kO62e1yZVv3UUKDwg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.11 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96561 Archived-At: phillip.lord@newcastle.ac.uk (Phillip Lord) writes: > Once I got mairix producing nnml all was good. Great to hear! > (add-hook 'gnus-group-mode-hook 'nnmairix-group-mode-hook) > (add-hook 'gnus-summary-mode-hook 'nnmairix-summary-mode-hook) I'm curious why you need this - because this is already done in nnmairix.el. Or do I miss something? Michael.