From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75590 Path: news.gmane.org!not-for-mail From: Noorul Islam K M Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-demon question Date: Tue, 04 Jan 2011 17:36:18 +0530 Message-ID: <87k4ikrhz9.fsf@noorul.maa.corp.collab.net> References: <87sjxqe23b.fsf@noorul.maa.corp.collab.net> <87k4ilyzv7.fsf@noorul.maa.corp.collab.net> <877hekj42b.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1294142930 8320 80.91.229.12 (4 Jan 2011 12:08:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Jan 2011 12:08:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23941@lists.math.uh.edu Tue Jan 04 13:08:46 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pa5gx-0006u5-92 for ding-account@gmane.org; Tue, 04 Jan 2011 13:08:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Pa5gv-0002T9-7U; Tue, 04 Jan 2011 06:08:41 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Pa5gu-0002Sz-6c for ding@lists.math.uh.edu; Tue, 04 Jan 2011 06:08:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pa5gs-0000GL-69 for ding@lists.math.uh.edu; Tue, 04 Jan 2011 06:08:40 -0600 Original-Received: from mail-iy0-f172.google.com ([209.85.210.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pa5gq-00040h-RN for ding@gnus.org; Tue, 04 Jan 2011 13:08:37 +0100 Original-Received: by iyi42 with SMTP id 42so14350135iyi.17 for ; Tue, 04 Jan 2011 04:08:30 -0800 (PST) Original-Received: by 10.231.34.65 with SMTP id k1mr5703125ibd.9.1294142910268; Tue, 04 Jan 2011 04:08:30 -0800 (PST) Original-Received: from noorul.maa.corp.collab.net (nat2.maa.collab.net [208.87.9.2]) by mx.google.com with ESMTPS id gy41sm19804616ibb.11.2011.01.04.04.08.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 04 Jan 2011 04:08:29 -0800 (PST) In-Reply-To: <877hekj42b.fsf@topper.koldfront.dk> ("Adam =?utf-8?Q?Sj?= =?utf-8?Q?=C3=B8gren=22's?= message of "Tue, 04 Jan 2011 12:34:04 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75590 Archived-At: asjo@koldfront.dk (Adam Sj=C3=B8gren) writes: > On Tue, 04 Jan 2011 11:28:04 +0530, Noorul Islam wrote: > >> How do we make gnus to check mails at regular intervals? If there is any >> other way then it will be great to know. > > I use this in my ~/.gnus: > > ; Daemon to fetch email every 5 minutes when Emacs has been idle for 5 = minutes: > (gnus-demon-add-handler 'gnus-demon-scan-mail 5 5) > (gnus-demon-init) > > Works like a charm (note that I don't think this updates the *Group* > buffer; I am not 100% sure though). > Then how do you know that new mails arrived? Thanks and Regards Noorul