Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 42FD7431FB6 for ; Sat, 26 Mar 2011 21:54:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EiKwRkrIKYAb for ; Sat, 26 Mar 2011 21:54:30 -0700 (PDT) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by olra.theworths.org (Postfix) with ESMTP id A9BB9431FB5 for ; Sat, 26 Mar 2011 21:54:30 -0700 (PDT) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q3hzc-0001iq-LE for notmuch@notmuchmail.org; Sun, 27 Mar 2011 06:54:24 +0200 Received: from c-71-237-233-41.hsd1.or.comcast.net ([71.237.233.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2011 06:54:24 +0200 Received: from mueen by c-71-237-233-41.hsd1.or.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2011 06:54:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: notmuch@notmuchmail.org From: mueen@nawaz.org Subject: Sorting and attachments Date: Sat, 26 Mar 2011 21:53:49 -0700 Lines: 18 Message-ID: <878vw1yxia.fsf@fester.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-233-41.hsd1.or.comcast.net Cancel-Lock: sha1:IutUC6fvQ/a2pxVvae1R093qPis= X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2011 04:54:31 -0000 Hi, 1. Can notmuch return results sorted by size? 2. Can I tell notmuch to limit the items it returns (e.g. show me first ten messages matching ... ) 3. Any plans for searching via attachment size or type? Say I want all emails with attachments bigger than 1 MB. Essentially, I have a tendency to prune off large attachments so that my mail directory doesn't blow up... Thanks.