Re: [PATCH v3] contrib/nmbug: new script for sharing tags with a given prefix.
authorJameson Graef Rollins <jrollins@finestructure.net>
Fri, 11 Nov 2011 23:26:28 +0000 (15:26 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:05 +0000 (09:40 -0800)
58/fb32f637cf5f14d4080206b265fb849d747551 [new file with mode: 0644]

diff --git a/58/fb32f637cf5f14d4080206b265fb849d747551 b/58/fb32f637cf5f14d4080206b265fb849d747551
new file mode 100644 (file)
index 0000000..17d9331
--- /dev/null
@@ -0,0 +1,104 @@
+Return-Path: <jrollins@finestructure.net>\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 305A3429E25\r
+       for <notmuch@notmuchmail.org>; Fri, 11 Nov 2011 15:26:37 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.29\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 JDfTom-Z7QU7 for <notmuch@notmuchmail.org>;\r
+       Fri, 11 Nov 2011 15:26:36 -0800 (PST)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 98873431FB6\r
+       for <notmuch@notmuchmail.org>; Fri, 11 Nov 2011 15:26:36 -0800 (PST)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 2CAD666E0166;\r
+       Fri, 11 Nov 2011 15:26:36 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (gwave-224.ligo.caltech.edu\r
+ [131.215.114.224])    (Authenticated sender: jrollins)        by earth-doxen-submit\r
+ (Postfix) with ESMTP id 4991366E011F; Fri, 11 Nov 2011 15:26:31 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 2891522F; Fri, 11 Nov 2011 15:26:31 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v3] contrib/nmbug: new script for sharing tags with a\r
+       given prefix.\r
+In-Reply-To: <1321024095-6387-1-git-send-email-david@tethera.net>\r
+References: <1320627586-10068-1-git-send-email-david@tethera.net>\r
+       <1321024095-6387-1-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.9+131~g8fb8eec (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Fri, 11 Nov 2011 15:26:28 -0800\r
+Message-ID: <877h36fdgb.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; 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: Fri, 11 Nov 2011 23:26:37 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Fri, 11 Nov 2011 10:08:15 -0500, David Bremner <david@tethera.net> wrote:\r
+> The most important commands are\r
+>=20\r
+>     commit   xapian -> git\r
+>     checkout git -> xapian\r
+>     merge    fetched git + git -> xapian\r
+>     status   find differences between xapian, git, and remote git.\r
+\r
+Hey, David.  Just for clarification, the above seems a little\r
+inconsistent with the documentation included with the script, which\r
+implies that the "most common commands", which are I believe meant to be\r
+the only ones that the user should routinely have to use, are "commit",\r
+"push", and "pull".  I got the impression that "checkout" and "merge"\r
+should only be needed if you're trying to recover a broken system.\r
+\r
+> There are also some convenience wrappers around git commands.\r
+\r
+Isn't much of nmbug "convenience wrappers around git commands"?  It\r
+seems to me that the fact that nmbug is using git underneath should be\r
+almost completely abstracted away from the user.\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJOva8lAAoJEO00zqvie6q84jkQAKfv19qF3cVp4rmgrAUpJCnl\r
+U3KsJ7pDqaHz+gyisglzHMILwoO00w3gjrsUueREuziJkXp4kqMr4ku5a6hBCvIg\r
+IwyaipdyVmlVRTLEVs97HKH0Nv5K9J5GSYNyIv3lgliQp3B287jwz1bXaCpDb8p6\r
++Na7E29k+pPimlPpMwq8u+Bl5y2dhh5Ql5+t/jt4snvG2YucQgbfOA1UbQb7rJnq\r
+1BSN6c/Hi4BWABr/bTHxxgN5jdEScqT0YGCxGXoQ76MMSY5OOEPuxK2bIm0gIxFk\r
+1C/s6aYzJZmKdiXcKyY5GfZi3H2K0yqC0MKTkb8ZdxkqaV+jP3+9wniP4JiqXSDn\r
+yo23BWaTbXLMYrEF3xWZwRTWqV13At8Dc7yj2DfPcomvyPCg7WiFhKhCB5kh/sdn\r
+yfdDWc4Gpn8bVK2JcJxELlpiur75k7xmWWXpLzWqB1r04AqxvHzIrD/5Ty7zVHHX\r
+YAs0w/qTN9rd1RElkKUPcgT59hKRqSOP+FVH4XJMynRGA7R6273C4jD7FZau+XAS\r
+1mw6jvrHNvIf6J/ei+k1wYdPG/sRGEICs+kmHmoClf+GmLbhRxoeJb0EGPfKrSQ5\r
+FHqdUFizYGiKdK+BRKthbceQ3s/DeV0BwhuWpz8+4Sy13Jk4UfOm7d7daB/uat+f\r
+nY8QRvBh4ouD+BshONif\r
+=hvwo\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r