Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 318786DE02BF for ; Sun, 10 Apr 2016 01:35:46 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.621 X-Spam-Level: X-Spam-Status: No, score=0.621 tagged_above=-999 required=5 tests=[AWL=-0.031, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bDPn2jTFq_SZ for ; Sun, 10 Apr 2016 01:35:37 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 5E5A26DE00BD for ; Sun, 10 Apr 2016 01:35:36 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 5A236100090; Sun, 10 Apr 2016 11:35:43 +0300 (EEST) From: Tomi Ollila To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH v4 7/7] complete ghost-on-removal-when-shared-thread-exists In-Reply-To: <1460166892-29721-7-git-send-email-dkg@fifthhorseman.net> References: <1459445693-3900-1-git-send-email-dkg@fifthhorseman.net> <1460166892-29721-1-git-send-email-dkg@fifthhorseman.net> <1460166892-29721-7-git-send-email-dkg@fifthhorseman.net> User-Agent: Notmuch/0.21+99~g7cbc880 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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, 10 Apr 2016 08:35:46 -0000 ;; This buffer is for notes you don't want to save, and for Lisp evaluation. ;; If you want to create a file, visit that file with C-x C-f, ;; then enter the text in that file's own buffer. I applied these: id:1460166892-29721-1-git-send-email-dkg@fifthhorseman.net id:1460166892-29721-2-git-send-email-dkg@fifthhorseman.net id:1460166892-29721-3-git-send-email-dkg@fifthhorseman.net id:1460166892-29721-4-git-send-email-dkg@fifthhorseman.net id:1460166892-29721-5-git-send-email-dkg@fifthhorseman.net id:1460166892-29721-6-git-send-email-dkg@fifthhorseman.net id:1460166892-29721-7-git-send-email-dkg@fifthhorseman.net 1 Daniel Kahn Gillmor Sat Apr 9 01:54 93/5426 "[PATCH v4 1/7] test: " 2 Daniel Kahn Gillmor Sat Apr 9 01:54 192/13050 "[PATCH v4 2/7] test t" 3 Daniel Kahn Gillmor Sat Apr 9 01:54 149/9768 "[PATCH v4 3/7] fix th" 4 Daniel Kahn Gillmor Sat Apr 9 01:54 120/7443 "[PATCH v4 4/7] Add in" 5 Daniel Kahn Gillmor Sat Apr 9 01:54 104/6284 "[PATCH v4 5/7] Introd" 6 Daniel Kahn Gillmor Sat Apr 9 01:54 130/8261 "[PATCH v4 6/7] On del" 7 Daniel Kahn Gillmor Sat Apr 9 01:54 104/6326 "[PATCH v4 7/7] comple" And got Applying: fix thread breakage via ghost-on-removal .git/rebase-apply/patch:26: trailing whitespace. .git/rebase-apply/patch:39: trailing whitespace. warning: 2 lines add whitespace errors. (adds trailing space to 2 empty lines) Applying: On deletion, replace with ghost when other active messages in thread .git/rebase-apply/patch:50: trailing whitespace. warning: 1 line adds whitespace errors. (removes the above 2 trailing spaces but adds one more) Relevant tests passed (with one expected broken). Tomi