From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82349 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Features that make you love Gnus? Date: Mon, 24 Sep 2012 08:47:26 +0200 Message-ID: <87k3vj6hoh.fsf@thinkpad.tsdh.de> References: <876278tinr.fsf@gavenkoa.example.com> <87r4pv6fy0.fsf@thinkpad.tsdh.de> <87a9wg1l04.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348469324 19739 80.91.229.3 (24 Sep 2012 06:48:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2012 06:48:44 +0000 (UTC) Cc: ding@gnus.org To: Oleksandr Gavenko Original-X-From: ding-owner+M30615@lists.math.uh.edu Mon Sep 24 08:48:49 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TG2TG-0001Gb-95 for ding-account@gmane.org; Mon, 24 Sep 2012 08:48:46 +0200 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 1TG2S6-0005Yx-H7; Mon, 24 Sep 2012 01:47:34 -0500 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 1TG2S4-0005Yp-Qd for ding@lists.math.uh.edu; Mon, 24 Sep 2012 01:47:32 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TG2S3-00023U-6T for ding@lists.math.uh.edu; Mon, 24 Sep 2012 01:47:32 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TG2S1-0003ER-6m for ding@gnus.org; Mon, 24 Sep 2012 08:47:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 17FEBD22D9; Mon, 24 Sep 2012 08:47:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V5qB20G6sDw3; Mon, 24 Sep 2012 08:47:27 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 5F6C4D22D8; Mon, 24 Sep 2012 08:47:27 +0200 (CEST) In-Reply-To: <87a9wg1l04.fsf@gavenkoa.example.com> (Oleksandr Gavenko's message of "Mon, 24 Sep 2012 00:34:35 +0300") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82349 Archived-At: Oleksandr Gavenko writes: Hi Oleksandr, >>> I look to INN and Leafnode solutions, but don't understand how >>> Emacs will be send message back to NNTP... >> >> It'll deliver the posting to your local leafnode, and that propagates >> it back to your "real" news server. >> > So I must select group subscription from leafnode instead of in Emacs > *server* buffer... No, the *server* buffer will show an entry for your local leafnode. >From Gnus perspective, there's nothing different in using a local news server from using the one of your ISP/university/whatever. Something like that: (add-to-list 'gnus-secondary-select-methods '(nntp "MyLocalLeafnode" (nntp-address "localhost"))) Then you'll have a MyLocalLeafnode server in *server* where you can subscribe to groupts. > What is gnus-notifications? And where I can find it? I use Gnus v5.13 > from Emacs v23.4.1. It's new in the git version of Gnus. > I would like to have capability to be notified if some one mail me to > my IMAP account or replay on my message in one of 70 groups from 5 > NNTP server (Gmane, Mozilla, Eternal September, rsdn.ru, sql.ru). > > Note that I don't want to be notified if new message is not replay to > me as I read a lot groups!! I think, that "only when someone replies to my mail" thingy isn't possible right now. > Does notifier pull new message with some periodicity (one time in a > hour for NNTP, and one time in 15 min for IMAP)? No. But you can do this using gnus daemons. (info "(gnus)Daemons") Bye, Tassilo