From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Damien Wyart Newsgroups: gmane.emacs.help Subject: Re: gnus trying to read news while I want only mail Date: Tue, 10 Sep 2013 20:50:26 +0200 Organization: Serveur de News Free Message-ID: <522f69f3$0$14006$426a34cc@news.free.fr> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1378839618 5676 80.91.229.3 (10 Sep 2013 19:00:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Sep 2013 19:00:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 10 21:00:20 2013 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 1VJTAg-0004Zu-S5 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Sep 2013 21:00:18 +0200 Original-Received: from localhost ([::1]:59599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJTAf-0006q7-Nn for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Sep 2013 15:00:17 -0400 X-Received: by 10.180.212.112 with SMTP id nj16mr4948788wic.4.1378839027657; Tue, 10 Sep 2013 11:50:27 -0700 (PDT) Original-Path: usenet.stanford.edu!gn7no4722002wib.1!news-out.google.com!ed8ni154497wic.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!cleanfeed4-a.proxad.net!nnrp2-2.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 Original-Lines: 16 Original-NNTP-Posting-Date: 10 Sep 2013 20:50:27 CEST Original-NNTP-Posting-Host: 213.41.244.197 Original-X-Trace: 1378839027 news-4.free.fr 14006 213.41.244.197:46298 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:201049 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:93318 Archived-At: * Luca Ferrari in gnu.emacs.help: > I want to use gnus only for reading mail, not newsgroup, You can use (for nnml ; if you need nnimap, adjust accordingly): (setq gnus-select-method '(nnml "")) (and also tune nnml-* variables if needed) Or setq gnus-select-method to nnnil, and have a nnml secondary select method (the display will then be a bit different), along the lines of the following example (but without nnimap, except if you need it): http://www.gnu.org/software/emacs/manual/html_node/gnus/The-Empty-Backend.html -- DW