From: Ian Kelling Date: Tue, 8 Apr 2014 01:48:46 +0000 (+1700) Subject: Re: gnus-alias integration bug X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d1fb1cf7b5d3ec365241c25dcaa357c9a53f85a;p=notmuch-archives.git Re: gnus-alias integration bug --- diff --git a/52/902730063e69e0123f11b7f68a4b4ba354ff3d b/52/902730063e69e0123f11b7f68a4b4ba354ff3d new file mode 100644 index 000000000..be3dd19e9 --- /dev/null +++ b/52/902730063e69e0123f11b7f68a4b4ba354ff3d @@ -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 12DFA431FBC + for ; Mon, 7 Apr 2014 18:49:19 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7] + 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 c0-92emz+i+H for ; + Mon, 7 Apr 2014 18:49:11 -0700 (PDT) +Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com + [66.111.4.28]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id F1655431FB6 + for ; Mon, 7 Apr 2014 18:49:10 -0700 (PDT) +Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) + by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id E3BC220D54; + Mon, 7 Apr 2014 21:49:08 -0400 (EDT) +Received: from frontend2 ([10.202.2.161]) + by compute5.internal (MEProxy); Mon, 07 Apr 2014 21:49:08 -0400 +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= + messagingengine.com; h=from:to:cc:subject:references:date + :in-reply-to:message-id:mime-version:content-type; s=smtpout; + bh=649IT72HhpIYIkLjPU61uvvlZKw=; b=pD1jSytbtGhV/k/JK1lbSnpMdqw5 + J/bc6E1USd74Au2fhOWfrxeNPcZfLH38m8xfG9R5Cj2e60z8WSEpdSADI1T3uZ5K + L41Lnb/Ig8y8trInc6s/d6gFR593jfZPW0ymAPbNSqpN0WSYZLt3/aoj0faRzSOM + BQ+kldyGa/PkQTY= +X-Sasl-enc: KMIH8qsOynjJoeIIxKgQ4wr5/kRWZElrrVjnIqHVeZ6S 1396921748 +Received: from treetowl.lan (unknown [67.160.118.141]) + by mail.messagingengine.com (Postfix) with ESMTPA id 9BA4B6801E7; + Mon, 7 Apr 2014 21:49:08 -0400 (EDT) +Received: by treetowl.lan (Postfix, from userid 1000) + id F155B1813BB; Mon, 7 Apr 2014 18:48:46 -0700 (PDT) +From: Ian Kelling , notmuch@notmuchmail.org +To: Michael Hudson-Doyle +Subject: Re: gnus-alias integration bug +References: <87vbuk8xo5.fsf@treetowl.lan> <87ha6439tg.fsf@canonical.com> +Date: Mon, 07 Apr 2014 18:48:46 -0700 +In-Reply-To: <87ha6439tg.fsf@canonical.com> (Michael Hudson-Doyle's message of + "Tue, 08 Apr 2014 13:10:35 +1200") +Message-ID: <87k3b0h9q9.fsf@treetowl.lan> +User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) +MIME-Version: 1.0 +Content-Type: text/plain +Cc: notmuch@notmuchmail.org +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, 08 Apr 2014 01:49:19 -0000 + +Michael Hudson-Doyle writes: +> Which version of notmuch are you using? + +notmuch git version from 4/6/2014 bc10f63f9c2390dddfc3d6397889dab375107aa5 + +GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2) of 2014-04-07 + +How is it that I compiled my emacs from today's sources and you have a +higher version number than me? lol + +gnu aliases works, but not that part. + + +- Ian