Re: [PATCH] contrib/nmbug: new script for sharing tags with prefix notmuch::
authorDavid Bremner <david@tethera.net>
Sat, 29 Oct 2011 22:12:52 +0000 (19:12 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:51 +0000 (09:39 -0800)
c8/5541bc685585e63b7b5963139cb7add5b99314 [new file with mode: 0644]

diff --git a/c8/5541bc685585e63b7b5963139cb7add5b99314 b/c8/5541bc685585e63b7b5963139cb7add5b99314
new file mode 100644 (file)
index 0000000..cc09071
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <bremner@unb.ca>\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 0E743429E25\r
+       for <notmuch@notmuchmail.org>; Sat, 29 Oct 2011 15:12:56 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] 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 CRs2YhiHb7vm for <notmuch@notmuchmail.org>;\r
+       Sat, 29 Oct 2011 15:12:55 -0700 (PDT)\r
+Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 452EC431FB6\r
+       for <notmuch@notmuchmail.org>; Sat, 29 Oct 2011 15:12:55 -0700 (PDT)\r
+Received: from zancas.localnet\r
+       (fctnnbsc36w-156034064058.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
+       [156.34.64.58]) (authenticated bits=0)\r
+       by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p9TMCqEO018982\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
+       Sat, 29 Oct 2011 19:12:53 -0300\r
+Received: from bremner by zancas.localnet with local (Exim 4.76)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1RKH92-0006H1-BR; Sat, 29 Oct 2011 19:12:52 -0300\r
+From: David Bremner <david@tethera.net>\r
+To: Ali Polatel <polatel@gmail.com>\r
+Subject: Re: [PATCH] contrib/nmbug: new script for sharing tags with prefix\r
+       notmuch::\r
+In-Reply-To: <20111029211134.GB4228@hayalet>\r
+References: <1319857491-12298-5-git-send-email-david@tethera.net>\r
+       <1319906707-10141-1-git-send-email-david@tethera.net>\r
+       <1319906707-10141-2-git-send-email-david@tethera.net>\r
+       <20111029211134.GB4228@hayalet>\r
+User-Agent: Notmuch/0.9+26~g4e49596 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sat, 29 Oct 2011 19:12:52 -0300\r
+Message-ID: <87ty6r5twb.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: notmuch@notmuchmail.org\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: Sat, 29 Oct 2011 22:12:56 -0000\r
+\r
+On Sun, 30 Oct 2011 00:11:35 +0300, Ali Polatel <polatel@gmail.com> wrote:\r
+> ^^ I'd make that:\r
+> #!/usr/bin/env bash\r
+> for systems where bash is not the default shell.\r
+> \r
+\r
+OK, I'll do that in the next version. I always forget about those people\r
+who install bash in funny places.\r
+\r
+d\r