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 6BC174196F0 for ; Fri, 16 Apr 2010 04:47:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.8 X-Spam-Level: X-Spam-Status: No, score=-2.8 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, RCVD_IN_DNSWL_MED=-2.3] autolearn=unavailable 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 8XRrDobuESzP for ; Fri, 16 Apr 2010 04:47:47 -0700 (PDT) Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151]) by olra.theworths.org (Postfix) with ESMTP id 811B5431FC1 for ; Fri, 16 Apr 2010 04:47:47 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.52,219,1270440000"; d="scan'208";a="321947565" Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky) ([69.255.36.229]) by ipex2.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 16 Apr 2010 07:47:46 -0400 Received: from jkr by lucky with local (Exim 4.69) (envelope-from ) id 1O2k1R-00041X-GY; Fri, 16 Apr 2010 07:47:45 -0400 From: Jesse Rosenthal To: Carl Worth , Xavier Maillard , Mark Anderson , notmuch@notmuchmail.org Subject: Re: [notmuch] Bulk message tagging In-Reply-To: <874ojcf9tb.fsf@yoom.home.cworth.org> References: <87sk7b30tg.fsf@jhu.edu> <3wdmxxg4axm.fsf@testarossa.amd.com> <87fx2xfs4q.fsf@yoom.home.cworth.org> <87tyrcwkh5.fsf@jhu.edu> <874ojcf9tb.fsf@yoom.home.cworth.org> Date: Fri, 16 Apr 2010 07:47:45 -0400 Message-ID: <87hbnbwrdq.fsf@jhu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 16 Apr 2010 11:47:49 -0000 On Thu, 15 Apr 2010 18:46:56 -0700, Carl Worth wrote: > On Thu, 15 Apr 2010 16:04:38 -0400, Jesse Rosenthal wrote: > > the region command only executes one "notmuch tag" command over > > "id:X or id:Y or id:Z or ...". > > ...this operation is all set up to run into "argument list too long" > errors. I've never run into this error. Is there a specific length that triggers it? If so, we could chunk the tagging command. Or does the max length depend on the machine and system?