From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhang Jun Newsgroups: gmane.emacs.help Subject: Re: which module is checking mail every minute ? Date: Mon, 28 Dec 2015 13:43:25 +0800 Message-ID: References: <83io3jfdj2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1451281422 13517 80.91.229.3 (28 Dec 2015 05:43:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2015 05:43:42 +0000 (UTC) Cc: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 28 06:43:42 2015 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 1aDQap-0000Xi-0A for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Dec 2015 06:43:39 +0100 Original-Received: from localhost ([::1]:43681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDQao-0005Q2-8u for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Dec 2015 00:43:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDQad-0005Pb-9x for help-gnu-emacs@gnu.org; Mon, 28 Dec 2015 00:43:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDQac-0005zk-8N for help-gnu-emacs@gnu.org; Mon, 28 Dec 2015 00:43:27 -0500 Original-Received: from mail-io0-x22c.google.com ([2607:f8b0:4001:c06::22c]:36500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDQac-0005zf-3W for help-gnu-emacs@gnu.org; Mon, 28 Dec 2015 00:43:26 -0500 Original-Received: by mail-io0-x22c.google.com with SMTP id o67so296852799iof.3 for ; Sun, 27 Dec 2015 21:43:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=fY51VfnG9UkOfQ6u6ddy++Mlw2xk9oLvO5+pRrhKjGk=; b=qijZ7V8anS81nULxLzrPKvaNz+FQkQ644aUZi4z7HipfQYRS9HpKa/iak4K9Q8q1Cb 3IKY1NdOTxdRSbq8vlYkR4cInKnjAkBc7lugKWByKfhTfnfzrfL6Dhv2LMrzBBkvL6C1 GzHQrkwWBctJGu5MU7zE9ny5RdRcoE8mdgY3YWKqJwRYUzEKGBncpO6HAZkADmJgdeiW 6nLOZxDwwCe0hc+oAUbBJZu3c6pFwo/mw1spD4u4clCbr4HIC8J5D7TRg9dChdHpQYH3 Xy3L2jVIe45+kNLTEGUkLpjcrhBxa6frMI755A+A+ZCDV6MrgnZpFC14j8ssCyGNvzMT nnlw== X-Received: by 10.107.16.213 with SMTP id 82mr59611974ioq.119.1451281405508; Sun, 27 Dec 2015 21:43:25 -0800 (PST) Original-Received: by 10.36.110.17 with HTTP; Sun, 27 Dec 2015 21:43:25 -0800 (PST) In-Reply-To: <83io3jfdj2.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:4001:c06::22c X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:108505 Archived-At: Cool, (setq display-time-mail-file t) display-time-mail-file's value is t Documentation: File name of mail inbox file, for indicating existence of new mail. Non-nil and not a string means don't check for mail; nil means use default, which is system-dependent, and is the same as used by Rmail. thanks! On Mon, Dec 28, 2015 at 11:38 AM, Eli Zaretskii wrote: > > Date: Sun, 27 Dec 2015 19:48:09 +0800 > > From: Zhang Jun > > > > I notice emacs is checking mailbox every minute, > > but I'm not using gnus/mew/rmail ... > > Did you turn on display-time-mode? It by default checks your mailbox > and displays an icon if you do have mail. There are customization > variables to disable the mail checking and still display the time. > >