Re: Drafts being tagged as inbox
authorCarl Worth <cworth@cworth.org>
Tue, 28 Jun 2011 20:47:59 +0000 (13:47 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:47 +0000 (09:38 -0800)
88/7d6e623c0246f68ebb5f3be8d8b52603abeb58 [new file with mode: 0644]

diff --git a/88/7d6e623c0246f68ebb5f3be8d8b52603abeb58 b/88/7d6e623c0246f68ebb5f3be8d8b52603abeb58
new file mode 100644 (file)
index 0000000..f77f866
--- /dev/null
@@ -0,0 +1,133 @@
+Return-Path: <cworth@cworth.org>\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 0B71C42116E\r
+       for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 13:48:01 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\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 zZYdZMF7jRiO for <notmuch@notmuchmail.org>;\r
+       Tue, 28 Jun 2011 13:48:00 -0700 (PDT)\r
+Received: from arlo.cworth.org (arlo.cworth.org [50.43.72.2])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7019D42116B\r
+       for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 13:48:00 -0700 (PDT)\r
+Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
+       by arlo.cworth.org (Postfix) with ESMTP id 44AFF29A645;\r
+       Tue, 28 Jun 2011 13:47:59 -0700 (PDT)\r
+Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
+       id 32C772541A8; Tue, 28 Jun 2011 13:47:59 -0700 (PDT)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Robin Green <greenrd@greenrd.org>, notmuch@notmuchmail.org\r
+Subject: Re: Drafts being tagged as inbox\r
+In-Reply-To: <8639iu5tju.fsf@greenrd.plus.com>\r
+References: <868vsnaqqm.fsf@greenrd.plus.com> <877h86tqez.fsf@praet.org>\r
+       <8639iu5tju.fsf@greenrd.plus.com>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
+       (i486-pc-linux-gnu)\r
+Date: Tue, 28 Jun 2011 13:47:59 -0700\r
+Message-ID: <87mxh18yyo.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\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: Tue, 28 Jun 2011 20:48:01 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Tue, 28 Jun 2011 08:00:53 +0100, Robin Green <greenrd@greenrd.org> wrote:\r
+> On Tue, 28 Jun 2011 08:34:44 +0200, Pieter Praet <pieter@praet.org> wrote:\r
+> > notmuch tag -inbox +draft -- folder:${where_your_drafts_reside}\r
+>=20\r
+> My notmuch help does not mention "folder:", and indeed folder:drafts as a\r
+> search term is just treated as the words folder and drafts. Perhaps this\r
+> is implemented in git head.\r
+\r
+Yes, sorry about that. We're woefully late on a release that will\r
+include this feature. Our current release manager expects that release\r
+within a couple of days at least, so that's good!\r
+\r
+> However, when I try to compile git head on Dragonfly BSD, I get this erro=\r
+r:\r
+>\r
+> CXX -O2 notmuch-shared\r
+> notmuch-count.o: In function `notmuch_count_command':\r
+> notmuch-count.c:(.text+0x63): undefined reference to `notmuch_database_op=\r
+en'\r
+> notmuch-count.c:(.text+0x9d): undefined reference to `notmuch_query_creat=\r
+e'\r
+\r
+Ouch. It looks like your linker isn't finding anything in the notmuch\r
+library at all. I wonder what went wrong there. Some things to try would\r
+be:\r
+\r
+       make V=3D1\r
+\r
+to see the complete linker command line to see if something is obviously\r
+wrong there.\r
+\r
+And otherwise to try a "git bisect" to see when the compilation stopped\r
+working.\r
+\r
+To start a bisect, you'll need to know a point where notmuch actually\r
+compiles successfully on your system=E2=80=940.5 perhaps? Double-check that\r
+with:\r
+\r
+       git checkout 0.5        # Get the code from the 0.5 release\r
+        make                   # See if it compiles\r
+        git checkout master    # Come back to master\r
+\r
+If that went fine then you can bisect with:\r
+\r
+       git bisect start\r
+        git bisect good 0.5    # Indicate that 0.5 is good\r
+        git bisect bad         # Indicate that the current state is bad\r
+\r
+After that you'll iterate by running:\r
+\r
+       make\r
+\r
+Followed by one of the following:\r
+\r
+       git bisect good         # If the compile succeeded\r
+       git bisect bad          # If the compile failed\r
+\r
+In the end, git should tell you a "first bad commit". Send that output\r
+to the list and we can start pinning down what went wrong. Then you can\r
+finalize your git-bisect run with:\r
+\r
+       git bisect reset\r
+\r
+Good luck!\r
+\r
+=2DCarl\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iEYEARECAAYFAk4KPf8ACgkQ6JDdNq8qSWggggCeP8SznQQwytE+Bgga6yemtOlZ\r
+yJAAnR28o+JZb8/1AT4vdPlfjJbt2OWh\r
+=GsXX\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r