From 12bfc503c1901887621f4d153e4847be2558f7c8 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 24 Aug 2013 18:33:50 +0200 Subject: [PATCH] Re: [Bug] Force creating of Mail/sent on sending? --- ae/ac2a22c777411935f95fcbf85a3c1b90d939fb | 77 +++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 ae/ac2a22c777411935f95fcbf85a3c1b90d939fb diff --git a/ae/ac2a22c777411935f95fcbf85a3c1b90d939fb b/ae/ac2a22c777411935f95fcbf85a3c1b90d939fb new file mode 100644 index 000000000..3f9ff8e3b --- /dev/null +++ b/ae/ac2a22c777411935f95fcbf85a3c1b90d939fb @@ -0,0 +1,77 @@ +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 757A7431E62 + for ; Sat, 24 Aug 2013 09:34:05 -0700 (PDT) +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=[none] + 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 D04vR0kglglb for ; + Sat, 24 Aug 2013 09:34:01 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 423E4431FBD + for ; Sat, 24 Aug 2013 09:34:01 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1VDGmh-0000xY-J2; Sat, 24 Aug 2013 13:33:55 -0300 +Received: (nullmailer pid 9505 invoked by uid 1000); Sat, 24 Aug 2013 + 16:33:50 -0000 +From: David Bremner +To: Jani Nikula , Bastien , + notmuch@notmuchmail.org +Subject: Re: [Bug] Force creating of Mail/sent on sending? +In-Reply-To: <8761uvnkot.fsf@nikula.org> +References: <87haefz8b4.fsf@bzg.ath.cx> <8761uvnkot.fsf@nikula.org> +User-Agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 24 Aug 2013 18:33:50 +0200 +Message-ID: <877gfbaw0h.fsf@maritornes.cs.unb.ca> +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: Sat, 24 Aug 2013 16:34:05 -0000 + +Jani Nikula writes: +> +> By "sending from Gnus", do you mean exactly that, or do you mean +> notmuch-mua-new-mail which is basically some notmuch stuff layered on +> top of message-mode? If the latter, see M-x customize-variable +> notmuch-fcc-dirs. If the former, I'm wondering if we mess up +> message-mode somehow. +> + +Hi Jani (and Bastien) + +I can duplicate this with + +emacs -q +M-x message-mail +ESC-ESC : (require 'notmuch) +M-x message-mail + +so it does seem to be notmuch stomping on some message-mail +variable. + +One workaround is to customize the variable notmuch-fcc-dirs to nil. + +I'm not sure if this behaviour is OK or not; the guilty function is +notmuch-fcc-initialization, notmuch-maildir.el -- 2.26.2