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 505664196F3 for ; Thu, 22 Apr 2010 21:42:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_40=-0.001] autolearn=ham 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 MwLUXYfg7uXs for ; Thu, 22 Apr 2010 21:42:29 -0700 (PDT) Received: from mail.hohndel.org (mail.hohndel.org [65.23.157.147]) by olra.theworths.org (Postfix) with ESMTP id 2C61F431FC1 for ; Thu, 22 Apr 2010 21:42:29 -0700 (PDT) Received: by mail.hohndel.org (Postfix, from userid 112) id 67EC9340FA; Fri, 23 Apr 2010 00:42:28 -0400 (EDT) Received: from x200.gr8dns.org (unknown [65.23.157.147]) by mail.hohndel.org (Postfix) with ESMTP id 9B200340F4 for ; Fri, 23 Apr 2010 00:42:26 -0400 (EDT) Received: by x200.gr8dns.org (Postfix, from userid 500) id 4621EC0458; Thu, 22 Apr 2010 21:42:26 -0700 (PDT) From: Dirk Hohndel To: Subject: Add tests (and fix bug exposed by test) for author reordering Date: Thu, 22 Apr 2010 21:42:13 -0700 Message-Id: <1271997735-17560-1-git-send-email-hohndel@infradead.org> X-Mailer: git-send-email 1.6.6.1 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, 23 Apr 2010 04:42:30 -0000 I want Carl to enforce the adding of tests. Once again writing the test exposed a bug that I hadn't noticed before. So here's the test plus the patch that fixes the bug. /D