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 2285A431E62 for ; Sat, 24 Aug 2013 09:00:08 -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 gKRcZSeygNyN for ; Sat, 24 Aug 2013 09:00:01 -0700 (PDT) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 913D8431FBD for ; Sat, 24 Aug 2013 09:00:01 -0700 (PDT) Received: by mail-bk0-f54.google.com with SMTP id mz12so601039bkb.41 for ; Sat, 24 Aug 2013 09:00:00 -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=wD16Mq2cc7ExWvOUKuRATId+IFNWNnTM8YtKUb+y7yM=; b=TdPN30SfufgeJZ1WXmJdcGkqD28x8iv3tchtWd5XAKK4EyguyciGVIwpYehLbQHAyT GD6jjV4ZIdnU6P0u4/pOu2zeQR9bZcK1mb6vFRlFNIkzOQOmUKnsDMtaiGfVe82K4vXi 11Q4Q/7bi/neVnq/7uc5/czrkXHIiNtj1RHRdhwnJjmTrwHfCjWm1nNDODUr93hKKMLh j/l/VeUJsdv96tIZaarmFghMLpqIwk7/ucypnXuW+UrVbOXd+zQtNQyEV+ZwYdZ1z3XB cRIsDX13KpGp+40B/6F7hFPPyo2lHFCUy8J63KlsQscAkVsqHhG/bblqKtoI9X8emQT3 oVxQ== X-Gm-Message-State: ALoCoQnlzfUA9xpyK+A0zpa++IfEu0EBp0LcZcMymmgNGgLEgTeeUbmNLU5DjUQim4wE1JXTmPbg X-Received: by 10.205.10.200 with SMTP id pb8mr3638485bkb.16.1377360000220; Sat, 24 Aug 2013 09:00:00 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id no2sm1070673bkb.15.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 24 Aug 2013 08:59:59 -0700 (PDT) From: Jani Nikula 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.16+10~g791e68f (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Sat, 24 Aug 2013 19:00:02 +0300 Message-ID: <8761uvnkot.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: Sat, 24 Aug 2013 16:00:08 -0000 On Sat, 24 Aug 2013, Bastien wrote: > My configuration is here: http://bzg.fr/emacs.html (browse down to the > notmuch section, click on it.) Your configuration seems, well, non-trivial. > 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. 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. BR, Jani.