From: David Bremner Date: Fri, 7 Aug 2015 19:43:34 +0000 (+0200) Subject: Re: [Bug] Force creating of Mail/sent on sending? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f46151db721a7fc219e3b264239c339449001a4;p=notmuch-archives.git Re: [Bug] Force creating of Mail/sent on sending? --- diff --git a/6a/6539a72ae300bb752a332572f23dce35f4c311 b/6a/6539a72ae300bb752a332572f23dce35f4c311 new file mode 100644 index 000000000..0b9504e59 --- /dev/null +++ b/6a/6539a72ae300bb752a332572f23dce35f4c311 @@ -0,0 +1,73 @@ +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 C1BB56DE15A1 + for ; Fri, 7 Aug 2015 12:44:40 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.139 +X-Spam-Level: +X-Spam-Status: No, score=0.139 tagged_above=-999 required=5 tests=[AWL=0.139] + 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 UzOYQKSmNxFU for ; + Fri, 7 Aug 2015 12:44:36 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 0ABE76DE1405 + for ; Fri, 7 Aug 2015 12:44:36 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZNnYT-00079q-3D; Fri, 07 Aug 2015 19:43:49 +0000 +Received: (nullmailer pid 29434 invoked by uid 1000); Fri, 07 Aug 2015 + 19:43:34 -0000 +From: David Bremner +To: Bastien , notmuch@notmuchmail.org +Subject: Re: [Bug] Force creating of Mail/sent on sending? +In-Reply-To: <87haefz8b4.fsf@bzg.ath.cx> +References: <87haefz8b4.fsf@bzg.ath.cx> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 07 Aug 2015 21:43:34 +0200 +Message-ID: <8737zuanq1.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Fri, 07 Aug 2015 19:44:40 -0000 + +Bastien writes: + +> Hi all, +> +> I installed notmuch yesterday, when I heard David's talk at the GNU +> hackers meeting -- great tool! Thanks for the work. +> +> My configuration is here: http://bzg.fr/emacs.html (browse down to the +> notmuch section, click on it.) +> +> If I require 'notmuch, then sending from Gnus asks me whether I want +> to create Mail/sent -- I don't want to, sent emails go to the current +> group. +> +> Is there a way to avoid notmuch asking this? +> + +Hi Bastien. + +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 ;). + +d