Re: [notmuch] Bulk message tagging
authorJesse Rosenthal <jrosenthal@jhu.edu>
Fri, 16 Apr 2010 11:47:45 +0000 (07:47 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:42 +0000 (09:36 -0800)
ba/c07a668bde59b2e57f681f0260c6ebbc33d18b [new file with mode: 0644]

diff --git a/ba/c07a668bde59b2e57f681f0260c6ebbc33d18b b/ba/c07a668bde59b2e57f681f0260c6ebbc33d18b
new file mode 100644 (file)
index 0000000..3d0929e
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <prvs=jrosenthal=71500eb89@jhu.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6BC174196F0\r
+       for <notmuch@notmuchmail.org>; Fri, 16 Apr 2010 04:47:49 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.8\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.8 tagged_above=-999 required=5\r
+       tests=[BAYES_05=-0.5, RCVD_IN_DNSWL_MED=-2.3] autolearn=unavailable\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 8XRrDobuESzP for <notmuch@notmuchmail.org>;\r
+       Fri, 16 Apr 2010 04:47:47 -0700 (PDT)\r
+Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151])\r
+       by olra.theworths.org (Postfix) with ESMTP id 811B5431FC1\r
+       for <notmuch@notmuchmail.org>; Fri, 16 Apr 2010 04:47:47 -0700 (PDT)\r
+X-IronPort-AV: E=Sophos;i="4.52,219,1270440000"; d="scan'208";a="321947565"\r
+Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
+       ([69.255.36.229])\r
+       by ipex2.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
+       16 Apr 2010 07:47:46 -0400\r
+Received: from jkr by lucky with local (Exim 4.69)\r
+       (envelope-from <jrosenthal@jhu.edu>)\r
+       id 1O2k1R-00041X-GY; Fri, 16 Apr 2010 07:47:45 -0400\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: Carl Worth <cworth@cworth.org>, Xavier Maillard <xma@gnu.org>,\r
+       Mark Anderson <MarkR.Anderson@amd.com>, notmuch@notmuchmail.org\r
+Subject: Re: [notmuch] Bulk message tagging\r
+In-Reply-To: <874ojcf9tb.fsf@yoom.home.cworth.org>\r
+References: <m2tyrrkf32.fsf@deb.maillard.im> <87sk7b30tg.fsf@jhu.edu>\r
+       <m2bpdye86s.fsf@deb.maillard.im>\r
+       <3wdmxxg4axm.fsf@testarossa.amd.com>\r
+       <m2wrwf76n3.fsf@deb.maillard.im>\r
+       <87fx2xfs4q.fsf@yoom.home.cworth.org> <87tyrcwkh5.fsf@jhu.edu>\r
+       <874ojcf9tb.fsf@yoom.home.cworth.org>\r
+Date: Fri, 16 Apr 2010 07:47:45 -0400\r
+Message-ID: <87hbnbwrdq.fsf@jhu.edu>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 16 Apr 2010 11:47:49 -0000\r
+\r
+\r
+On Thu, 15 Apr 2010 18:46:56 -0700, Carl Worth <cworth@cworth.org> wrote:\r
+> On Thu, 15 Apr 2010 16:04:38 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
+> > the region command only executes one "notmuch tag" command over\r
+> > "id:X or id:Y or id:Z or ...".\r
+>\r
+> ...this operation is all set up to run into "argument list too long"\r
+> errors.\r
+\r
+I've never run into this error. Is there a specific length that triggers\r
+it? If so, we could chunk the tagging command. Or does the max length\r
+depend on the machine and system?\r
+\r