From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 64B2E6DE00C5 for ; Fri, 21 Jul 2017 03:58:53 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.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=[AWL=0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 LMoLYt8BCXcf for ; Fri, 21 Jul 2017 03:58:51 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 082186DE009B for ; Fri, 21 Jul 2017 03:58:50 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1dYVah-0002x6-Gw; Fri, 21 Jul 2017 06:55:27 -0400 Received: (nullmailer pid 4893 invoked by uid 1000); Fri, 21 Jul 2017 10:58:46 -0000 From: David Bremner To: notmuch@notmuchmail.org, notmuch@freelists.org Subject: v4 of index multiple files per msg-id, add reindex command Date: Fri, 21 Jul 2017 07:58:28 -0300 Message-Id: <20170721105840.4737-1-david@tethera.net> X-Mailer: git-send-email 2.13.2 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 21 Jul 2017 10:58:53 -0000 This is mainly a rebase of id:20170604123235.24466-1-david@tethera.net against current master (roughly 0.25~rc1) There is a bit of movement between patches to make sure tests pass after every patch, but the resulting interdiff is basically trivial diff --git a/lib/database-private.h b/lib/database-private.h index 504618b9..5555554b 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -252,8 +252,4 @@ _notmuch_database_find_doc_ids (notmuch_database_t *notmuch, const char *value, Xapian::PostingIterator *begin, Xapian::PostingIterator *end); - - -#pragma GCC visibility pop - AFAIK, that has to do with Jani's changes to visibility in the library. Unless I hear otherwise, I'll probably merge this series to master shortly after the 0.25 release.