From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66879 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: how to sort (filter) msg which contain MS word documents Date: Fri, 25 Apr 2008 11:17:59 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86k5ilx614.fsf@lifelogs.com> References: <87prssepd5.fsf@mat.ucm.es> <87skxbcnqw.fsf@mat.ucm.es> <87prsez07r.fsf@mat.ucm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209140191 21537 80.91.229.12 (25 Apr 2008 16:16:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2008 16:16:31 +0000 (UTC) Cc: ding@gnus.org To: Uwe Brauer Original-X-From: ding-owner+M15360@lists.math.uh.edu Fri Apr 25 18:17:07 2008 connect(): Connection refused 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 1JpQbc-0006qI-SK for ding-account@gmane.org; Fri, 25 Apr 2008 18:17:01 +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 1JpQaF-0004kz-R3; Fri, 25 Apr 2008 11:15:35 -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 1JpQaE-0004kg-EP for ding@lists.math.uh.edu; Fri, 25 Apr 2008 11:15:34 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JpQa8-0003rd-7o for ding@lists.math.uh.edu; Fri, 25 Apr 2008 11:15:34 -0500 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JpQaJ-0007w5-00 for ; Fri, 25 Apr 2008 18:15:39 +0200 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 40AE53F82C0; Fri, 25 Apr 2008 09:24:56 -0700 (PDT) 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:080425:ding@gnus.org::JQ77r8LH8qq1HOQa:00001mO9 X-Hashcash: 1:20:080425:oub@mat.ucm.es::T1yCHdogp3IUbI1H:000AUsk In-Reply-To: <87prsez07r.fsf@mat.ucm.es> (Uwe Brauer's message of "Fri, 25 Apr 2008 12:40:40 +0200") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66879 Archived-At: On Fri, 25 Apr 2008 12:40:40 +0200 Uwe Brauer wrote: UB> The problem is that I have to set nnimap-split-download-body to t, UB> and that will slow down the downloaded considerably which is slow UB> enough. If you have control over mail delivery (e.g. procmail) you can insert a header in the message if there's a particular pattern within it, and then split based on that header. I wonder if IMAP has a way to check quickly if an article has a particular attachment. That would be nice too, just ask the server. Ted