From 9e692df4a314bcd6467a41cec6d32d43f0ddb98a Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 12 Feb 2013 01:58:01 +0100 Subject: [PATCH] notmuch-mutt: Use of uninitialized value. --- 1e/abc56c6621917ffb67f312b889ebf3efe14d33 | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 1e/abc56c6621917ffb67f312b889ebf3efe14d33 diff --git a/1e/abc56c6621917ffb67f312b889ebf3efe14d33 b/1e/abc56c6621917ffb67f312b889ebf3efe14d33 new file mode 100644 index 000000000..baad49ed7 --- /dev/null +++ b/1e/abc56c6621917ffb67f312b889ebf3efe14d33 @@ -0,0 +1,81 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 75337431FAF + for ; Mon, 11 Feb 2013 17:10:53 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 5V27R1oMMw-C for ; + Mon, 11 Feb 2013 17:10:52 -0800 (PST) +X-Greylist: delayed 352 seconds by postgrey-1.32 at olra; + Mon, 11 Feb 2013 17:10:52 PST +Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de + [80.67.31.42]) + by olra.theworths.org (Postfix) with ESMTP id 7E6FE431FAE + for ; Mon, 11 Feb 2013 17:10:52 -0800 (PST) +Received: from [146.52.250.61] (helo=localhost) + by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) + (Exim 4.68) (envelope-from ) id 1U54CB-0002WD-9J + for notmuch@notmuchmail.org; Tue, 12 Feb 2013 01:58:03 +0100 +Date: Tue, 12 Feb 2013 01:58:01 +0100 +From: Profpatsch +To: notmuch@notmuchmail.org +Subject: notmuch-mutt: Use of uninitialized value. +Message-ID: <20130212005801.GA8419@soarin> +Mail-Followup-To: Profpatsch , notmuch@notmuchmail.org +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +Content-Transfer-Encoding: 8bit +User-Agent: Mutt/1.5.21 (2010-09-15) +X-Df-Sender: bWFpbEBwcm9mcGF0c2NoLmRl +X-Mailman-Approved-At: Mon, 11 Feb 2013 22:45:50 -0800 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Tue, 12 Feb 2013 01:10:53 -0000 + +Since I don’t get your bug tracking system (d’oh ;), here is a bug I +encountered with notmuch-mutt using this macro I guess was from the +“official” tutorial: + +# Construct a thread ouf of the marked mail (or something like that, +# doesn’t work atm (errors out)) + macro index \ + "unset wait_key \ + /usr/bin/notmuch-mutt thread \ + ~/.cache/notmuch/mutt/results/ \ + set wait_key" \ + "search and reconstruct owning thread (using + notmuch)" + +I hope this still works, best to put it on one line I guess. + +Error message: +Use of uninitialized value in pattern match (m//) at +/usr/bin/notmuch-mutt line 124, line 28. +Use of uninitialized value $mid in concatenation (.) or string at +/usr/bin/notmuch-mutt line 145, line 28. + +~Profpatsch + +-- +Proudly written in Mutt with Vim on Archlinux. +Q: Why is this email five sentences or less? +A: http://five.sentenc.es -- 2.26.2