Re: [PATCH 1/2] contrib/nmbug/ nmbug-status: restored out['subject']... block level
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 11 Jul 2012 11:59:02 +0000 (14:59 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:48:10 +0000 (09:48 -0800)
20/76da1453e4ad047a696c2bfbda09ee4deb75dc [new file with mode: 0644]

diff --git a/20/76da1453e4ad047a696c2bfbda09ee4deb75dc b/20/76da1453e4ad047a696c2bfbda09ee4deb75dc
new file mode 100644 (file)
index 0000000..ebef01f
--- /dev/null
@@ -0,0 +1,89 @@
+Return-Path: <tomi.ollila@iki.fi>\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 9B6E0431E82\r
+       for <notmuch@notmuchmail.org>; Wed, 11 Jul 2012 04:58:53 -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 ySPytP0zv6C0 for <notmuch@notmuchmail.org>;\r
+       Wed, 11 Jul 2012 04:58:52 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9451F431FAE\r
+       for <notmuch@notmuchmail.org>; Wed, 11 Jul 2012 04:58:52 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id BA7F7100386; Wed, 11 Jul 2012 14:59:02 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 1/2] contrib/nmbug/ nmbug-status: restored\r
+       out['subject']... block level\r
+In-Reply-To: <1341997805-19427-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1341959351-16183-1-git-send-email-tomi.ollila@iki.fi>\r
+       <1341997805-19427-1-git-send-email-tomi.ollila@iki.fi>\r
+User-Agent: Notmuch/0.13.2+74~g65b26b0 (http://notmuchmail.org) Emacs/23.1.1\r
+       (x86_64-redhat-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 11 Jul 2012 14:59:02 +0300\r
+Message-ID: <m2liiqv795.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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: Wed, 11 Jul 2012 11:58:53 -0000\r
+\r
+On Wed, Jul 11 2012, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
+\r
+> In reformatting the line 111 accidentally indented to one indentation\r
+> level too much (happens easily when interactively indenting python\r
+> code using emacs). The line now has 4 spacess less indentation, thus\r
+> restoring it to the block level it belongs.\r
+> ---\r
+>  contrib/nmbug/nmbug-status |    5 +++--\r
+>  1 files changed, 3 insertions(+), 2 deletions(-)\r
+>\r
+> diff --git a/contrib/nmbug/nmbug-status b/contrib/nmbug/nmbug-status\r
+> index 6aa86a0..8c6377e 100755\r
+> --- a/contrib/nmbug/nmbug-status\r
+> +++ b/contrib/nmbug/nmbug-status\r
+> @@ -108,8 +108,9 @@ def print_view(title, query, comment):\r
+>                  br = '<br />'\r
+>              else:\r
+>                  br = ''\r
+> -                out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \\r
+> -                                        % (urllib.quote(mid), out['subject'])\r
+> +                \r
+\r
+Damn, trailing whitespace above. I forgot to follow my own rule and attempt\r
+to 'git am' these patches before sending. The next patch fixes this along\r
+other changes it done. To lessen (patch) email flow I don't fix this at\r
+this time in a hope that these 2 patches will be pushed. \r
+\r
+Sorry for the inconvenience.\r
+\r
+Tomi\r
+\r
+> +            out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \\r
+> +                                    % (urllib.quote(mid), out['subject'])\r
+>  \r
+>              print " <tr><td>%s %s" % (br, out['date'])\r
+>              print "</td><td>%s %s" % (br, out['id'])\r
+> -- \r
+> 1.7.1\r