From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15746 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.gnus.user Subject: Notifying me to read message from selected groups for new messages only if score greater then N. Date: Sat, 25 Aug 2012 00:49:58 +0300 Organization: At home. Message-ID: <87sjbcarjt.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1345846830 14994 80.91.229.3 (24 Aug 2012 22:20:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Aug 2012 22:20:30 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Aug 25 00:20:29 2012 Return-path: Envelope-to: gegu-info-gnus-english@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 1T52Eq-0008Vp-7A for gegu-info-gnus-english@m.gmane.org; Sat, 25 Aug 2012 00:20:24 +0200 Original-Received: from localhost ([::1]:38067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T52Eo-0002XC-FA for gegu-info-gnus-english@m.gmane.org; Fri, 24 Aug 2012 18:20:22 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T52El-0002Wv-RW for info-gnus-english@gnu.org; Fri, 24 Aug 2012 18:20:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T52Ek-0002WV-Nn for info-gnus-english@gnu.org; Fri, 24 Aug 2012 18:20:19 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T52Ek-0002W8-HP for info-gnus-english@gnu.org; Fri, 24 Aug 2012 18:20:18 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T51la-0001DG-Es for info-gnus-english@gnu.org; Fri, 24 Aug 2012 23:50:10 +0200 Original-Received: from 46.211.200.90 ([46.211.200.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2012 23:50:10 +0200 Original-Received: from gavenkoa by 46.211.200.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2012 23:50:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 46.211.200.90 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:PHGgwJD3Lz94YJKmm36IdJbJRGY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15746 Archived-At: I subscribed to many groups and want to be notified only if someone replay to me or get mails from selected peoples. As I learn scoring techniques this task transformed into task: check for new posts automatically and somehow notifying for new ports with high score values Currently I don't try setup auto loading of new messages. That I can reach by reading manual. I don't know what king of notification can be possible within GNUS... I found 'nnmail-read-incoming-hook' hook. Is it used as trigger for notification? What else? How can I programmatically loop from all new messages to decide (in my case if score large some values) if I need to be notified? Anyone made such setup? -- Best regards!