From: Jani Nikula Date: Wed, 28 Aug 2013 20:14:28 +0000 (+0300) Subject: Re: [PATCH] emacs: bugfix notmuch-mua-reply when signature is present X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=061ef17f62b9cba025a44b4952d89538ba2852b2;p=notmuch-archives.git Re: [PATCH] emacs: bugfix notmuch-mua-reply when signature is present --- diff --git a/cf/7cc2dd4fb9abf6204bf444377dfa558b18ec7e b/cf/7cc2dd4fb9abf6204bf444377dfa558b18ec7e new file mode 100644 index 000000000..a11dadedc --- /dev/null +++ b/cf/7cc2dd4fb9abf6204bf444377dfa558b18ec7e @@ -0,0 +1,83 @@ +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 5FB1A431FAE + for ; Wed, 28 Aug 2013 13:14:33 -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=[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 AqaqIvc+RsBb for ; + Wed, 28 Aug 2013 13:14:28 -0700 (PDT) +Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com + [74.125.83.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 79C83431FBC for ; Wed, 28 Aug 2013 13:14:28 -0700 + (PDT) +Received: by mail-ee0-f41.google.com with SMTP id d17so3205192eek.14 + for ; Wed, 28 Aug 2013 13:14:27 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=eSPg+613ReGBEWNcsriQX/W+GLvvwm1fEgTNx4brbO0=; + b=lt/mpYu+r12HyrvQ+xbQ51om2vQ4KuxOrSHvr1GvDnq87hBGUTcKw4vgdHk1/YAhHa + As/tnYvYjt6y7AMp+CAyWcYCUDrYT1v4N1VBGs5uhWcqYN+jCZfGZqCG0pfoadGXg4IN + xtYKgtCKtA8OnRiYdbGNodwfC2r65bcSm0D9BKxEVL+dv7UIiugdnXCPqw2VGwxoToUQ + 1E+ERzOod0rGboH0X2nHJU0XZs4uPfaBCKZfghfSRQuoEPMYRxzzqoxlhK+kLEdqTkPK + 0zr21Unlgd5Q7NFIGNMdcGPXBDdF+AqRCTEKsr+fDdIhEYXQ2KfkNixLO1dHVD7rBaD0 + saoQ== +X-Gm-Message-State: + ALoCoQm7LKh9aNgTuBa5w7JYKNCbww44BZt0OJWX8cLZ12MPqJXaha/3SFXQKwDJ7/HlazONz0dB +X-Received: by 10.14.0.201 with SMTP id 49mr4005183eeb.85.1377720867291; + Wed, 28 Aug 2013 13:14:27 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) by mx.google.com with ESMTPSA id + x47sm40300777eea.16.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Wed, 28 Aug 2013 13:14:26 -0700 (PDT) +From: Jani Nikula +To: Tomi Ollila , + Geoffrey Ferrari , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: bugfix notmuch-mua-reply when signature is present +In-Reply-To: <87sixtsj1y.fsf@nikula.org> +References: + <1375961732-14327-1-git-send-email-geoffrey.ferrari@oriel.oxon.org> + + <87sixtsj1y.fsf@nikula.org> +User-Agent: Notmuch/0.16+38~g1735d93 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Wed, 28 Aug 2013 23:14:28 +0300 +Message-ID: <87ob8hshcr.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +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: Wed, 28 Aug 2013 20:14:33 -0000 + +On Wed, 28 Aug 2013, Jani Nikula wrote: +> -- +> whoaaa +> +> asdfasfd + +And this is me toying with the signature that I don't usually +have... oops. :) + +Cheers, +Jani.