From: Bastien Guerry Date: Mon, 10 Aug 2015 07:55:54 +0000 (+0200) Subject: Re: [Bug] Force creating of Mail/sent on sending? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fd55d6847db14cb3bc748c87d165b6126f9792f;p=notmuch-archives.git Re: [Bug] Force creating of Mail/sent on sending? --- diff --git a/3d/4b539bc858d92b60a4a7182dea65a165e3862b b/3d/4b539bc858d92b60a4a7182dea65a165e3862b new file mode 100644 index 000000000..c4104c51c --- /dev/null +++ b/3d/4b539bc858d92b60a4a7182dea65a165e3862b @@ -0,0 +1,84 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 5B1A66DE099D + for ; Mon, 10 Aug 2015 01:06:04 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.753 +X-Spam-Level: +X-Spam-Status: No, score=0.753 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, + SPF_PASS=-0.001, T_HEADER_FROM_DIFFERENT_DOMAINS=0.01, + URIBL_SBL=0.644, URIBL_SBL_A=0.1] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id lkn1HMysk0zN for ; + Mon, 10 Aug 2015 01:06:00 -0700 (PDT) +X-Greylist: delayed 602 seconds by postgrey-1.35 at arlo; + Mon, 10 Aug 2015 01:06:00 PDT +Received: from so1.mailgun.net (so1.mailgun.net [198.61.254.11]) + by arlo.cworth.org (Postfix) with ESMTP id 6D1216DE0244 + for ; Mon, 10 Aug 2015 01:06:00 -0700 (PDT) +DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bzg.fr; q=dns/txt; + s=pic; + t=1439193959; h=Content-Type: MIME-Version: Message-ID: Date: + References: In-Reply-To: Subject: Cc: To: From: Sender; + bh=/1anX+ap5RFysyXTl+CCroJ382AOpMNZEzAAP6aO1bI=; + b=QcoZeEzhO/1tTtrYzjAljXtE6R8wRVtSpatYEcI+SPk5YXG8+0Edc+FxnIh2NNuY3jIlXW/x + Fln0T1ZHeYGK8QKAF7C3KwVbtt/teAmlQ5qN2tPjw8VvPaxBbeVbxIdWMsvTHwEMIBpmKNVE + sZ8pmg+q00/mQsFDWA6+WY8vfW8= +DomainKey-Signature: a=rsa-sha1; c=nofws; d=bzg.fr; s=pic; q=dns; + h=Sender: From: To: Cc: Subject: In-Reply-To: References: Date: + Message-ID: MIME-Version: Content-Type; + b=nqUU4+dgeuM4+fR0nOfAhVta4BmaJFpiEEfGm3FwwvTHpFnnWz6vxYODbNWPeagnYZ8HjF + 7+BHmPJUeqjHISfpevZCqj3bSy3mjqr3yF47IWoGHAV8YRUV68Lghan9B1kt1qeCBA7dyZbB + 7RAmrIpx/tq/72GOJUsysrJB09IYs= +Sender: bzg=altern.org@bzg.fr +X-Mailgun-Sid: + WyI1MzYxYSIsICJub3RtdWNoQG5vdG11Y2htYWlsLm9yZyIsICIyODg4ZjkiXQ== +Received: from bzg.fr (cau33-5-78-232-9-14.fbx.proxad.net [78.232.9.14]) + by mxa.mailgun.org with ESMTP id 55c8590b.66e3de0-in06; + Mon, 10 Aug 2015 07:55:55 -0000 (UTC) +Received: by bzg.fr (Postfix, from userid 1000) + id 660A94371D; Mon, 10 Aug 2015 09:55:54 +0200 (CEST) +From: Bastien Guerry +To: David Bremner +Subject: Re: [Bug] Force creating of Mail/sent on sending? +In-Reply-To: <8737zuanq1.fsf@maritornes.cs.unb.ca> (David Bremner's message of + "Fri, 07 Aug 2015 21:43:34 +0200") +References: <87haefz8b4.fsf@bzg.ath.cx> <8737zuanq1.fsf@maritornes.cs.unb.ca> +User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) +Date: Mon, 10 Aug 2015 09:55:54 +0200 +Message-ID: <874mk74lx1.fsf@free.fr> +MIME-Version: 1.0 +Content-Type: text/plain +X-Mailman-Approved-At: Mon, 10 Aug 2015 06:44:38 -0700 +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Mon, 10 Aug 2015 08:06:04 -0000 + +Hi David, + +David Bremner writes: + +> I think this is finally fixed in notmuch master. The workaround should +> continue to work, but I thought you might like to know your bug report +> was not in vain ;). + +Thanks a lot :) + +-- + Bastien