From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 503E06DE0F48 for ; Sat, 11 Jan 2020 09:03:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.699 X-Spam-Level: X-Spam-Status: No, score=-2.699 tagged_above=-999 required=5 tests=[AWL=-0.648, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] 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 GPktAFK95V9v for ; Sat, 11 Jan 2020 09:03:48 -0800 (PST) X-Greylist: delayed 423 seconds by postgrey-1.36 at arlo; Sat, 11 Jan 2020 09:03:48 PST Received: from mx1.polytechnique.org (mx1.polytechnique.org [129.104.30.34]) by arlo.cworth.org (Postfix) with ESMTPS id 5AF066DE0230 for ; Sat, 11 Jan 2020 09:03:48 -0800 (PST) Received: from set (cbg35-2-78-242-14-140.fbx.proxad.net [78.242.14.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTPSA id A11EA5646CF; Sat, 11 Jan 2020 17:56:40 +0100 (CET) From: Alan Schmitt To: Carl Worth , notmuch Subject: Re: email recipient not taken into account when replying? In-Reply-To: <8736cprij0.fsf@wondoo.home.cworth.org> References: <878smhhqfe.fsf@polytechnique.org> <8736cprij0.fsf@wondoo.home.cworth.org> Date: Sat, 11 Jan 2020 17:56:40 +0100 Message-ID: <87ftgmdj93.fsf@polytechnique.org> MIME-Version: 1.0 Content-Type: text/plain X-AV-Checked: ClamAV using ClamSMTP at svoboda.polytechnique.org (Sat Jan 11 17:56:40 2020 +0100 (CET)) X-Org-Mail: alan.schmitt.1995@polytechnique.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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, 11 Jan 2020 17:03:50 -0000 On 2020-01-08 08:59, Carl Worth writes: > On Wed, Jan 08 2020, Alan Schmitt wrote: >> Is there another way to tell notmuch to use as From address the address >> the email was sent to, if it's one of my emails? > > Yes. The user.other_email configuration entry should do that. > > For example, in ~/.notmuch-config: > > [user] > name=Alan Schmitt > primary_email=alan.schmitt@polytechnique.org > other_email=alan.schmitt@inria.fr,alan.schmitt@irisa.fr,president@lemondedujeu.org" It works great, thanks a lot. Best, Alan