From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82178 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Username for gnus-notifications Date: Thu, 30 Aug 2012 19:45:00 +0200 Message-ID: <877gsgb7fn.fsf@thinkpad.tsdh.de> References: <87a9xcyk00.fsf@thinkpad.tsdh.de> <878vcwri8g.fsf@dex.adm.naquadah.org> <873934yiml.fsf@thinkpad.tsdh.de> <874nnkredw.fsf@dex.adm.naquadah.org> <87oblswz56.fsf@thinkpad.tsdh.de> <87y5kw63v1.fsf@micropit.couberia.bzh> <873934wmoc.fsf@thinkpad.tsdh.de> <87ipc0xvb9.fsf@dex.adm.naquadah.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1346348781 25716 80.91.229.3 (30 Aug 2012 17:46:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2012 17:46:21 +0000 (UTC) Cc: ding@gnus.org To: Peter =?utf-8?Q?M=C3=BCnster?= Original-X-From: ding-owner+M30446@lists.math.uh.edu Thu Aug 30 19:46:22 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 1T78op-0003ER-MZ for ding-account@gmane.org; Thu, 30 Aug 2012 19:46:16 +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 1T78nm-0007FD-KT; Thu, 30 Aug 2012 12:45:10 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1T78nk-0007Ez-Qj for ding@lists.math.uh.edu; Thu, 30 Aug 2012 12:45:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1T78nj-0006Ch-6S for ding@lists.math.uh.edu; Thu, 30 Aug 2012 12:45:08 -0500 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1T78nh-0004HD-CE for ding@gnus.org; Thu, 30 Aug 2012 19:45:05 +0200 Original-Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 337A5207FB; Thu, 30 Aug 2012 13:45:04 -0400 (EDT) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 30 Aug 2012 13:45:04 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type :content-transfer-encoding; s=smtpout; bh=wu9xjwufuhtasXRMeejWKJ 4c54k=; b=hd69z7sp/cL3QN6PgKqFipDzLDqb0vqHbZ9l88QSxu5BwK1ob1EPYG 88/oHV2p2xY/W+ZMpJTbEIK8WqbhUid9oKen4P4HfUl+buNDa0gExdEDI4JEWAEC 82GkqNY8q9ESFDLoArmov+ydKlW5hLC0gHMxAQVEWR/LcxNV7Qmw4= X-Sasl-enc: 6XS4A7d3ITJTZ7YoXDEcPY1eeXDCLfk+dFYLok1oJLiY 1346348703 Original-Received: from thinkpad.tsdh.de (unknown [91.67.11.36]) by mail.messagingengine.com (Postfix) with ESMTPA id 616B48E0152; Thu, 30 Aug 2012 13:45:03 -0400 (EDT) In-Reply-To: <87ipc0xvb9.fsf@dex.adm.naquadah.org> (Julien Danjou's message of "Thu, 30 Aug 2012 17:18:18 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82178 Archived-At: Julien Danjou writes: >> Basically, I'd like to click the notification >> >> Peter M=C3=BCnster >> Re: Username for gnus-notifications >> >> and Gnus opens my ding nnimap group, shows a summary of all new mail in >> there, and selects your message. I think, it should be doable by also >> ripping out the Message-Id and group in addition to From/Subject from >> new messages. Then you know what group a summary should be opened for, >> and you can use `gnus-summary-refer-article' to the select the right >> one. > > This is now implemented, I knew I could beat you to implement that. :-) > but it only show the one message you asked for. It's as good as it gets. Thanks a lot, Tassilo