Re: [PATCH] Modularize test suite
authorJesse Rosenthal <jrosenthal@jhu.edu>
Fri, 30 Apr 2010 18:52:06 +0000 (14:52 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:00 +0000 (09:37 -0800)
32/f0f4e696ea3d2f354ae5ec3dc30f9fd2224678 [new file with mode: 0644]

diff --git a/32/f0f4e696ea3d2f354ae5ec3dc30f9fd2224678 b/32/f0f4e696ea3d2f354ae5ec3dc30f9fd2224678
new file mode 100644 (file)
index 0000000..b031172
--- /dev/null
@@ -0,0 +1,66 @@
+Return-Path: <prvs=jrosenthal=7296245fb@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 C27F34196F0\r
+       for <notmuch@notmuchmail.org>; Fri, 30 Apr 2010 11:52:09 -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=ham\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 gfbPlW1njo-i for <notmuch@notmuchmail.org>;\r
+       Fri, 30 Apr 2010 11:52:08 -0700 (PDT)\r
+Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151])\r
+       by olra.theworths.org (Postfix) with ESMTP id CCCEA431FC1\r
+       for <notmuch@notmuchmail.org>; Fri, 30 Apr 2010 11:52:08 -0700 (PDT)\r
+X-IronPort-AV: E=Sophos;i="4.52,304,1270440000"; d="scan'208";a="326227681"\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
+       30 Apr 2010 14:52:08 -0400\r
+Received: from jkr by lucky with local (Exim 4.69)\r
+       (envelope-from <jrosenthal@jhu.edu>)\r
+       id 1O7vJm-0004vj-Tn; Fri, 30 Apr 2010 14:52:06 -0400\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: Notmuch developer list <notmuch@notmuchmail.org>\r
+Subject: Re: [PATCH] Modularize test suite\r
+In-Reply-To: <87sk6cdbxz.fsf@jhu.edu>\r
+References: <87sk6cdbxz.fsf@jhu.edu>\r
+User-Agent: Notmuch/0.3-23-g5efa9bd (http://notmuchmail.org) Emacs/23.1.1\r
+       (i486-pc-linux-gnu)\r
+Date: Fri, 30 Apr 2010 14:52:06 -0400\r
+Message-ID: <87ljc4db8p.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, 30 Apr 2010 18:52:10 -0000\r
+\r
+On Fri, 30 Apr 2010 14:36:56 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
+> Sorry the patch is so large: there was a lot of back-and-forth, and it\r
+> was hard to break the patches down into coherent steps. Carl, if you'd\r
+> prefer, I could send you a more granular, but confusing, series of\r
+> patches.\r
+\r
+Actually, due the listing of new files in the patch, the patch was so\r
+large that it got bounced pending moderation (13K, with a 12K\r
+limit). It's not actually as complicated as this size would make seem --\r
+mainly just a lot of moving lines to individual files. Since I'm not\r
+sure who the mod is, I'll take this as a sign that I should try to break\r
+it down into smaller patches.\r
+\r
+Sorry for the delay.\r