From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66142 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Auto-Filing Replies to an Email Date: Wed, 16 Jan 2008 12:23:45 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86myr5zl1q.fsf@lifelogs.com> References: <76prw1ddmb.fsf@dev-d01.ppllc.com> <844pddn3b2.fsf@incoming.verizon.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200507859 25438 80.91.229.12 (16 Jan 2008 18:24:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2008 18:24:19 +0000 (UTC) Cc: ding@gnus.org To: Dave Goldberg Original-X-From: ding-owner+M14633@lists.math.uh.edu Wed Jan 16 19:24:36 2008 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.50) id 1JFCw6-0000tG-8O for ding-account@gmane.org; Wed, 16 Jan 2008 19:24:26 +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 1JFCuq-000092-Uu; Wed, 16 Jan 2008 12:23:09 -0600 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 1JFCup-00008h-IC for ding@lists.math.uh.edu; Wed, 16 Jan 2008 12:23:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JFCui-0008Gp-NO for ding@lists.math.uh.edu; Wed, 16 Jan 2008 12:23:07 -0600 Original-Received: from blockstar.com ([170.224.69.95] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JFCuj-0000hp-00 for ; Wed, 16 Jan 2008 19:23:02 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 55E31418D5A; Wed, 16 Jan 2008 10:55:05 -0800 (PST) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:080116:david.goldberg6@verizon.net::R8mg6Ab0IEBBRxMb:00000000000000000000000000000000000FGd X-Hashcash: 1:20:080116:ding@gnus.org::1W1iBjs0LXiLv6Gc:00002PYO In-Reply-To: <844pddn3b2.fsf@incoming.verizon.net> (Dave Goldberg's message of "Wed, 16 Jan 2008 11:27:45 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66142 Archived-At: On Wed, 16 Jan 2008 11:27:45 -0500 Dave Goldberg wrote: >>>>>> On Wed, 16 Jan 2008 09:55:08 -0500, Jake Colman said: >> I use message groups to organize my email. Incoming emails that cannot be >> automatically sorted are manually moved into an appropriate group. I use >> gcc-self so that messages sent from a specific group are viewable in that >> folder. Is there a way for replies to an email sent from a group to be >> automatically moved to that group? DG> You mean if someone replies to your message gnus should DG> automatically process the reply into the "right" group, is that DG> correct? You can try nnmail-split-fancy-with-parent. I've never DG> tried it myself - the last time I looked it didn't support imap and DG> so was not useful to me. The Gnus registry will do it, see gnus-registry.el for setup instructions. I'm in the process of cleaning it up and will write proper docs when it's done. It supports nnimap among others. Ted