From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77914 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP and IDLE... Date: Thu, 17 Mar 2011 13:31:12 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ei6538gf.fsf@lifelogs.com> References: <87k4fzxjbp.fsf@lifelogs.com> <87r5a7yvv6.fsf@ucl.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300386917 23969 80.91.229.12 (17 Mar 2011 18:35:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 18:35:17 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26232@lists.math.uh.edu Thu Mar 17 19:35:13 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 1Q0I2S-0001eZ-BZ for ding-account@gmane.org; Thu, 17 Mar 2011 19:35:12 +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 1Q0I2Q-0002ni-HC; Thu, 17 Mar 2011 13:35: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 1Q0I2O-0002nQ-Ti for ding@lists.math.uh.edu; Thu, 17 Mar 2011 13:35:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q0I2N-0006AB-GX for ding@lists.math.uh.edu; Thu, 17 Mar 2011 13:35:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q0I2M-0000RO-PX for ding@gnus.org; Thu, 17 Mar 2011 19:35:06 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q0I2K-0001ax-PL for ding@gnus.org; Thu, 17 Mar 2011 19:35:04 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Mar 2011 19:35:04 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Mar 2011 19:35:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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" User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:oy9vM2/f5czaAEPF4jlhQbUH5nQ= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77914 Archived-At: On Thu, 17 Mar 2011 11:08:20 -0700 Wes Hardaker wrote: WH> So, the trick to mail (and I get tons) is still server-side-filtering. WH> I cringe at the thought of everyone doing client side filtering and WH> watching it all get sucked in and then filtered as they wait. Oh, once you've used `gnus-registry-split-fancy-with-parent' you can never go back ;) This is actually on my TODO list for Cloudy Gnus: move the registry to a shared storage mode so non-Gnus clients can figure out the right mailbox for a reply. On Thu, 17 Mar 2011 11:11:05 -0700 Wes Hardaker wrote: WH> Maybe the right thing to do is do IDLE by default on INBOX (which, WH> ironically, I don't use at all) and then have a group parameter (or WH> something) set to open a new connection specifically for that box. That WH> way you could set the 'this box is important flag' on it to do IDLE WH> updates for, say, the top 10 boxes out of the 100 that you might have? WH> And the 11th for all the rest (or the 11th is the INBOX IDLE one that is WH> also the main pull connection). How about making IDLE-handlers an alist of (folder . handler) pairs? When it's a single symbol or lambda you know it's for "INBOX". Then if the user asks for 800 IDLE connections, well, they asked for it... Ted